public class ClusterStateManager extends Object
| Modifier and Type | Method and Description | 
|---|---|
| void | commitClusterState(ClusterState newState,
                  Address initiator,
                  String txnId) | 
| ClusterState | getState() | 
| void | lockClusterState(ClusterState newState,
                Address initiator,
                String txnId,
                long leaseTime,
                int partitionStateVersion) | 
| boolean | rollbackClusterState(String txnId) | 
| String | toString() | 
public ClusterState getState()
public void lockClusterState(ClusterState newState, Address initiator, String txnId, long leaseTime, int partitionStateVersion)
public boolean rollbackClusterState(String txnId)
public void commitClusterState(ClusterState newState, Address initiator, String txnId)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.