public class MemberStateImpl extends Object implements MemberState
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PARTITION_COUNT |
| Constructor and Description |
|---|
MemberStateImpl() |
public static final int DEFAULT_PARTITION_COUNT
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic void clearPartitions()
public void addPartition(int partitionId)
public List<Integer> getPartitions()
getPartitions in interface MemberStatepublic Map<String,Long> getRuntimeProps()
getRuntimeProps in interface MemberStatepublic LocalMapStats getLocalMapStats(String mapName)
getLocalMapStats in interface MemberStatepublic LocalMultiMapStats getLocalMultiMapStats(String mapName)
getLocalMultiMapStats in interface MemberStatepublic LocalQueueStats getLocalQueueStats(String queueName)
getLocalQueueStats in interface MemberStatepublic LocalTopicStats getLocalTopicStats(String topicName)
getLocalTopicStats in interface MemberStatepublic LocalExecutorStats getLocalExecutorStats(String executorName)
getLocalExecutorStats in interface MemberStatepublic Address getAddress()
getAddress in interface MemberStatepublic void setAddress(Address address)
public void putLocalMapStats(String name, LocalMapStatsImpl localMapStats)
public void putLocalMultiMapStats(String name, LocalMultiMapStatsImpl localMultiMapStats)
public void putLocalQueueStats(String name, LocalQueueStatsImpl localQueueStats)
public void putLocalTopicStats(String name, LocalTopicStatsImpl localTopicStats)
public void putLocalExecutorStats(String name, LocalExecutorStatsImpl localExecutorStats)
Copyright © 2021 Hazelcast, Inc.. All rights reserved.