com.hazelcast.impl.monitor
Class MemberHealthStatsImpl
java.lang.Object
com.hazelcast.impl.monitor.MemberHealthStatsImpl
- All Implemented Interfaces:
- MemberHealthStats, DataSerializable, java.io.Serializable
public class MemberHealthStatsImpl
- extends java.lang.Object
- implements MemberHealthStats, DataSerializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MemberHealthStatsImpl
public MemberHealthStatsImpl()
readData
public void readData(java.io.DataInput in)
throws java.io.IOException
- Specified by:
readData in interface DataSerializable
- Throws:
java.io.IOException
writeData
public void writeData(java.io.DataOutput out)
throws java.io.IOException
- Specified by:
writeData in interface DataSerializable
- Throws:
java.io.IOException
getInThreadStats
public ThreadStats getInThreadStats()
- Specified by:
getInThreadStats in interface MemberHealthStats
setInThreadStats
public void setInThreadStats(ThreadStats inThreadStats)
isActive
public boolean isActive()
- Specified by:
isActive in interface MemberHealthStats
setActive
public void setActive(boolean active)
isOutOfMemory
public boolean isOutOfMemory()
- Specified by:
isOutOfMemory in interface MemberHealthStats
setOutOfMemory
public void setOutOfMemory(boolean outOfMemory)
getOutThreadStats
public ThreadStats getOutThreadStats()
- Specified by:
getOutThreadStats in interface MemberHealthStats
setOutThreadStats
public void setOutThreadStats(ThreadStats outThreadStats)
getServiceThreadStats
public ThreadStats getServiceThreadStats()
- Specified by:
getServiceThreadStats in interface MemberHealthStats
setServiceThreadStats
public void setServiceThreadStats(ThreadStats serviceThreadStats)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.