Interface LongPointData

All Superinterfaces:
PointData
All Known Implementing Classes:
AutoValue_ImmutableLongPointData, ImmutableLongPointData, MutableLongPointData

public interface LongPointData extends PointData
A point data with a double aggregation value.
Since:
1.14.0
  • Method Details

    • getValue

      long getValue()
      Returns the value of the data point.
    • getExemplars

      List<LongExemplarData> getExemplars()
      List of exemplars collected from measurements aggregated into this point.
      Specified by:
      getExemplars in interface PointData