Class BatchPlanStep
java.lang.Object
org.opendaylight.openflowplugin.impl.services.batch.BatchPlanStep
Container of CRUD actions for one type of object (flow, group, meter, ..) of same type (add, remove, update).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends BatchOrderGrouping>
List<T> boolean
boolean
isEmpty()
void
setBarrierAfter
(boolean barrier)
-
Constructor Details
-
BatchPlanStep
-
-
Method Details
-
getTaskBag
-
getStepType
-
isEmpty
public boolean isEmpty() -
setBarrierAfter
public void setBarrierAfter(boolean barrier) -
isBarrierAfter
public boolean isBarrierAfter()
-