java.lang.Object
com.orientechnologies.agent.profiler.metrics.dropwizard.DropWizardSnapshot
All Implemented Interfaces:
OSnapshot

public class DropWizardSnapshot extends Object implements OSnapshot
Created by Enrico Risa on 11/07/2018.
  • Constructor Details

    • DropWizardSnapshot

      public DropWizardSnapshot(com.codahale.metrics.Snapshot snapshot)
  • Method Details

    • size

      public int size()
      Specified by:
      size in interface OSnapshot
    • getMedian

      public double getMedian()
      Specified by:
      getMedian in interface OSnapshot
    • getMax

      public long getMax()
      Specified by:
      getMax in interface OSnapshot
    • getMean

      public double getMean()
      Specified by:
      getMean in interface OSnapshot
    • getMin

      public long getMin()
      Specified by:
      getMin in interface OSnapshot