Uses of Class
io.prometheus.client.CKMSQuantiles.Sample
-
Packages that use CKMSQuantiles.Sample Package Description io.prometheus.client -
-
Uses of CKMSQuantiles.Sample in io.prometheus.client
Fields in io.prometheus.client with type parameters of type CKMSQuantiles.Sample Modifier and Type Field Description (package private) java.util.LinkedList<CKMSQuantiles.Sample>
CKMSQuantiles. samples
List of sampled observations, ordered by Sample.value.Method parameters in io.prometheus.client with type arguments of type CKMSQuantiles.Sample Modifier and Type Method Description private void
CKMSQuantiles. insertBefore(java.util.ListIterator<CKMSQuantiles.Sample> iterator, double value, int r)
-