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
json object 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()
LocalWanStats
getLocalWanPublisherStats
in interface LocalWanStats
public void setLocalPublisherStatsMap(Map<String,LocalWanPublisherStats> localPublisherStatsMap)
public long getCreationTime()
LocalInstanceStats
getCreationTime
in interface LocalInstanceStats
public JsonObject toJson()
JsonSerializable
JsonObject
.toJson
in interface JsonSerializable
public void fromJson(JsonObject json)
JsonSerializable
json
object and mutates the
state of this object.fromJson
in interface JsonSerializable
json
- the JSON object carrying state for this objectCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.