Class Quantiles
java.lang.Object
io.prometheus.metrics.model.snapshots.Quantiles
Immutable list of quantiles.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
quantiles
-
EMPTY
-
-
Constructor Details
-
Quantiles
-
-
Method Details
-
validate
private void validate() -
of
Create a new Quantiles instance. You can either create Quantiles with one of the staticQuantiles.of(...)methods, or you can use thebuilder(). -
of
Create a new Quantiles instance. You can either create Quantiles with one of the staticQuantiles.of(...)methods, or you can use thebuilder(). -
size
public int size() -
get
-
iterator
-
builder
-