Class Update<E extends TableSchema<E>>
java.lang.Object
org.opendaylight.ovsdb.lib.operations.Operation<E>
org.opendaylight.ovsdb.lib.operations.Update<E>
- All Implemented Interfaces:
ConditionalOperation
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUpdate
(TableSchema<E> schema) Update
(TableSchema<E> schema, Row<E> row) Update
(TypedBaseTable<E> typedTable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCondition
(Condition condition) getRow()
getUuid()
getWhere()
on
(TableSchema schema) <T extends TableSchema<T>,
D>
Update<E><T extends TableSchema<T>,
D>
Update<E>set
(ColumnSchema<T, D> columnSchema, D value) void
void
void
setUuidName
(String uuidName) void
Methods inherited from class org.opendaylight.ovsdb.lib.operations.Operation
getOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toString
-
Field Details
-
UPDATE
- See Also:
-
-
Constructor Details
-
Update
-
Update
-
Update
-
-
Method Details
-
on
-
set
-
set
-
where
-
getUuid
-
setUuid
-
getUuidName
-
setUuidName
-
getRow
-
setRow
-
addCondition
- Specified by:
addCondition
in interfaceConditionalOperation
-
getWhere
-
setWhere
-