Class ImmutableValueAtQuantile
- java.lang.Object
-
- io.opentelemetry.sdk.metrics.internal.data.ImmutableValueAtQuantile
-
- All Implemented Interfaces:
ValueAtQuantile
- Direct Known Subclasses:
AutoValue_ImmutableValueAtQuantile
@Immutable public abstract class ImmutableValueAtQuantile extends java.lang.Object implements ValueAtQuantile
A summary metric value.This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
-
Constructor Summary
Constructors Constructor Description ImmutableValueAtQuantile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValueAtQuantile
create(double quantile, double value)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.opentelemetry.sdk.metrics.data.ValueAtQuantile
getQuantile, getValue
-
-
-
-
Method Detail
-
create
public static ValueAtQuantile create(double quantile, double value)
-
-