Uses of Class
org.opendaylight.ovsdb.lib.operations.Insert
Packages that use Insert
Package
Description
- 
Uses of Insert in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return InsertModifier and TypeMethodDescription<E extends TableSchema<E>>
Insert<E>DefaultOperations.insert(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E>DefaultOperations.insert(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Insert<E>DefaultOperations.insert(TypedBaseTable<E> typedTable) <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
Methods in org.opendaylight.ovsdb.lib.schema that return Insert - 
Uses of Insert in org.opendaylight.ovsdb.southbound.ovsdb.transact
Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact that return types with arguments of type InsertModifier and TypeMethodDescriptionTransactUtils.extractInsert(TransactionBuilder transaction, GenericTableSchema schema) Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact with parameters of type InsertModifier and TypeMethodDescriptionstatic UUIDTransactUtils.extractNamedUuid(Insert insert) Extract the NamedUuid from the Insert.