public class SyncReactorImpl extends Object implements SyncReactor
| Constructor and Description |
|---|
SyncReactorImpl(SyncPlanPushStrategy syncPlanPushStrategy) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
syncup(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent,
SyncupEntry syncupEntry)
Invoked to synchronize a device.
|
public SyncReactorImpl(SyncPlanPushStrategy syncPlanPushStrategy)
public com.google.common.util.concurrent.ListenableFuture<Boolean> syncup(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<FlowCapableNode> nodeIdent, SyncupEntry syncupEntry)
SyncReactorsyncup in interface SyncReactornodeIdent - path to openflow augmentation of nodesyncupEntry - configured node + device reflectionCopyright © 2019 OpenDaylight. All rights reserved.