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.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.cluster.impl.operations |
This package contains operations for the com.hazelcast.cluster.impl package.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
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 |
ClusterServiceImpl.getClusterState() |
ClusterState |
ClusterStateManager.getState() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterServiceImpl.changeClusterState(ClusterState newState) |
void |
ClusterServiceImpl.changeClusterState(ClusterState newState,
TransactionOptions options) |
void |
ClusterStateManager.commitClusterState(ClusterState newState,
Address initiator,
String txnId) |
void |
ClusterServiceImpl.initialClusterState(ClusterState clusterState) |
void |
ClusterStateManager.lockClusterState(ClusterState newState,
Address initiator,
String txnId,
long leaseTime,
int partitionStateVersion) |
Constructor and Description |
---|
ClusterStateTransactionLogRecord(ClusterState newState,
Address initiator,
Address target,
String txnId,
long leaseTime,
int partitionStateVersion) |
Constructor and Description |
---|
ChangeClusterStateOperation(ClusterState newState,
Address initiator,
String txnId) |
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
ClusterState clusterState,
PartitionRuntimeState partitionRuntimeState,
boolean sendResponse) |
FinalizeJoinOperation(Collection<MemberInfo> members,
PostJoinOperation postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime,
ClusterState clusterState,
PartitionRuntimeState partitionRuntimeState) |
LockClusterStateOperation(ClusterState newState,
Address initiator,
String txnId,
long leaseTime,
int partitionStateVersion) |
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 persistentChange) |
void |
NodeExtension.onClusterStateChange(ClusterState newState,
boolean persistentChange)
Called when cluster state is changed
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.