Uses of Class
org.opendaylight.ovsdb.lib.operations.Update
-
Uses of Update in org.opendaylight.ovsdb.lib.operations
Modifier 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)