Uses of Enum Class
org.opendaylight.openflowplugin.api.openflow.lifecycle.ContextChainMastershipState
Packages that use ContextChainMastershipState
Package
Description
-
Uses of ContextChainMastershipState in org.opendaylight.openflowplugin.api.openflow.lifecycle
Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle that return ContextChainMastershipStateModifier and TypeMethodDescriptionstatic ContextChainMastershipStateReturns the enum constant of this class with the specified name.static ContextChainMastershipState[]ContextChainMastershipState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.openflowplugin.api.openflow.lifecycle with parameters of type ContextChainMastershipStateModifier and TypeMethodDescriptionbooleanContextChain.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 ContextChainMastershipStateModifier and TypeMethodDescriptionbooleanContextChainImpl.isMastered(@NonNull ContextChainMastershipState mastershipState, boolean inReconciliationFrameworkStep) voidContextChainHolderImpl.onMasterRoleAcquired(DeviceInfo deviceInfo, ContextChainMastershipState mastershipState)