Class HistogramPointDataImpl
Object
HistogramPointDataImpl
- All Implemented Interfaces:
HistogramPointData
,PointData
-
Constructor Summary
-
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface HistogramPointData
getExemplars
Methods inherited from interface PointData
getAttributes, getEpochNanos, getStartEpochNanos
-
Constructor Details
-
HistogramPointDataImpl
-
-
Method Details
-
getSum
- Specified by:
getSum
in interfaceHistogramPointData
-
getCount
- Specified by:
getCount
in interfaceHistogramPointData
-
hasMin
- Specified by:
hasMin
in interfaceHistogramPointData
-
getMin
- Specified by:
getMin
in interfaceHistogramPointData
-
hasMax
- Specified by:
hasMax
in interfaceHistogramPointData
-
getMax
- Specified by:
getMax
in interfaceHistogramPointData
-
getBoundaries
- Specified by:
getBoundaries
in interfaceHistogramPointData
-
getCounts
- Specified by:
getCounts
in interfaceHistogramPointData
-
getStartEpochNanos
public long getStartEpochNanos()- Specified by:
getStartEpochNanos
in interfacePointData
-
getEpochNanos
public long getEpochNanos()- Specified by:
getEpochNanos
in interfacePointData
-
getAttributes
public Attributes getAttributes()- Specified by:
getAttributes
in interfacePointData
-
getExemplars
- Specified by:
getExemplars
in interfacePointData
-