public interface LocalWanPublisherStats extends JsonSerializable
Modifier and Type | Method and Description |
---|---|
int |
getOutboundQueueSize()
Returns the outbound queue size on this member
|
Map<String,WanEventCounter.EventCounter> |
getSentCacheEventCounter()
Returns the counter for the successfully transfered cache WAN events.
|
Map<String,WanEventCounter.EventCounter> |
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
|
boolean |
isPaused()
Returns if the wan replication on this member is paused
|
fromJson, toJson
boolean isConnected()
long getTotalPublishedEventCount()
long getTotalPublishLatency()
int getOutboundQueueSize()
boolean isPaused()
Map<String,WanEventCounter.EventCounter> getSentMapEventCounter()
Map<String,WanEventCounter.EventCounter> getSentCacheEventCounter()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.