com.hazelcast.impl.partition
Class ClusterRuntimeState

java.lang.Object
  extended by AbstractRemotelyProcessable
      extended by com.hazelcast.impl.partition.ClusterRuntimeState

public class ClusterRuntimeState
extends AbstractRemotelyProcessable


Constructor Summary
ClusterRuntimeState()
           
ClusterRuntimeState(Collection<MemberInfo> memberInfos, PartitionInfo[] partitions, long masterTime, int version)
           
 
Method Summary
 PartitionInfo[] getPartitions()
           
 int getVersion()
           
 void process()
           
 void readData(DataInput in)
           
 String toString()
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterRuntimeState

public ClusterRuntimeState(Collection<MemberInfo> memberInfos,
                           PartitionInfo[] partitions,
                           long masterTime,
                           int version)

ClusterRuntimeState

public ClusterRuntimeState()
Method Detail

process

public void process()

getPartitions

public PartitionInfo[] getPartitions()

readData

public void readData(DataInput in)
              throws IOException
Throws:
IOException

writeData

public void writeData(DataOutput out)
               throws IOException
Throws:
IOException

toString

public String toString()

getVersion

public int getVersion()


Copyright .0-RC1; 2008-2011 Hazel Ltd. All Rights Reserved.