com.hazelcast.monitor
Interface MemberState

All Superinterfaces:
JsonSerializable
All Known Implementing Classes:
MemberStateImpl

public interface MemberState
extends JsonSerializable


Method Summary
 String getAddress()
           
 Collection<ClientEndPointDTO> 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()
           
 MXBeansDTO getMXBeans()
           
 LocalOperationStats getOperationStats()
          Returns the local operation statistics.
 Map<String,Long> getRuntimeProps()
           
 
Methods inherited from interface com.hazelcast.internal.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<ClientEndPointDTO> getClients()

getMXBeans

MXBeansDTO getMXBeans()

getLocalMemoryStats

LocalMemoryStats getLocalMemoryStats()

getOperationStats

LocalOperationStats getOperationStats()
Returns the local operation statistics.

Returns:
LocalOperationStats statistics

getMemberPartitionState

MemberPartitionState getMemberPartitionState()


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