com.hazelcast.monitor
Interface MemberState
- All Superinterfaces:
- JsonSerializable
- All Known Implementing Classes:
- MemberStateImpl
public interface MemberState
- extends JsonSerializable
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.