public class FlowNodeReconciliationImpl extends Object implements FlowNodeReconciliation
ForwardingRulesManager
.Constructor and Description |
---|
FlowNodeReconciliationImpl(ForwardingRulesManager manager,
org.opendaylight.controller.md.sal.binding.api.DataBroker db,
String serviceName,
int priority,
ResultState resultState) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
endReconciliation(DeviceInfo node) |
String |
getName() |
int |
getPriority() |
ResultState |
getResultState() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
startReconciliation(DeviceInfo node) |
public FlowNodeReconciliationImpl(ForwardingRulesManager manager, org.opendaylight.controller.md.sal.binding.api.DataBroker db, String serviceName, int priority, ResultState resultState)
public void close()
close
in interface AutoCloseable
public com.google.common.util.concurrent.ListenableFuture<Boolean> startReconciliation(DeviceInfo node)
startReconciliation
in interface ReconciliationNotificationListener
public com.google.common.util.concurrent.ListenableFuture<Boolean> endReconciliation(DeviceInfo node)
endReconciliation
in interface ReconciliationNotificationListener
public int getPriority()
getPriority
in interface ReconciliationNotificationListener
public String getName()
getName
in interface ReconciliationNotificationListener
public ResultState getResultState()
getResultState
in interface ReconciliationNotificationListener
Copyright © 2018 OpenDaylight. All rights reserved.