Class DefaultOperations
java.lang.Object
org.opendaylight.ovsdb.lib.operations.DefaultOperations
- All Implemented Interfaces:
 Operations
Default implementation of 
Operations.- 
Constructor Summary
Constructors - 
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:
 insertin interfaceOperations
 - 
insert
- Specified by:
 insertin interfaceOperations
 - 
insert
- Specified by:
 insertin interfaceOperations
 - 
update
- Specified by:
 updatein interfaceOperations
 - 
update
- Specified by:
 updatein interfaceOperations
 - 
update
- Specified by:
 updatein interfaceOperations
 - 
delete
- Specified by:
 deletein interfaceOperations
 - 
mutate
- Specified by:
 mutatein interfaceOperations
 - 
mutate
- Specified by:
 mutatein interfaceOperations
 - 
commit
- Specified by:
 commitin interfaceOperations
 - 
abort
- Specified by:
 abortin interfaceOperations
 - 
select
- Specified by:
 selectin interfaceOperations
 - 
comment
- Specified by:
 commentin interfaceOperations
 - 
assertion
- Specified by:
 assertionin interfaceOperations
 
 -