Class SummaryPointDataImpl
Object
SummaryPointDataImpl
- All Implemented Interfaces:
 PointData, SummaryPointData
- 
Constructor Summary
ConstructorsConstructorDescriptionSummaryPointDataImpl(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, waitMethods inherited from interface io.opentelemetry.sdk.metrics.data.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:
 getCountin interfaceSummaryPointData
 - 
getSum
- Specified by:
 getSumin interfaceSummaryPointData
 - 
getValues
 - 
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
 
 -