Class Delete<E extends TableSchema<E>>
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.operations.Operation<E>
-
- org.opendaylight.ovsdb.lib.operations.Delete<E>
-
- All Implemented Interfaces:
ConditionalOperation
public class Delete<E extends TableSchema<E>> extends Operation<E> implements ConditionalOperation
-
-
Constructor Summary
Constructors Constructor Description Delete(TableSchema<E> schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCondition(Condition condition)
Integer
getCount()
List<Condition>
getWhere()
Delete<E>
on(TableSchema schema)
void
setCount(Integer count)
void
setWhere(List<Condition> where)
Where
where(Condition condition)
-
Methods inherited from class org.opendaylight.ovsdb.lib.operations.Operation
getOp, getResult, getTable, getTableSchema, setOp, setResult, setTableSchema, toString
-
-
-
-
Field Detail
-
DELETE
public static final String DELETE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Delete
public Delete(TableSchema<E> schema)
-
-
Method Detail
-
on
public Delete<E> on(TableSchema schema)
-
addCondition
public void addCondition(Condition condition)
- Specified by:
addCondition
in interfaceConditionalOperation
-
getCount
public Integer getCount()
-
setCount
public void setCount(Integer count)
-
-