Uses of Class
org.apache.cassandra.metrics.Sampler.Sample
-
Packages that use Sampler.Sample Package Description org.apache.cassandra.metrics -
-
Uses of Sampler.Sample in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics that return types with arguments of type Sampler.Sample Modifier and Type Method Description java.util.List<Sampler.Sample<T>>
FrequencySampler. finishSampling(int count)
Call to stop collecting samples, and gather the resultsjava.util.List<Sampler.Sample<T>>
MaxSampler. finishSampling(int count)
abstract java.util.List<Sampler.Sample<T>>
Sampler. finishSampling(int count)
-