Class Operations
java.lang.Object
org.opendaylight.ovsdb.lib.operations.Operations
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabort()
<E extends TableSchema<E>>
Delete<E>delete
(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E>insert
(TableSchema<E> schema) <E extends TableSchema<E>>
Insert<E>insert
(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Insert<E>insert
(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Mutate<E>mutate
(TableSchema<E> schema) <E extends TableSchema<E>>
Mutate<E>mutate
(TypedBaseTable<E> typedTable) <E extends TableSchema<E>>
Select<E>select
(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E>update
(TableSchema<E> schema) <E extends TableSchema<E>>
Update<E>update
(TableSchema<E> schema, Row<E> row) <E extends TableSchema<E>>
Update<E>update
(TypedBaseTable<E> typedTable)
-
Field Details
-
op
-
-
Constructor Details
-
Operations
public Operations()
-
-
Method Details
-
insert
-
insert
-
insert
-
update
-
update
-
update
-
delete
-
mutate
-
mutate
-
commit
-
abort
-
select
-
comment
-
assertion
-