com.hazelcast.monitor.impl
Class LocalOperationStatsImpl

java.lang.Object
  extended by com.hazelcast.monitor.impl.LocalOperationStatsImpl
All Implemented Interfaces:
JsonSerializable, LocalInstanceStats, LocalOperationStats

public class LocalOperationStatsImpl
extends Object
implements LocalOperationStats

Hazelcast statistic implementations for local operations.


Field Summary
 
Fields inherited from interface com.hazelcast.monitor.LocalInstanceStats
STAT_NOT_AVAILABLE
 
Constructor Summary
LocalOperationStatsImpl()
           
LocalOperationStatsImpl(Node node)
           
 
Method Summary
 boolean equals(Object o)
           
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 long getCreationTime()
           
 long getMaxVisibleSlowOperationCount()
           
 List<SlowOperationDTO> getSlowOperations()
           
 int hashCode()
           
 com.eclipsesource.json.JsonObject toJson()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalOperationStatsImpl

public LocalOperationStatsImpl()

LocalOperationStatsImpl

public LocalOperationStatsImpl(Node node)
Method Detail

getMaxVisibleSlowOperationCount

public long getMaxVisibleSlowOperationCount()

getSlowOperations

public List<SlowOperationDTO> getSlowOperations()

getCreationTime

public long getCreationTime()
Specified by:
getCreationTime in interface LocalInstanceStats

toJson

public com.eclipsesource.json.JsonObject toJson()
Specified by:
toJson in interface JsonSerializable

fromJson

public void fromJson(com.eclipsesource.json.JsonObject json)
Specified by:
fromJson in interface JsonSerializable

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.