Uses of Class
org.opendaylight.ovsdb.lib.operations.Insert
Package
Description
-
Uses of Insert in org.opendaylight.ovsdb.lib.operations
Modifier and TypeMethodDescription<E extends TableSchema<E>>
Insert<E>Operations.insert
(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E>Operations.insert
(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Insert<E>Operations.insert
(TypedBaseTable<E> typedTable) Insert.on
(TableSchema<E> schema) <D,
C extends TableSchema<C>>
Insert<E><D,
C extends TableSchema<C>>
Insert<E>Insert.value
(ColumnSchema<C, D> columnSchema, D value) -
Uses of Insert in org.opendaylight.ovsdb.lib.schema
-
Uses of Insert in org.opendaylight.ovsdb.southbound.ovsdb.transact
Modifier and TypeMethodDescriptionTransactUtils.extractInsert
(TransactionBuilder transaction, GenericTableSchema schema) Modifier and TypeMethodDescriptionstatic UUID
TransactUtils.extractNamedUuid
(Insert insert) Extract the NamedUuid from the Insert.