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 voidOFPContext. 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 interfaceContextChainHolderGeneric 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 voidDeviceContextImpl. 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 classContextChainHolderImplMethods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type ContextChainMastershipWatcher Modifier and Type Method Description voidGuardedContextImpl. 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 voidRoleContextImpl. registerMastershipWatcher(@NonNull ContextChainMastershipWatcher newWatcher)
-