public class AdvancedNetworkStatsDTO extends Object implements JsonSerializable
AdvancedNetworkStats
.Constructor and Description |
---|
AdvancedNetworkStatsDTO() |
AdvancedNetworkStatsDTO(AdvancedNetworkStats advancedNetworkStats) |
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. |
AdvancedNetworkStats |
getAdvancedNetworkStats() |
JsonObject |
toJson()
For serializing the stats before sending to Management Center.
|
String |
toString() |
public AdvancedNetworkStatsDTO()
public AdvancedNetworkStatsDTO(AdvancedNetworkStats advancedNetworkStats)
public AdvancedNetworkStats getAdvancedNetworkStats()
public JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(JsonObject json)
json
object and mutates the
state of this object.fromJson
in interface JsonSerializable
json
- the JSON object carrying state for this objectCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.