Interface SnapshottingReservoir

All Superinterfaces:
com.codahale.metrics.Reservoir
All Known Implementing Classes:
DecayingEstimatedHistogramReservoir, ScalingReservoir

public interface SnapshottingReservoir extends com.codahale.metrics.Reservoir
  • Method Summary

    Modifier and Type
    Method
    Description
    com.codahale.metrics.Snapshot
     

    Methods inherited from interface com.codahale.metrics.Reservoir

    getSnapshot, size, update
  • Method Details

    • getPercentileSnapshot

      com.codahale.metrics.Snapshot getPercentileSnapshot()