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 LocalInstanceStatspublic com.eclipsesource.json.JsonObject toJson()
toJson in interface JsonSerializablepublic void fromJson(com.eclipsesource.json.JsonObject json)
fromJson in interface JsonSerializableCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.