Modifier and Type | Method and Description |
---|---|
<T extends TypedBaseTable<?>> |
HwvtepConnectionInstance.getTypedRowWrapper(Class<T> klazz,
Row<GenericTableSchema> row) |
Modifier and Type | Method and Description |
---|---|
<T extends TypedBaseTable<?>> |
OvsdbClient.getTypedRowWrapper(Class<T> klazz,
Row<GenericTableSchema> row)
User friendly convenient method to get a Typed Row Proxy given a Typed Table Class and the Row to be wrapped.
|
Modifier and Type | Method and Description |
---|---|
<T extends TypedBaseTable<?>> |
OvsdbClientImpl.getTypedRowWrapper(Class<T> klazz,
Row<GenericTableSchema> row)
User friendly convenient method to get a Typed Row Proxy given a Typed Table Class and the Row to be wrapped.
|
Modifier and Type | Method and Description |
---|---|
Row<E> |
TableUpdate.RowUpdate.getNew() |
Row<E> |
TableUpdate.getNew(UUID uuid) |
Row<E> |
TableUpdate.RowUpdate.getOld() |
Row<E> |
TableUpdate.getOld(UUID uuid) |
Modifier and Type | Method and Description |
---|---|
void |
TableUpdate.addRow(UUID uuid,
Row<E> oldRow,
Row<E> newRow) |
void |
TableUpdate.addRow(UUID uuid,
Row<E> oldRow,
Row<E> newRow) |
void |
TableUpdate.RowUpdate.setNew(Row<E> newRow) |
void |
TableUpdate.RowUpdate.setOld(Row<E> old) |
Constructor and Description |
---|
RowUpdate(UUID uuid,
Row<E> oldRow,
Row<E> newRow) |
RowUpdate(UUID uuid,
Row<E> oldRow,
Row<E> newRow) |
Modifier and Type | Method and Description |
---|---|
List<Row> |
ResultSet.getRows() |
Modifier and Type | Method and Description |
---|---|
void |
ResultSet.setRows(List<Row> rows) |
Modifier and Type | Method and Description |
---|---|
void |
RowSerializer.serialize(Row row,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
List<Row<GenericTableSchema>> |
OperationResult.getRows() |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
Operations.insert(TableSchema<E> schema,
Row<E> row) |
<E extends TableSchema<E>> |
Operations.update(TableSchema<E> schema,
Row<E> row) |
Modifier and Type | Method and Description |
---|---|
void |
OperationResult.setRows(List<Row<GenericTableSchema>> rows) |
Constructor and Description |
---|
Insert(TableSchema<E> schema,
Row<E> row) |
Update(TableSchema<E> schema,
Row<E> row) |
Modifier and Type | Method and Description |
---|---|
Row<E> |
TableSchema.createRow(com.fasterxml.jackson.databind.node.ObjectNode rowNode) |
Modifier and Type | Method and Description |
---|---|
List<Row<E>> |
TableSchema.createRows(com.fasterxml.jackson.databind.JsonNode rowsNode) |
Modifier and Type | Method and Description |
---|---|
Row<E> |
TypedBaseTable.getRow() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
TyperUtils.getTypedRowWrapper(DatabaseSchema dbSchema,
Class<T> klazz,
Row<GenericTableSchema> row)
Returns a Typed Proxy implementation for the klazz passed as a parameter.
|
Modifier and Type | Method and Description |
---|---|
<T extends TypedBaseTable<?>> |
OvsdbConnectionInstance.getTypedRowWrapper(Class<T> klazz,
Row<GenericTableSchema> row) |
Copyright © 2018 OpenDaylight. All rights reserved.