Uses of Class
org.opendaylight.ovsdb.lib.operations.Mutate
Package
Description
-
Uses of Mutate in org.opendaylight.ovsdb.lib.operations
Modifier and TypeMethodDescription<T extends TableSchema<T>,
D>
Mutate<E>Mutate.addMutation
(ColumnSchema<T, D> columnSchema, Mutator mutator, D value) <E extends TableSchema<E>>
Mutate<E>Operations.mutate
(TableSchema<E> schema) <E extends TableSchema<E>>
Mutate<E>Operations.mutate
(TypedBaseTable<E> typedTable) Mutate.on
(TableSchema schema) -
Uses of Mutate in org.opendaylight.ovsdb.southbound.ovsdb.transact
Modifier and TypeMethodDescriptionstatic <T extends TableSchema<T>>
Mutate<T>TransactUtils.stampInstanceIdentifierMutation
(TransactionBuilder transaction, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> iid, TableSchema<T> tableSchema, ColumnSchema<T, Map<String, String>> columnSchema, InstanceIdentifierCodec instanceIdentifierCodec)