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
 void addMemberState(MemberState memberState)
           
 Set<String> getInstanceNames()
           
 List<MemberState> getMemberStates()
           
 long getTime()
           
 void readData(DataInput in)
           
 void setInstanceNames(Set<String> longInstanceNames)
           
 void setTime(long time)
           
 String toString()
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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

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.