public interface LocalWanPublisherStats extends JsonSerializable
| Modifier and Type | Method and Description | 
|---|---|
int | 
getOutboundQueueSize()
Returns the outbound queue size on this member 
 | 
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, toJsonboolean isConnected()
long getTotalPublishedEventCount()
long getTotalPublishLatency()
int getOutboundQueueSize()
boolean isPaused()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.