com.hazelcast.monitor
Class DistributedMemberInfoCallable.MemberInfo
java.lang.Object
  
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
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
maxMemory
public long maxMemory
availableProcessors
public int availableProcessors
systemProps
public Properties systemProps
DistributedMemberInfoCallable.MemberInfo
public DistributedMemberInfoCallable.MemberInfo()
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 Hazelcast, Inc. All Rights Reserved.