com.hazelcast.monitor
Interface MemberState

All Superinterfaces:
DataSerializable

public interface MemberState
extends DataSerializable


Method Summary
 com.hazelcast.nio.Address getAddress()
           
 LocalExecutorStats getLocalExecutorStats(String executorName)
           
 LocalMapStats getLocalMapStats(String mapName)
           
 LocalMultiMapStats getLocalMultiMapStats(String mapName)
           
 LocalQueueStats getLocalQueueStats(String queueName)
           
 LocalTopicStats getLocalTopicStats(String topicName)
           
 List<Integer> getPartitions()
           
 Map<String,Long> getRuntimeProps()
           
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

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.