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.internal.cluster |
Contains the internals for cluster management like discovery, joining etc.
|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.internal.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations 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 |
DefaultNodeExtension.onClusterStateChange(ClusterState newState,
boolean isTransient) |
void |
NodeExtension.onClusterStateChange(ClusterState newState,
boolean isTransient)
Called when cluster state is changed
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterStateListener.onClusterStateChange(ClusterState newState)
Called when cluster state is changed
|
Modifier and Type | Method and Description |
---|---|
ClusterState |
ClusterServiceImpl.getClusterState() |
ClusterState |
ClusterStateManager.getState() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterServiceImpl.changeClusterState(ClusterState newState) |
void |
ClusterServiceImpl.changeClusterState(ClusterState newState,
TransactionOptions options) |
boolean |
ClusterServiceImpl.finalizeJoin(Collection<MemberInfo> members,
Address callerAddress,
String clusterId,
ClusterState clusterState,
Version clusterVersion,
long clusterStartTime,
long masterTime) |
Constructor and Description |
---|
FinalizeJoinOperation(String targetUuid,
Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime,
ClusterState clusterState,
Version clusterVersion,
PartitionRuntimeState partitionRuntimeState) |
FinalizeJoinOperation(String targetUuid,
Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime,
ClusterState clusterState,
Version clusterVersion,
PartitionRuntimeState partitionRuntimeState,
boolean sendResponse) |
Modifier and Type | Method and Description |
---|---|
void |
MapServiceContext.onClusterStateChange(ClusterState newState) |
void |
MapService.onClusterStateChange(ClusterState newState) |
Modifier and Type | Method and Description |
---|---|
ClusterState |
NodeState.getClusterState() |
Modifier and Type | Method and Description |
---|---|
ClusterState |
NodeStateImpl.getClusterState() |
Constructor and Description |
---|
NodeStateImpl(ClusterState clusterState,
NodeState nodeState,
Version clusterVersion,
MemberVersion memberVersion) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.