com.hazelcast.monitor
Interface MemberState
- All Superinterfaces: 
- DataSerializable
- public interface MemberState 
- extends DataSerializable
 
 
getAddress
com.hazelcast.nio.Address getAddress()
- 
 
- 
 
getRuntimeProps
Map<String,Long> getRuntimeProps()
- 
 
- 
 
getLocalMapStats
LocalMapStats getLocalMapStats(String mapName)
- 
 
- 
 
getLocalMultiMapStats
LocalMultiMapStats getLocalMultiMapStats(String mapName)
- 
 
- 
 
getLocalQueueStats
LocalQueueStats getLocalQueueStats(String queueName)
- 
 
- 
 
getLocalTopicStats
LocalTopicStats getLocalTopicStats(String topicName)
- 
 
- 
 
getLocalExecutorStats
LocalExecutorStats getLocalExecutorStats(String executorName)
- 
 
- 
 
getPartitions
List<Integer> getPartitions()
- 
 
- 
 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.