public class LocalOperationStatsImpl extends Object implements LocalOperationStats
STAT_NOT_AVAILABLE
Constructor and Description |
---|
LocalOperationStatsImpl() |
LocalOperationStatsImpl(Node node) |
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.
|
long |
getMaxVisibleSlowOperationCount() |
List<SlowOperationDTO> |
getSlowOperations() |
JsonObject |
toJson()
Serializes state represented by this object into a
JsonObject . |
String |
toString() |
public LocalOperationStatsImpl()
public LocalOperationStatsImpl(Node node)
public long getMaxVisibleSlowOperationCount()
public List<SlowOperationDTO> getSlowOperations()
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.