Class DefaultOperations
java.lang.Object
org.opendaylight.ovsdb.lib.operations.DefaultOperations
- All Implemented Interfaces:
Operations
Default implementation of
Operations
.-
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)
-
Constructor Details
-
DefaultOperations
@Inject public DefaultOperations()
-
-
Method Details
-
insert
- Specified by:
insert
in interfaceOperations
-
insert
- Specified by:
insert
in interfaceOperations
-
insert
- Specified by:
insert
in interfaceOperations
-
update
- Specified by:
update
in interfaceOperations
-
update
- Specified by:
update
in interfaceOperations
-
update
- Specified by:
update
in interfaceOperations
-
delete
- Specified by:
delete
in interfaceOperations
-
mutate
- Specified by:
mutate
in interfaceOperations
-
mutate
- Specified by:
mutate
in interfaceOperations
-
commit
- Specified by:
commit
in interfaceOperations
-
abort
- Specified by:
abort
in interfaceOperations
-
select
- Specified by:
select
in interfaceOperations
-
comment
- Specified by:
comment
in interfaceOperations
-
assertion
- Specified by:
assertion
in interfaceOperations
-