Uses of Enum
de.xima.fc.cluster.model.ENodeState
Packages that use ENodeState
-
Uses of ENodeState in de.xima.fc.cluster
Methods in de.xima.fc.cluster that return ENodeStateMethods in de.xima.fc.cluster with parameters of type ENodeStateModifier and TypeMethodDescriptionstatic void
ClusterNodeStateManager.changeNodeState
(ENodeState state) -
Uses of ENodeState in de.xima.fc.cluster.impl.jgroup
Methods in de.xima.fc.cluster.impl.jgroup with parameters of type ENodeState -
Uses of ENodeState in de.xima.fc.cluster.model
Methods in de.xima.fc.cluster.model that return ENodeStateModifier and TypeMethodDescriptionNodeModel.getState()
static ENodeState
Returns the enum constant of this type with the specified name.static ENodeState[]
ENodeState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.cluster.model with parameters of type ENodeStateModifier and TypeMethodDescriptionvoid
ICluster.changeLocaleNodeState
(ENodeState state) Changes the state of the local node, i.e. the node that corresponds to the server running this code.void
NodeModel.setState
(ENodeState state)