Uses of Class
org.opendaylight.ovsdb.lib.operations.Mutate
- 
Packages that use Mutate Package Description org.opendaylight.ovsdb.lib.operations org.opendaylight.ovsdb.southbound.ovsdb.transact  - 
- 
Uses of Mutate in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return Mutate Modifier and Type Method Description <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)MutateMutate. on(TableSchema schema) - 
Uses of Mutate in org.opendaylight.ovsdb.southbound.ovsdb.transact
Methods in org.opendaylight.ovsdb.southbound.ovsdb.transact that return Mutate Modifier and Type Method Description static <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) 
 -