| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> ClusterStateChange<T> | ClusterStateChange. from(T object) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClusterStateManager. commitClusterState(ClusterStateChange stateChange,
                  Address initiator,
                  String txnId,
                  boolean isTransient) | 
| void | ClusterStateManager. lockClusterState(ClusterStateChange stateChange,
                Address initiator,
                String txnId,
                long leaseTime,
                int partitionStateVersion)Validate cluster state change requested and set a  ClusterStateLock. | 
| Constructor and Description | 
|---|
| ClusterStateTransactionLogRecord(ClusterStateChange stateChange,
                                Address initiator,
                                Address target,
                                String txnId,
                                long leaseTime,
                                int partitionStateVersion,
                                boolean isTransient) | 
| Constructor and Description | 
|---|
| ChangeClusterStateOperation(ClusterStateChange stateChange,
                           Address initiator,
                           String txnId,
                           boolean isTransient) | 
| LockClusterStateOperation(ClusterStateChange stateChange,
                         Address initiator,
                         String txnId,
                         long leaseTime,
                         int partitionStateVersion) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.