com.hazelcast.monitor
Class DistributedMapStatsCallable

java.lang.Object
  extended by com.hazelcast.monitor.DistributedMapStatsCallable
All Implemented Interfaces:
HazelcastInstanceAware, java.io.Serializable, java.util.concurrent.Callable<DistributedMapStatsCallable.MemberMapStat>

public class DistributedMapStatsCallable
extends java.lang.Object
implements java.util.concurrent.Callable<DistributedMapStatsCallable.MemberMapStat>, java.io.Serializable, HazelcastInstanceAware

See Also:
Serialized Form

Nested Class Summary
static class DistributedMapStatsCallable.MemberMapStat
           
 
Constructor Summary
DistributedMapStatsCallable(java.lang.String mapName)
           
 
Method Summary
 DistributedMapStatsCallable.MemberMapStat call()
           
 void setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedMapStatsCallable

public DistributedMapStatsCallable(java.lang.String mapName)
Method Detail

call

public DistributedMapStatsCallable.MemberMapStat call()
                                               throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<DistributedMapStatsCallable.MemberMapStat>
Throws:
java.lang.Exception

setHazelcastInstance

public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
Specified by:
setHazelcastInstance in interface HazelcastInstanceAware


Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.