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) |
long |
getCreationTime()
Returns the creation time of this distributed object instance on this member.
|
long |
getMaxVisibleSlowOperationCount() |
List<SlowOperationDTO> |
getSlowOperations() |
JsonObject |
toJson() |
String |
toString() |
public LocalOperationStatsImpl()
public LocalOperationStatsImpl(Node node)
public long getMaxVisibleSlowOperationCount()
public List<SlowOperationDTO> getSlowOperations()
public long getCreationTime()
LocalInstanceStatsgetCreationTime in interface LocalInstanceStatspublic JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(JsonObject json)
fromJson in interface JsonSerializableCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.