Uses of Class
org.opendaylight.openflowplugin.api.openflow.lifecycle.ContextChainMastershipState
-
Packages that use ContextChainMastershipState Package Description org.opendaylight.openflowplugin.api.openflow.lifecycle org.opendaylight.openflowplugin.impl.lifecycle -
-
Uses of ContextChainMastershipState in org.opendaylight.openflowplugin.api.openflow.lifecycle
Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle that return ContextChainMastershipState Modifier and Type Method Description static ContextChainMastershipStateContextChainMastershipState. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextChainMastershipState[]ContextChainMastershipState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle with parameters of type ContextChainMastershipState Modifier and Type Method Description booleanContextChain. isMastered(@NonNull ContextChainMastershipState mastershipState, boolean inReconciliationFrameworkStep)Check all needed to be master.voidContextChainMastershipWatcher. onMasterRoleAcquired(DeviceInfo deviceInfo, @NonNull ContextChainMastershipState mastershipState)Changed to MASTER role on device. -
Uses of ContextChainMastershipState in org.opendaylight.openflowplugin.impl.lifecycle
Methods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type ContextChainMastershipState Modifier and Type Method Description booleanContextChainImpl. isMastered(@NonNull ContextChainMastershipState mastershipState, boolean inReconciliationFrameworkStep)voidContextChainHolderImpl. onMasterRoleAcquired(DeviceInfo deviceInfo, ContextChainMastershipState mastershipState)
-