Package | Description |
---|---|
org.opendaylight.openflowplugin.applications.frsync.impl |
Modifier and Type | Class and Description |
---|---|
class |
SyncReactorClusterDecorator
Decorator for cluster related issues.
|
class |
SyncReactorFutureDecorator
Decorator for running delegate syncup in Future.
|
class |
SyncReactorFutureZipDecorator
Enriches
SyncReactorFutureDecorator with state compression. |
class |
SyncReactorGuardDecorator
Decorator for NodeId level syncup locking.
|
class |
SyncReactorImpl
Synchronization reactor implementation, applicable for both - syncup and reconciliation.
|
class |
SyncReactorRetryDecorator
Adding retry mechanism in case of unsuccessful syncup.
|
Constructor and 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) |
Copyright © 2019 OpenDaylight. All rights reserved.