Package | Description |
---|---|
org.opendaylight.ovsdb.lib.operations | |
org.opendaylight.ovsdb.southbound.ovsdb.transact |
Modifier and Type | Method and Description |
---|---|
<T extends TableSchema<T>,D> |
Mutate.addMutation(ColumnSchema<T,D> columnSchema,
Mutator mutator,
D value) |
<E extends TableSchema<E>> |
Operations.mutate(TableSchema<E> schema) |
<E extends TableSchema<E>> |
Operations.mutate(TypedBaseTable<E> typedTable) |
Mutate |
Mutate.on(TableSchema schema) |
Modifier and Type | Method and Description |
---|---|
static <T extends TableSchema<T>> |
TransactUtils.stampInstanceIdentifierMutation(TransactionBuilder transaction,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> iid,
TableSchema<T> tableSchema,
ColumnSchema<T,Map<String,String>> columnSchema,
InstanceIdentifierCodec instanceIdentifierCodec) |
Copyright © 2018 OpenDaylight. All rights reserved.