Class ItemSyncBox<I>
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.frsync.util.ItemSyncBox<I>
-
public class ItemSyncBox<I> extends Object
Holder for items to be pushed to device. Contains two sets of groups -set of items to be pushed and set of tuples for update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ItemSyncBox.ItemUpdateTuple<I>
Tuple holder for original and updated item.
-
Constructor Summary
Constructors Constructor Description ItemSyncBox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<I>
getItemsToPush()
Set<ItemSyncBox.ItemUpdateTuple<I>>
getItemsToUpdate()
boolean
isEmpty()
-
-
-
Method Detail
-
getItemsToUpdate
public Set<ItemSyncBox.ItemUpdateTuple<I>> getItemsToUpdate()
-
isEmpty
public boolean isEmpty()
-
-