Uses of Interface
org.opendaylight.openflowplugin.applications.frm.FlowNodeReconciliation
-
Packages that use FlowNodeReconciliation Package Description org.opendaylight.openflowplugin.applications.frm.impl -
-
Uses of FlowNodeReconciliation in org.opendaylight.openflowplugin.applications.frm.impl
Classes in org.opendaylight.openflowplugin.applications.frm.impl that implement FlowNodeReconciliation Modifier and Type Class Description class
FlowNodeReconciliationImpl
Default implementation ofForwardingRulesManager
.Methods in org.opendaylight.openflowplugin.applications.frm.impl that return FlowNodeReconciliation Modifier and Type Method Description FlowNodeReconciliation
ForwardingRulesManagerImpl. getNodeListener()
Constructors in org.opendaylight.openflowplugin.applications.frm.impl with parameters of type FlowNodeReconciliation Constructor Description DeviceMastershipManager(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider clusterSingletonService, FlowNodeReconciliation reconcliationAgent, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, MastershipChangeServiceManager mastershipChangeServiceManager, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderService, FrmReconciliationService reconciliationService)
-