com.hazelcast.monitor
Class TimedClusterState
java.lang.Object
com.hazelcast.monitor.TimedClusterState
- All Implemented Interfaces:
- DataSerializable, Serializable
public class TimedClusterState
- extends Object
- implements DataSerializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimedClusterState
public TimedClusterState()
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.