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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.codahale.metrics.Snapshot
getPercentileSnapshot()
-