com.hazelcast.impl.partition
Class PartitionStateProcessable

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

public class PartitionStateProcessable
extends AbstractRemotelyProcessable


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

Constructor Detail

PartitionStateProcessable

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

PartitionStateProcessable

public PartitionStateProcessable()
Method Detail

process

public void process()

readData

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

writeData

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

setConnection

public void setConnection(Connection conn)


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