Class Summary.Snapshot.ValueAtPercentile

    • Constructor Detail

      • ValueAtPercentile

        public ValueAtPercentile()
    • Method Detail

      • getPercentile

        public abstract double getPercentile()
        Returns the percentile in this ValueAtPercentile.

        Must be in the interval (0.0, 100.0].

        Returns:
        the percentile in this ValueAtPercentile.
        Since:
        0.17
      • getValue

        public abstract double getValue()
        Returns the value in this ValueAtPercentile.
        Returns:
        the value in this ValueAtPercentile.
        Since:
        0.17