Uses of Enum Class
org.opendaylight.openflowplugin.api.openflow.lifecycle.ContextChainMastershipState
Package
Description
-
Uses of ContextChainMastershipState in org.opendaylight.openflowplugin.api.openflow.lifecycle
Modifier and TypeMethodDescriptionstatic ContextChainMastershipState
Returns 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.Modifier and TypeMethodDescriptionboolean
ContextChain.isMastered
(@NonNull ContextChainMastershipState mastershipState, boolean inReconciliationFrameworkStep) Check all needed to be master.void
ContextChainMastershipWatcher.onMasterRoleAcquired
(DeviceInfo deviceInfo, @NonNull ContextChainMastershipState mastershipState) Changed to MASTER role on device. -
Uses of ContextChainMastershipState in org.opendaylight.openflowplugin.impl.lifecycle
Modifier and TypeMethodDescriptionboolean
ContextChainImpl.isMastered
(ContextChainMastershipState mastershipState, boolean inReconciliationFrameworkStep) void
ContextChainHolderImpl.onMasterRoleAcquired
(DeviceInfo deviceInfo, ContextChainMastershipState mastershipState)