Uses of Class
org.opendaylight.ovsdb.lib.operations.Insert
-
Packages that use Insert Package Description org.opendaylight.ovsdb.lib.operations org.opendaylight.ovsdb.lib.schema org.opendaylight.ovsdb.southbound.ovsdb.transact -
-
Uses of Insert in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return Insert Modifier and Type Method Description <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<E>
Insert. on(TableSchema<E> schema)
<D,C extends TableSchema<C>>
Insert<E>Insert. value(Column<C,D> column)
<D,C extends TableSchema<C>>
Insert<E>Insert. value(ColumnSchema<C,D> columnSchema, D value)
Insert<E>
Insert. withId(String name)
-
Uses of Insert in org.opendaylight.ovsdb.lib.schema
Methods in org.opendaylight.ovsdb.lib.schema that return Insert Modifier and Type Method Description Insert<E>
TableSchema. 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 Insert Modifier and Type Method Description static List<Insert>
TransactUtils. extractInsert(TransactionBuilder transaction, GenericTableSchema schema)
Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact with parameters of type Insert Modifier and Type Method Description static UUID
TransactUtils. extractNamedUuid(Insert insert)
Extract the NamedUuid from the Insert.
-