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(com.eclipsesource.json.JsonObject json) |
long |
getCreationTime() |
long |
getMaxVisibleSlowOperationCount() |
List<SlowOperationDTO> |
getSlowOperations() |
com.eclipsesource.json.JsonObject |
toJson() |
String |
toString() |
public LocalOperationStatsImpl()
public LocalOperationStatsImpl(Node node)
public long getMaxVisibleSlowOperationCount()
public List<SlowOperationDTO> getSlowOperations()
public long getCreationTime()
getCreationTime
in interface LocalInstanceStats
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.