Uses of Class
org.opendaylight.ovsdb.lib.notation.Row
Packages that use Row
Package
Description
-
Uses of Row in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound with parameters of type RowModifier and TypeMethodDescription<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 RowModifier and TypeMethodDescription<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 RowModifier and TypeMethodDescription<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 RowMethods in org.opendaylight.ovsdb.lib.message with parameters of type RowModifier and TypeMethodDescriptionvoid
Constructors in org.opendaylight.ovsdb.lib.message with parameters of type Row -
Uses of Row in org.opendaylight.ovsdb.lib.notation
Methods in org.opendaylight.ovsdb.lib.notation that return types with arguments of type RowMethod parameters in org.opendaylight.ovsdb.lib.notation with type arguments of type Row -
Uses of Row in org.opendaylight.ovsdb.lib.notation.json
Methods in org.opendaylight.ovsdb.lib.notation.json with parameters of type Row -
Uses of Row in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return types with arguments of type RowMethods in org.opendaylight.ovsdb.lib.operations with parameters of type RowModifier and TypeMethodDescription<E extends TableSchema<E>>
Insert<E> DefaultOperations.insert
(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Insert<E> Operations.insert
(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Update<E> DefaultOperations.update
(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 RowModifier and TypeMethodDescriptionvoid
OperationResult.setRows
(List<Row<GenericTableSchema>> rows) Constructors in org.opendaylight.ovsdb.lib.operations with parameters of type RowModifierConstructorDescriptionInsert
(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 RowModifier and TypeMethodDescriptionTableSchema.createRow
(com.fasterxml.jackson.databind.node.ObjectNode rowNode) Methods in org.opendaylight.ovsdb.lib.schema that return types with arguments of type RowModifier and TypeMethodDescriptionTableSchema.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 RowMethods in org.opendaylight.ovsdb.lib.schema.typed with parameters of type RowModifier and TypeMethodDescription<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 RowModifier and TypeMethodDescription<T extends TypedBaseTable<?>>
TOvsdbConnectionInstance.getTypedRowWrapper
(Class<T> klazz, Row<GenericTableSchema> row)