Package org.apache.cassandra.metrics
Interface SnapshottingReservoir
- All Superinterfaces:
com.codahale.metrics.Reservoir
- All Known Implementing Classes:
DecayingEstimatedHistogramReservoir,ScalingReservoir
public interface SnapshottingReservoir
extends com.codahale.metrics.Reservoir
-
Method Summary
Methods inherited from interface com.codahale.metrics.Reservoir
getSnapshot, size, update
-
Method Details
-
getPercentileSnapshot
com.codahale.metrics.Snapshot getPercentileSnapshot()
-