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
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
setTime
public void setTime(long time)
getTime
public long getTime()
getInstanceNames
public Set<String> getInstanceNames()
getMemberStates
public List<MemberState> getMemberStates()
addMemberState
public void addMemberState(MemberState memberState)
setInstanceNames
public void setInstanceNames(Set<String> longInstanceNames)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright .9.4-SNAPSHOT; 2008-2011 Hazel Ltd. All Rights Reserved.