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