com.hazelcast.monitor
Class DistributedMemberInfoCallable.MemberInfo

java.lang.Object
  extended by com.hazelcast.monitor.DistributedMemberInfoCallable.MemberInfo
All Implemented Interfaces:
Serializable
Enclosing class:
DistributedMemberInfoCallable

public static class DistributedMemberInfoCallable.MemberInfo
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int availableProcessors
           
 long maxMemory
           
 Properties systemProps
           
 
Constructor Summary
DistributedMemberInfoCallable.MemberInfo()
           
 
Method Summary
 int getAvailableProcessors()
           
 long getFreeMemory()
           
 long getMaxMemory()
           
 Set<Integer> getPartitions()
           
 Properties getSystemProps()
           
 long getTime()
           
 long getTotalMemory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxMemory

public long maxMemory

availableProcessors

public int availableProcessors

systemProps

public Properties systemProps
Constructor Detail

DistributedMemberInfoCallable.MemberInfo

public DistributedMemberInfoCallable.MemberInfo()
Method Detail

getPartitions

public Set<Integer> getPartitions()

getTime

public long getTime()

getTotalMemory

public long getTotalMemory()

getFreeMemory

public long getFreeMemory()

getMaxMemory

public long getMaxMemory()

getAvailableProcessors

public int getAvailableProcessors()

getSystemProps

public Properties getSystemProps()


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.