Class ExponentialHistogramPointDataImpl
Object
ExponentialHistogramPointDataImpl
- All Implemented Interfaces:
ExponentialHistogramPointData, PointData
public class ExponentialHistogramPointDataImpl
extends Object
implements ExponentialHistogramPointData
-
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.opentelemetry.sdk.metrics.data.ExponentialHistogramPointData
getExemplarsMethods inherited from interface io.opentelemetry.sdk.metrics.data.PointData
getAttributes, getEpochNanos, getStartEpochNanos
-
Method Details
-
getScale
- Specified by:
getScalein interfaceExponentialHistogramPointData
-
getSum
- Specified by:
getSumin interfaceExponentialHistogramPointData
-
getCount
- Specified by:
getCountin interfaceExponentialHistogramPointData
-
getZeroCount
- Specified by:
getZeroCountin interfaceExponentialHistogramPointData
-
hasMin
- Specified by:
hasMinin interfaceExponentialHistogramPointData
-
getMin
- Specified by:
getMinin interfaceExponentialHistogramPointData
-
hasMax
- Specified by:
hasMaxin interfaceExponentialHistogramPointData
-
getMax
- Specified by:
getMaxin interfaceExponentialHistogramPointData
-
getPositiveBuckets
- Specified by:
getPositiveBucketsin interfaceExponentialHistogramPointData
-
getNegativeBuckets
- Specified by:
getNegativeBucketsin interfaceExponentialHistogramPointData
-
getStartEpochNanos
public long getStartEpochNanos()- Specified by:
getStartEpochNanosin interfacePointData
-
getEpochNanos
public long getEpochNanos()- Specified by:
getEpochNanosin interfacePointData
-
getAttributes
public Attributes getAttributes()- Specified by:
getAttributesin interfacePointData
-
getExemplars
- Specified by:
getExemplarsin interfacePointData
-