Class SynchronizationDiffInput
java.lang.Object
org.opendaylight.openflowplugin.applications.frsync.impl.strategy.SynchronizationDiffInput
Wraps all the required inputs (diffs) for synchronization strategy execution.
-
Constructor Summary
ConstructorDescriptionSynchronizationDiffInput
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, List<ItemSyncBox<Group>> groupsToAddOrUpdate, ItemSyncBox<Meter> metersToAddOrUpdate, Map<TableKey, ItemSyncBox<Flow>> flowsToAddOrUpdate, Map<TableKey, ItemSyncBox<Flow>> flowsToRemove, ItemSyncBox<Meter> metersToRemove, List<ItemSyncBox<Group>> groupsToRemove) -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.yang.binding.InstanceIdentifier
<FlowCapableNode>
-
Constructor Details
-
SynchronizationDiffInput
public SynchronizationDiffInput(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, List<ItemSyncBox<Group>> groupsToAddOrUpdate, ItemSyncBox<Meter> metersToAddOrUpdate, Map<TableKey, ItemSyncBox<Flow>> flowsToAddOrUpdate, Map<TableKey, ItemSyncBox<Flow>> flowsToRemove, ItemSyncBox<Meter> metersToRemove, List<ItemSyncBox<Group>> groupsToRemove)
-
-
Method Details
-
getNodeIdent
-
getGroupsToAddOrUpdate
-
getMetersToAddOrUpdate
-
getFlowsToAddOrUpdate
-
getFlowsToRemove
-
getMetersToRemove
-
getGroupsToRemove
-