Interface SyncReactor
- All Known Implementing Classes:
SyncReactorClusterDecorator
,SyncReactorFutureDecorator
,SyncReactorFutureZipDecorator
,SyncReactorGuardDecorator
,SyncReactorImpl
,SyncReactorRetryDecorator
public interface SyncReactor
Device synchronization API.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Boolean> syncup
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> flowcapableNodePath, SyncupEntry syncupEntry) Invoked to synchronize a device.
-
Method Details
-
syncup
com.google.common.util.concurrent.ListenableFuture<Boolean> syncup(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> flowcapableNodePath, SyncupEntry syncupEntry) Invoked to synchronize a device.- Parameters:
flowcapableNodePath
- path to openflow augmentation of nodesyncupEntry
- configured node + device reflection- Returns:
- synchronization outcome
-