com.hazelcast.monitor
Interface MemberState

All Superinterfaces:
JsonSerializable
All Known Implementing Classes:
MemberStateImpl

public interface MemberState
extends JsonSerializable


Method Summary
 String getAddress()
           
 Collection<SerializableClientEndPoint> getClients()
           
 LocalCacheStats getLocalCacheStats(String cacheName)
           
 LocalExecutorStats getLocalExecutorStats(String executorName)
           
 LocalMapStats getLocalMapStats(String mapName)
           
 LocalMemoryStats getLocalMemoryStats()
           
 LocalMultiMapStats getLocalMultiMapStats(String mapName)
           
 LocalQueueStats getLocalQueueStats(String queueName)
           
 LocalTopicStats getLocalTopicStats(String topicName)
           
 MemberPartitionState getMemberPartitionState()
           
 SerializableMXBeans getMXBeans()
           
 Map<String,Long> getRuntimeProps()
           
 
Methods inherited from interface com.hazelcast.management.JsonSerializable
fromJson, toJson
 

Method Detail

getAddress

String 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)

getLocalCacheStats

LocalCacheStats getLocalCacheStats(String cacheName)

getClients

Collection<SerializableClientEndPoint> getClients()

getMXBeans

SerializableMXBeans getMXBeans()

getLocalMemoryStats

LocalMemoryStats getLocalMemoryStats()

getMemberPartitionState

MemberPartitionState getMemberPartitionState()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.