Class DropWizardSnapshot
java.lang.Object
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardSnapshot
- All Implemented Interfaces:
OSnapshot
Created by Enrico Risa on 11/07/2018.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DropWizardSnapshot
public DropWizardSnapshot(com.codahale.metrics.Snapshot snapshot)
-
-
Method Details
-
size
public int size() -
getMedian
public double getMedian() -
getMax
public long getMax() -
getMean
public double getMean() -
getMin
public long getMin()
-