public class LocalWanStatsImpl extends Object implements LocalWanStats
STAT_NOT_AVAILABLE| Constructor and Description | 
|---|
| LocalWanStatsImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fromJson(JsonObject json)Extracts the state from the given  jsonobject and mutates the
 state of this object. | 
| 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()Serializes state represented by this object into a  JsonObject. | 
| 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()
JsonSerializableJsonObject.toJson in interface JsonSerializablepublic void fromJson(JsonObject json)
JsonSerializablejson object and mutates the
 state of this object.fromJson in interface JsonSerializablejson - the JSON object carrying state for this objectCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.