public class MemberStateImpl extends Object implements MemberState
Constructor and Description |
---|
MemberStateImpl() |
public Map<String,Long> getRuntimeProps()
getRuntimeProps
in interface MemberState
public LocalMapStats getLocalMapStats(String mapName)
getLocalMapStats
in interface MemberState
public LocalMultiMapStats getLocalMultiMapStats(String mapName)
getLocalMultiMapStats
in interface MemberState
public LocalQueueStats getLocalQueueStats(String queueName)
getLocalQueueStats
in interface MemberState
public LocalTopicStats getLocalTopicStats(String topicName)
getLocalTopicStats
in interface MemberState
public LocalTopicStats getReliableLocalTopicStats(String reliableTopicName)
getReliableLocalTopicStats
in interface MemberState
public LocalPNCounterStats getLocalPNCounterStats(String pnCounterName)
getLocalPNCounterStats
in interface MemberState
public LocalReplicatedMapStats getLocalReplicatedMapStats(String replicatedMapName)
getLocalReplicatedMapStats
in interface MemberState
public LocalExecutorStats getLocalExecutorStats(String executorName)
getLocalExecutorStats
in interface MemberState
public LocalCacheStats getLocalCacheStats(String cacheName)
getLocalCacheStats
in interface MemberState
public LocalWanStats getLocalWanStats(String schemeName)
getLocalWanStats
in interface MemberState
public LocalFlakeIdGeneratorStats getLocalFlakeIdGeneratorStats(String flakeIdName)
getLocalFlakeIdGeneratorStats
in interface MemberState
public String getAddress()
getAddress
in interface MemberState
public void setAddress(String address)
public String getUuid()
MemberState
getUuid
in interface MemberState
public void setUuid(String uuid)
public String getCpMemberUuid()
MemberState
getCpMemberUuid
in interface MemberState
public void setCpMemberUuid(String cpMemberUuid)
public Map<EndpointQualifier,Address> getEndpoints()
public void setEndpoints(Map<EndpointQualifier,Address> addressMap)
public void putLocalMapStats(String name, LocalMapStats localMapStats)
public void putLocalMultiMapStats(String name, LocalMultiMapStats localMultiMapStats)
public void putLocalQueueStats(String name, LocalQueueStats localQueueStats)
public void putLocalReplicatedMapStats(String name, LocalReplicatedMapStats localReplicatedMapStats)
public void putLocalTopicStats(String name, LocalTopicStats localTopicStats)
public void putLocalReliableTopicStats(String name, LocalTopicStats localTopicStats)
public void putLocalPNCounterStats(String name, LocalPNCounterStats localPNCounterStats)
public void putLocalExecutorStats(String name, LocalExecutorStats localExecutorStats)
public void putLocalCacheStats(String name, LocalCacheStats localCacheStats)
public void putLocalWanStats(String name, LocalWanStats localWanStats)
public void putLocalFlakeIdStats(String name, LocalFlakeIdGeneratorStats localFlakeIdStats)
public Collection<ClientEndPointDTO> getClients()
getClients
in interface MemberState
public MXBeansDTO getMXBeans()
getMXBeans
in interface MemberState
public void setBeans(MXBeansDTO beans)
public void setClients(Collection<ClientEndPointDTO> clients)
public LocalMemoryStats getLocalMemoryStats()
getLocalMemoryStats
in interface MemberState
public void setLocalMemoryStats(LocalMemoryStats memoryStats)
public LocalOperationStats getOperationStats()
MemberState
getOperationStats
in interface MemberState
public void setOperationStats(LocalOperationStats operationStats)
public MemberPartitionState getMemberPartitionState()
getMemberPartitionState
in interface MemberState
public NodeState getNodeState()
getNodeState
in interface MemberState
public void setNodeState(NodeState nodeState)
public HotRestartState getHotRestartState()
getHotRestartState
in interface MemberState
public void setHotRestartState(HotRestartState hotRestartState)
public ClusterHotRestartStatusDTO getClusterHotRestartStatus()
getClusterHotRestartStatus
in interface MemberState
public void setClusterHotRestartStatus(ClusterHotRestartStatusDTO clusterHotRestartStatus)
public WanSyncState getWanSyncState()
getWanSyncState
in interface MemberState
public void setWanSyncState(WanSyncState wanSyncState)
public AdvancedNetworkStatsDTO getInboundNetworkStats()
public void setInboundNetworkStats(AdvancedNetworkStatsDTO inboundNetworkStats)
public AdvancedNetworkStatsDTO getOutboundNetworkStats()
public void setOutboundNetworkStats(AdvancedNetworkStatsDTO outboundNetworkStats)
public JsonObject toJson()
JsonSerializable
JsonObject
.toJson
in interface JsonSerializable
public void fromJson(JsonObject json)
JsonSerializable
json
object and mutates the
state of this object.fromJson
in interface JsonSerializable
json
- the JSON object carrying state for this objectCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.