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 ContextChainMastershipState
ContextChainMastershipState. 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 boolean
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
Methods in org.opendaylight.openflowplugin.impl.lifecycle with parameters of type ContextChainMastershipState Modifier and Type Method Description boolean
ContextChainImpl. isMastered(@NonNull ContextChainMastershipState mastershipState, boolean inReconciliationFrameworkStep)
void
ContextChainHolderImpl. onMasterRoleAcquired(DeviceInfo deviceInfo, ContextChainMastershipState mastershipState)
-