Uses of Interface
org.opendaylight.openflowplugin.api.openflow.lifecycle.ContextChainMastershipWatcher
-
-
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.api.openflow
Methods in org.opendaylight.openflowplugin.api.openflow with parameters of type ContextChainMastershipWatcher Modifier and Type Method Description void
OFPContext. registerMastershipWatcher(@NonNull ContextChainMastershipWatcher contextChainMastershipWatcher)
Registers mastership change listener to context. -
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.api.openflow.lifecycle
Subinterfaces of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.api.openflow.lifecycle Modifier and Type Interface Description interface
ContextChainHolder
Generic interface for context chain holder, hold all created context chains. -
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device with parameters of type ContextChainMastershipWatcher Modifier and Type Method Description void
DeviceContextImpl. registerMastershipWatcher(@NonNull ContextChainMastershipWatcher newWatcher)
-
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.impl.lifecycle
Classes in org.opendaylight.openflowplugin.impl.lifecycle that implement ContextChainMastershipWatcher Modifier and Type Class Description class
ContextChainHolderImpl
Methods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type ContextChainMastershipWatcher Modifier and Type Method Description void
GuardedContextImpl. registerMastershipWatcher(@NonNull ContextChainMastershipWatcher contextChainMastershipWatcher)
-
Uses of ContextChainMastershipWatcher in org.opendaylight.openflowplugin.impl.role
Methods in org.opendaylight.openflowplugin.impl.role with parameters of type ContextChainMastershipWatcher Modifier and Type Method Description void
RoleContextImpl. registerMastershipWatcher(@NonNull ContextChainMastershipWatcher newWatcher)
-