public interface LocalWanPublisherStats extends JsonSerializable
MemberState
 implementations.| Modifier and Type | Method and Description | 
|---|---|
Map<String,ConsistencyCheckResult> | 
getLastConsistencyCheckResults()
Returns the last results of the consistency checks, mapped by map name. 
 | 
Map<String,WanSyncStats> | 
getLastSyncStats()
Returns the last synchronization statistics, mapped by map name. 
 | 
int | 
getOutboundQueueSize()
Returns the outbound queue size on this member 
 | 
WanPublisherState | 
getPublisherState()
Returns the current  
WanPublisherState of this publisher. | 
Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> | 
getSentCacheEventCounter()
Returns the counter for the successfully transfered cache WAN events. 
 | 
Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> | 
getSentMapEventCounter()
Returns the counter for the successfully transfered map WAN events. 
 | 
long | 
getTotalPublishedEventCount()
Returns the total number of published events from this member 
 | 
long | 
getTotalPublishLatency()
Returns the total latency of published wan events from this member by millisecond. 
 | 
boolean | 
isConnected()
Returns if this member is connected to the Wan publisher 
 | 
fromJson, toJsonboolean isConnected()
long getTotalPublishedEventCount()
long getTotalPublishLatency()
int getOutboundQueueSize()
WanPublisherState getPublisherState()
WanPublisherState of this publisher.Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> getSentMapEventCounter()
Map<String,DistributedServiceWanEventCounters.DistributedObjectWanEventCounters> getSentCacheEventCounter()
Map<String,ConsistencyCheckResult> getLastConsistencyCheckResults()
Map<String,WanSyncStats> getLastSyncStats()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.