public class VirtualIntentAccumulator
extends org.onlab.util.AbstractAccumulator<org.onosproject.net.intent.IntentData>
| Constructor and Description |
|---|
VirtualIntentAccumulator(org.onosproject.net.intent.IntentBatchDelegate delegate)
Creates an intent operation accumulator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady() |
void |
processItems(java.util.List<org.onosproject.net.intent.IntentData> items) |
void |
ready() |
public VirtualIntentAccumulator(org.onosproject.net.intent.IntentBatchDelegate delegate)
delegate - the intent batch delegatepublic void processItems(java.util.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()