public interface LocalWanPublisherStats
extends com.hazelcast.internal.management.JsonSerializable
Modifier and Type | Method and Description |
---|---|
int |
getOutboundQueueSize()
Returns the outbound queue size on this member
|
Map<String,com.hazelcast.wan.impl.WanEventCounter.EventCounter> |
getSentCacheEventCounter()
Returns the counter for the successfully transfered cache WAN events.
|
Map<String,com.hazelcast.wan.impl.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
|
boolean isConnected()
long getTotalPublishedEventCount()
long getTotalPublishLatency()
int getOutboundQueueSize()
boolean isPaused()
Map<String,com.hazelcast.wan.impl.WanEventCounter.EventCounter> getSentMapEventCounter()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.