Class BatchPlanStep
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.services.batch.BatchPlanStep
-
public class BatchPlanStep extends Object
Container of CRUD actions for one type of object (flow, group, meter, ..) of same type (add, remove, update).
-
-
Constructor Summary
Constructors Constructor Description BatchPlanStep(BatchStepType stepType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchStepType
getStepType()
<T extends BatchOrderGrouping>
List<T>getTaskBag()
boolean
isBarrierAfter()
boolean
isEmpty()
void
setBarrierAfter(boolean barrier)
-
-
-
Constructor Detail
-
BatchPlanStep
public BatchPlanStep(BatchStepType stepType)
-
-
Method Detail
-
getTaskBag
public <T extends BatchOrderGrouping> List<T> getTaskBag()
-
getStepType
public BatchStepType getStepType()
-
isEmpty
public boolean isEmpty()
-
setBarrierAfter
public void setBarrierAfter(boolean barrier)
-
isBarrierAfter
public boolean isBarrierAfter()
-
-