com.hazelcast.monitor
Class TimedClusterState
java.lang.Object
com.hazelcast.monitor.TimedClusterState
- All Implemented Interfaces:
- DataSerializable, java.io.Serializable
public class TimedClusterState
- extends java.lang.Object
- implements DataSerializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TimedClusterState
public TimedClusterState()
writeData
public void writeData(java.io.DataOutput out)
throws java.io.IOException
- Specified by:
writeData in interface DataSerializable
- Throws:
java.io.IOException
readData
public void readData(java.io.DataInput in)
throws java.io.IOException
- Specified by:
readData in interface DataSerializable
- Throws:
java.io.IOException
setTime
public void setTime(long time)
getTime
public long getTime()
getInstanceNames
public java.util.Set<java.lang.String> getInstanceNames()
getMemberStates
public java.util.List<MemberState> getMemberStates()
addMemberState
public void addMemberState(MemberState memberState)
setInstanceNames
public void setInstanceNames(java.util.Set<java.lang.String> longInstanceNames)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.