public class IntentAccumulator
extends org.onlab.util.AbstractAccumulator<org.onosproject.net.intent.IntentData>
| Modifier | Constructor and Description |
|---|---|
protected |
IntentAccumulator(org.onosproject.net.intent.IntentBatchDelegate delegate)
Creates an intent operation accumulator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady() |
void |
processItems(List<org.onosproject.net.intent.IntentData> items) |
void |
ready() |
protected IntentAccumulator(org.onosproject.net.intent.IntentBatchDelegate delegate)
delegate - the intent batch delegatepublic void processItems(List<org.onosproject.net.intent.IntentData> items)
public boolean isReady()
isReady in interface org.onlab.util.Accumulator<org.onosproject.net.intent.IntentData>isReady in class org.onlab.util.AbstractAccumulator<org.onosproject.net.intent.IntentData>public void ready()