Class Operations
- java.lang.Object
 - 
- org.opendaylight.ovsdb.lib.operations.Operations
 
 
- 
public class Operations extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Operationsop 
- 
Constructor Summary
Constructors Constructor Description Operations() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Abortabort()Assertassertion(String lock)Commentcomment(String comment)Commitcommit(Boolean durable)<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 Detail
- 
op
public static final Operations op
 
 - 
 
- 
Method Detail
- 
insert
public <E extends TableSchema<E>> Insert<E> insert(TableSchema<E> schema)
 
- 
insert
public <E extends TableSchema<E>> Insert<E> insert(TypedBaseTable<E> typedTable)
 
- 
insert
public <E extends TableSchema<E>> Insert<E> insert(TableSchema<E> schema, Row<E> row)
 
- 
update
public <E extends TableSchema<E>> Update<E> update(TableSchema<E> schema)
 
- 
update
public <E extends TableSchema<E>> Update<E> update(TypedBaseTable<E> typedTable)
 
- 
update
public <E extends TableSchema<E>> Update<E> update(TableSchema<E> schema, Row<E> row)
 
- 
delete
public <E extends TableSchema<E>> Delete<E> delete(TableSchema<E> schema)
 
- 
mutate
public <E extends TableSchema<E>> Mutate<E> mutate(TableSchema<E> schema)
 
- 
mutate
public <E extends TableSchema<E>> Mutate<E> mutate(TypedBaseTable<E> typedTable)
 
- 
abort
public Abort abort()
 
- 
select
public <E extends TableSchema<E>> Select<E> select(TableSchema<E> schema)
 
 - 
 
 -