Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
Modifier and Type | Method and Description |
---|---|
ClusterState |
ClientClusterProxy.getClusterState() |
Modifier and Type | Method and Description |
---|---|
void |
ClientClusterProxy.changeClusterState(ClusterState newState) |
void |
ClientClusterProxy.changeClusterState(ClusterState newState,
TransactionOptions transactionOptions) |
Modifier and Type | Method and Description |
---|---|
static ClusterState |
ClusterState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterState[] |
ClusterState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClusterState |
Cluster.getClusterState()
Returns the state of the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeExtension.onClusterStateChange(ClusterState newState,
boolean isTransient)
Called when cluster state is changed
|
void |
DefaultNodeExtension.onClusterStateChange(ClusterState newState,
boolean isTransient) |
Modifier and Type | Method and Description |
---|---|
ClusterState |
NodeState.getClusterState() |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.