Uses of Interface
org.opendaylight.openflowplugin.applications.frsync.SyncReactor
-
Packages that use SyncReactor Package Description org.opendaylight.openflowplugin.applications.frsync.impl -
-
Uses of SyncReactor in org.opendaylight.openflowplugin.applications.frsync.impl
Classes in org.opendaylight.openflowplugin.applications.frsync.impl that implement SyncReactor Modifier and Type Class Description classSyncReactorClusterDecoratorDecorator for cluster related issues.classSyncReactorFutureDecoratorDecorator for running delegate syncup in Future.classSyncReactorFutureZipDecoratorEnrichesSyncReactorFutureDecoratorwith state compression.classSyncReactorGuardDecoratorDecorator for NodeId level syncup locking.classSyncReactorImplSynchronization reactor implementation, applicable for both - syncup and reconciliation.classSyncReactorRetryDecoratorAdding retry mechanism in case of unsuccessful syncup.Constructors in org.opendaylight.openflowplugin.applications.frsync.impl with parameters of type SyncReactor Constructor Description SimplifiedConfigListener(SyncReactor reactor, FlowCapableNodeSnapshotDao configSnapshot, FlowCapableNodeDao operationalDao)SimplifiedOperationalListener(SyncReactor reactor, FlowCapableNodeSnapshotDao operationalSnapshot, FlowCapableNodeDao configDao, ReconciliationRegistry reconciliationRegistry, DeviceMastershipManager deviceMastershipManager)SyncReactorClusterDecorator(SyncReactor delegate, DeviceMastershipManager deviceMastershipManager)SyncReactorFutureDecorator(SyncReactor delegate, com.google.common.util.concurrent.ListeningExecutorService executorService)SyncReactorFutureZipDecorator(SyncReactor delegate, com.google.common.util.concurrent.ListeningExecutorService executorService)SyncReactorGuardDecorator(SyncReactor delegate)SyncReactorRetryDecorator(SyncReactor delegate, ReconciliationRegistry reconciliationRegistry)
-