com.hazelcast.impl.monitor
Class MemberHealthStatsImpl
java.lang.Object
  
com.hazelcast.impl.monitor.MemberHealthStatsImpl
- All Implemented Interfaces: 
 - MemberHealthStats, DataSerializable, Serializable
 
public class MemberHealthStatsImpl
- extends Object
- implements MemberHealthStats, DataSerializable
  
- See Also:
 - Serialized Form
 
 
 
 
MemberHealthStatsImpl
public MemberHealthStatsImpl()
readData
public void readData(DataInput in)
              throws IOException
- Specified by:
 readData in interface DataSerializable
 
- Throws:
 IOException
 
writeData
public void writeData(DataOutput out)
               throws IOException
- Specified by:
 writeData in interface DataSerializable
 
- Throws:
 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 String toString()
- Overrides:
 toString in class Object
 
 
Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.