Uses of Class
org.opendaylight.ovsdb.lib.notation.Row
-
-
Uses of Row in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type Row Modifier and Type Method Description <T extends TypedBaseTable<?>>
THwvtepConnectionInstance. getTypedRowWrapper(Class<T> klazz, Row<GenericTableSchema> row) -
Uses of Row in org.opendaylight.ovsdb.lib
Methods in org.opendaylight.ovsdb.lib with parameters of type Row Modifier and Type Method Description <T extends TypedBaseTable<?>>
TOvsdbClient. 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. -
Uses of Row in org.opendaylight.ovsdb.lib.impl
Methods in org.opendaylight.ovsdb.lib.impl with parameters of type Row Modifier and Type Method Description <T extends TypedBaseTable<?>>
TOvsdbClientImpl. 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. -
Uses of Row in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message that return Row Modifier and Type Method Description Row<E>TableUpdate. getNew(UUID uuid)Row<E>TableUpdate.RowUpdate. getNew()Row<E>TableUpdate. getOld(UUID uuid)Row<E>TableUpdate.RowUpdate. getOld()Methods in org.opendaylight.ovsdb.lib.message with parameters of type Row Modifier and Type Method Description voidTableUpdate. addRow(UUID uuid, Row<E> oldRow, Row<E> newRow)Constructors in org.opendaylight.ovsdb.lib.message with parameters of type Row Constructor Description RowUpdate(UUID uuid, Row<E> oldRow, Row<E> newRow) -
Uses of Row in org.opendaylight.ovsdb.lib.notation
Methods in org.opendaylight.ovsdb.lib.notation that return types with arguments of type Row Modifier and Type Method Description List<Row>ResultSet. getRows()Method parameters in org.opendaylight.ovsdb.lib.notation with type arguments of type Row Modifier and Type Method Description voidResultSet. setRows(List<Row> rows) -
Uses of Row in org.opendaylight.ovsdb.lib.notation.json
Methods in org.opendaylight.ovsdb.lib.notation.json with parameters of type Row Modifier and Type Method Description voidRowSerializer. serialize(Row row, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of Row in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return types with arguments of type Row Modifier and Type Method Description List<Row<GenericTableSchema>>OperationResult. getRows()Methods in org.opendaylight.ovsdb.lib.operations with parameters of type Row Modifier and Type Method Description <E extends TableSchema<E>>
Insert<E>Operations. insert(TableSchema<E> schema, Row<E> row)<E extends TableSchema<E>>
Update<E>Operations. update(TableSchema<E> schema, Row<E> row)Method parameters in org.opendaylight.ovsdb.lib.operations with type arguments of type Row Modifier and Type Method Description voidOperationResult. setRows(List<Row<GenericTableSchema>> rows)Constructors in org.opendaylight.ovsdb.lib.operations with parameters of type Row Constructor Description Insert(TableSchema<E> schema, Row<E> row)Update(TableSchema<E> schema, Row<E> row) -
Uses of Row in org.opendaylight.ovsdb.lib.schema
Methods in org.opendaylight.ovsdb.lib.schema that return Row Modifier and Type Method Description Row<E>TableSchema. createRow(com.fasterxml.jackson.databind.node.ObjectNode rowNode)Methods in org.opendaylight.ovsdb.lib.schema that return types with arguments of type Row Modifier and Type Method Description List<Row<E>>TableSchema. createRows(com.fasterxml.jackson.databind.JsonNode rowsNode) -
Uses of Row in org.opendaylight.ovsdb.lib.schema.typed
Methods in org.opendaylight.ovsdb.lib.schema.typed that return Row Modifier and Type Method Description Row<E>TypedBaseTable. getRow()Methods in org.opendaylight.ovsdb.lib.schema.typed with parameters of type Row Modifier and Type Method Description <T extends TypedBaseTable<?>>
TTypedDatabaseSchema. getTypedRowWrapper(Class<T> klazz, Row<GenericTableSchema> row)Returns a Typed Proxy implementation for the klazz passed as a parameter.static <T extends TypedBaseTable<?>>
TTyperUtils. getTypedRowWrapper(DatabaseSchema dbSchema, Class<T> klazz, Row<GenericTableSchema> row)Deprecated. -
Uses of Row in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound with parameters of type Row Modifier and Type Method Description <T extends TypedBaseTable<?>>
TOvsdbConnectionInstance. getTypedRowWrapper(Class<T> klazz, Row<GenericTableSchema> row)
-