Class SyncReactorImpl
java.lang.Object
org.opendaylight.openflowplugin.applications.frsync.impl.SyncReactorImpl
- All Implemented Interfaces:
SyncReactor
Synchronization reactor implementation, applicable for both - syncup and reconciliation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Boolean> syncup
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, SyncupEntry syncupEntry) Invoked to synchronize a device.
-
Constructor Details
-
SyncReactorImpl
-
-
Method Details
-
syncup
public com.google.common.util.concurrent.ListenableFuture<Boolean> syncup(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, SyncupEntry syncupEntry) Description copied from interface:SyncReactor
Invoked to synchronize a device.- Specified by:
syncup
in interfaceSyncReactor
- Parameters:
nodeIdent
- path to openflow augmentation of nodesyncupEntry
- configured node + device reflection- Returns:
- synchronization outcome
-