Class SummaryPointDataImpl
Object
SummaryPointDataImpl
- All Implemented Interfaces:
PointData
,SummaryPointData
-
Constructor Summary
ConstructorDescriptionSummaryPointDataImpl
(double sum, long count, long startEpochNanos, long epochNanos, Attributes attributes, List<DoubleExemplarData> exemplars) -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface PointData
getAttributes, getEpochNanos, getExemplars, getStartEpochNanos
-
Constructor Details
-
SummaryPointDataImpl
public SummaryPointDataImpl(double sum, long count, long startEpochNanos, long epochNanos, Attributes attributes, List<DoubleExemplarData> exemplars)
-
-
Method Details
-
getCount
- Specified by:
getCount
in interfaceSummaryPointData
-
getSum
- Specified by:
getSum
in interfaceSummaryPointData
-
getValues
- Specified by:
getValues
in interfaceSummaryPointData
-
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
-