Uses of Interface
org.apache.cassandra.metrics.SnapshottingReservoir
-
Packages that use SnapshottingReservoir Package Description org.apache.cassandra.metrics -
-
Uses of SnapshottingReservoir in org.apache.cassandra.metrics
Classes in org.apache.cassandra.metrics that implement SnapshottingReservoir Modifier and Type Class Description classDecayingEstimatedHistogramReservoirA decaying histogram reservoir where values collected during each minute will be twice as significant as the values collected in the previous minute.classScalingReservoirA reservoir that scales the values before updating.Methods in org.apache.cassandra.metrics that return SnapshottingReservoir Modifier and Type Method Description static SnapshottingReservoirCassandraMetricsRegistry. createReservoir(java.util.concurrent.TimeUnit durationUnit)Constructors in org.apache.cassandra.metrics with parameters of type SnapshottingReservoir Constructor Description ScalingReservoir(SnapshottingReservoir reservoir, ScalingReservoir.ScaleFunction scaleFunc)SnapshottingTimer(SnapshottingReservoir reservoir)SnapshottingTimer(SnapshottingReservoir reservoir, com.codahale.metrics.Clock clock)
-