public class LocalWanStatsImpl extends Object implements LocalWanStats
STAT_NOT_AVAILABLE| Constructor and Description | 
|---|
LocalWanStatsImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
fromJson(com.eclipsesource.json.JsonObject json)  | 
long | 
getCreationTime()  | 
Map<String,LocalWanPublisherStats> | 
getLocalWanPublisherStats()
Returns the statistics of different publisher clusters belongs the scheme on this member 
 | 
void | 
setLocalPublisherStatsMap(Map<String,LocalWanPublisherStats> localPublisherStatsMap)  | 
com.eclipsesource.json.JsonObject | 
toJson()  | 
public Map<String,LocalWanPublisherStats> getLocalWanPublisherStats()
LocalWanStatsgetLocalWanPublisherStats in interface LocalWanStatspublic void setLocalPublisherStatsMap(Map<String,LocalWanPublisherStats> localPublisherStatsMap)
public long getCreationTime()
getCreationTime in interface LocalInstanceStatspublic com.eclipsesource.json.JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(com.eclipsesource.json.JsonObject json)
fromJson in interface JsonSerializableCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.