Package | Description |
---|---|
org.opendaylight.ovsdb.lib.operations | |
org.opendaylight.ovsdb.lib.schema | |
org.opendaylight.ovsdb.southbound.ovsdb.transact |
Modifier and Type | Method and Description |
---|---|
<E extends TableSchema<E>> |
Operations.insert(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.insert(TableSchema<E> schema,
Row<E> row) |
<E extends TableSchema<E>> |
Operations.insert(TypedBaseTable<E> typedTable) |
Insert<E> |
Insert.on(TableSchema<E> schema) |
<D,C extends TableSchema<C>> |
Insert.value(Column<C,D> column) |
<D,C extends TableSchema<C>> |
Insert.value(ColumnSchema<C,D> columnSchema,
D value) |
Insert<E> |
Insert.withId(String name) |
Modifier and Type | Method and Description |
---|---|
Insert<E> |
TableSchema.insert() |
Modifier and Type | Method and Description |
---|---|
static List<Insert> |
TransactUtils.extractInsert(TransactionBuilder transaction,
GenericTableSchema schema) |
Modifier and Type | Method and Description |
---|---|
static UUID |
TransactUtils.extractNamedUuid(Insert insert)
Extract the NamedUuid from the Insert.
|
Copyright © 2018 OpenDaylight. All rights reserved.