Uses of Class
org.opendaylight.ovsdb.lib.operations.Update
Packages that use Update
- 
Uses of Update in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return UpdateModifier and TypeMethodDescriptionUpdate.on(TableSchema schema) <T extends TableSchema<T>,D> 
Update<E> <T extends TableSchema<T>,D> 
Update<E> Update.set(ColumnSchema<T, D> columnSchema, D value) <E extends TableSchema<E>>
Update<E> DefaultOperations.update(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E> DefaultOperations.update(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Update<E> DefaultOperations.update(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Update<E> Operations.update(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E> Operations.update(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Update<E> Operations.update(TypedBaseTable<E> typedTable)