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()
LocalWanStats
getLocalWanPublisherStats
in interface LocalWanStats
public void setLocalPublisherStatsMap(Map<String,LocalWanPublisherStats> localPublisherStatsMap)
public long getCreationTime()
getCreationTime
in interface LocalInstanceStats
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.