Class HistogramPointDataImpl
Object
HistogramPointDataImpl
- All Implemented Interfaces:
HistogramPointData, PointData
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.opentelemetry.sdk.metrics.data.HistogramPointData
getExemplarsMethods inherited from interface io.opentelemetry.sdk.metrics.data.PointData
getAttributes, getEpochNanos, getStartEpochNanos
-
Constructor Details
-
HistogramPointDataImpl
-
-
Method Details
-
getSum
- Specified by:
getSumin interfaceHistogramPointData
-
getCount
- Specified by:
getCountin interfaceHistogramPointData
-
hasMin
- Specified by:
hasMinin interfaceHistogramPointData
-
getMin
- Specified by:
getMinin interfaceHistogramPointData
-
hasMax
- Specified by:
hasMaxin interfaceHistogramPointData
-
getMax
- Specified by:
getMaxin interfaceHistogramPointData
-
getBoundaries
- Specified by:
getBoundariesin interfaceHistogramPointData
-
getCounts
-
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
-