Uses of Enum Class
com.hazelcast.cluster.ClusterState
-
Uses of ClusterState in com.hazelcast.cluster
Modifier and TypeMethodDescriptionstatic ClusterState
ClusterState.getById
(int id) Cluster.getClusterState()
Returns the state of the cluster.static ClusterState
Returns the enum constant of this class with the specified name.static ClusterState[]
ClusterState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Cluster.changeClusterState
(ClusterState newState) Changes state of the cluster to the given state transactionally.void
Cluster.changeClusterState
(ClusterState newState, TransactionOptions transactionOptions) Changes state of the cluster to the given state transactionally.