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.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(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 © 2018 Hazelcast, Inc.. All Rights Reserved.