Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
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.internal.eviction |
Eviction policy implementations.
|
com.hazelcast.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
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 |
---|---|
void |
AbstractCacheService.onClusterStateChange(ClusterState newState) |
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.afterClusterStateChange(ClusterState oldState,
ClusterState newState,
boolean isTransient) |
void |
NodeExtension.afterClusterStateChange(ClusterState oldState,
ClusterState newState,
boolean isTransient)
Called after the cluster state change transaction has completed
(successfully or otherwise).
|
void |
DefaultNodeExtension.beforeClusterStateChange(ClusterState currState,
ClusterState requestedState,
boolean isTransient) |
void |
NodeExtension.beforeClusterStateChange(ClusterState currState,
ClusterState requestedState,
boolean isTransient)
Called before starting a cluster state change transaction.
|
void |
DefaultNodeExtension.onClusterStateChange(ClusterState newState,
boolean isTransient) |
void |
NodeExtension.onClusterStateChange(ClusterState newState,
boolean isTransient)
Called during the commit phase of the cluster state change transaction,
just after updating the value of the cluster state on the local member,
while still holding the cluster lock.
|
void |
DefaultNodeExtension.onInitialClusterState(ClusterState initialState) |
void |
NodeExtension.onInitialClusterState(ClusterState initialState)
Called when initial cluster state is received while joining the cluster.
|
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 |
ClusterStateChange.getClusterStateOrNull() |
ClusterState |
ClusterStateManager.getState() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterServiceImpl.changeClusterState(ClusterState newState) |
void |
ClusterServiceImpl.changeClusterState(ClusterState newState,
TransactionOptions options) |
boolean |
ClusterServiceImpl.finalizeJoin(MembersView membersView,
Address callerAddress,
String callerUuid,
String targetUuid,
String clusterId,
ClusterState clusterState,
Version clusterVersion,
long clusterStartTime,
long masterTime,
OnJoinOp preJoinOp) |
Constructor and Description |
---|
FinalizeJoinOp(String targetUuid,
MembersView members,
OnJoinOp preJoinOp,
OnJoinOp postJoinOp,
long masterTime,
String clusterId,
long clusterStartTime,
ClusterState clusterState,
Version clusterVersion,
PartitionRuntimeState partitionRuntimeState) |
Modifier and Type | Method and Description |
---|---|
void |
ExpirationManager.onClusterStateChange(ClusterState newState) |
Modifier and Type | Method and Description |
---|---|
void |
InternalPartitionServiceImpl.onClusterStateChange(ClusterState newState) |
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) |
NodeStateImpl(ClusterState clusterState,
NodeState nodeState,
Version clusterVersion,
MemberVersion memberVersion,
Map<String,List<String>> weakSecretsConfigs) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.