Uses of Interface
org.opendaylight.openflowplugin.applications.frsync.SyncReactor
Packages that use SyncReactor
-
Uses of SyncReactor in org.opendaylight.openflowplugin.applications.frsync.impl
Classes in org.opendaylight.openflowplugin.applications.frsync.impl that implement SyncReactorModifier and TypeClassDescriptionclassDecorator for cluster related issues.classDecorator for running delegate syncup in Future.classEnrichesSyncReactorFutureDecoratorwith state compression.classDecorator for NodeId level syncup locking.classSynchronization reactor implementation, applicable for both - syncup and reconciliation.classAdding retry mechanism in case of unsuccessful syncup.Constructors in org.opendaylight.openflowplugin.applications.frsync.impl with parameters of type SyncReactorModifierConstructorDescriptionSimplifiedConfigListener(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, Executor executor) SyncReactorFutureZipDecorator(SyncReactor delegate, Executor executor) SyncReactorGuardDecorator(SyncReactor delegate) SyncReactorRetryDecorator(SyncReactor delegate, ReconciliationRegistry reconciliationRegistry)