Uses of Class
org.opendaylight.ovsdb.lib.notation.Row
Package
Description
-
Uses of Row in org.opendaylight.ovsdb.hwvtepsouthbound
Modifier and TypeMethodDescription<T extends TypedBaseTable<?>>
THwvtepConnectionInstance.getTypedRowWrapper
(Class<T> klazz, Row<GenericTableSchema> row) -
Uses of Row in org.opendaylight.ovsdb.lib
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
-
Uses of Row in org.opendaylight.ovsdb.lib.notation
-
Uses of Row in org.opendaylight.ovsdb.lib.notation.json
-
Uses of Row in org.opendaylight.ovsdb.lib.operations
Modifier and TypeMethodDescription<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) Modifier and TypeMethodDescriptionvoid
OperationResult.setRows
(List<Row<GenericTableSchema>> rows) ModifierConstructorDescriptionInsert
(TableSchema<E> schema, Row<E> row) Update
(TableSchema<E> schema, Row<E> row) -
Uses of Row in org.opendaylight.ovsdb.lib.schema
Modifier and TypeMethodDescriptionTableSchema.createRow
(com.fasterxml.jackson.databind.node.ObjectNode rowNode) Modifier and TypeMethodDescriptionTableSchema.createRows
(com.fasterxml.jackson.databind.JsonNode rowsNode) -
Uses of Row in org.opendaylight.ovsdb.lib.schema.typed
Modifier 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
Modifier and TypeMethodDescription<T extends TypedBaseTable<?>>
TOvsdbConnectionInstance.getTypedRowWrapper
(Class<T> klazz, Row<GenericTableSchema> row)