com.hazelcast.monitor
Class TimedClusterState

java.lang.Object
  extended by com.hazelcast.monitor.TimedClusterState
All Implemented Interfaces:
DataSerializable, Serializable

public class TimedClusterState
extends Object
implements DataSerializable

See Also:
Serialized Form

Constructor Summary
TimedClusterState()
           
 
Method Summary
 boolean containsKey(Member member)
           
 ClusterStateView getClusterStateView()
           
 Map<Member,MemberState> getMemberState()
           
 long getTime()
           
 void putMemberState(Member member, MemberState mapStat)
           
 void readData(DataInput in)
           
 void setClusterStateView(ClusterStateView clusterStateView)
           
 void setTime(long time)
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedClusterState

public TimedClusterState()
Method Detail

writeData

public void writeData(DataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(DataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException

containsKey

public boolean containsKey(Member member)

putMemberState

public void putMemberState(Member member,
                           MemberState mapStat)

getMemberState

public Map<Member,MemberState> getMemberState()

setTime

public void setTime(long time)

getTime

public long getTime()

getClusterStateView

public ClusterStateView getClusterStateView()

setClusterStateView

public void setClusterStateView(ClusterStateView clusterStateView)


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