Interface SyncReactor
- 
- All Known Implementing Classes:
- SyncReactorClusterDecorator,- SyncReactorFutureDecorator,- SyncReactorFutureZipDecorator,- SyncReactorGuardDecorator,- SyncReactorImpl,- SyncReactorRetryDecorator
 
 public interface SyncReactorDevice synchronization API.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Boolean>syncup(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> flowcapableNodePath, SyncupEntry syncupEntry)Invoked to synchronize a device.
 
- 
- 
- 
Method Detail- 
syncupcom.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 node
- syncupEntry- configured node + device reflection
- Returns:
- synchronization outcome
 
 
- 
 
-