Class SyncPlanPushStrategyIncrementalImpl
java.lang.Object
org.opendaylight.openflowplugin.applications.frsync.impl.strategy.SyncPlanPushStrategyIncrementalImpl
- All Implemented Interfaces:
- SyncPlanPushStrategy
Execute CRUD API for flow + group + meter involving one-by-one (incremental) strategy.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<Void>>executeSyncStrategy(com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<Void>> resultVehicle, SynchronizationDiffInput diffInput, SyncCrudCounters counters) Invoked to execute the synchronization strategy.setFlowForwarder(FlowForwarder flowForwarder) setGroupForwarder(GroupForwarder groupForwarder) setMeterForwarder(MeterForwarder meterForwarder) setTableForwarder(TableForwarder tableForwarder) setTransactionService(FlowCapableTransactionService transactionService) 
- 
Constructor Details- 
SyncPlanPushStrategyIncrementalImplpublic SyncPlanPushStrategyIncrementalImpl()
 
- 
- 
Method Details- 
executeSyncStrategypublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<Void>> executeSyncStrategy(com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<Void>> resultVehicle, SynchronizationDiffInput diffInput, SyncCrudCounters counters) Description copied from interface:SyncPlanPushStrategyInvoked to execute the synchronization strategy.- Specified by:
- executeSyncStrategyin interface- SyncPlanPushStrategy
- Parameters:
- resultVehicle- bootstrap future - execution will chain it's async calls to this one
- diffInput- wraps all diff data required for any strategy ({add,remove,update} x {flow,group,meter})
- counters- reference to internal one-shot statistics - summary off successfully pushed items shall be recorded here
- Returns:
- last future of the chain
 
- 
setFlowForwarder
- 
setTableForwarder
- 
setMeterForwarder
- 
setGroupForwarder
- 
setTransactionServicepublic SyncPlanPushStrategyIncrementalImpl setTransactionService(FlowCapableTransactionService transactionService) 
 
-