Interface ValueAtPercentile

All Superinterfaces:
Wrapper

public interface ValueAtPercentile extends Wrapper
Percentile and value at that percentile within a distribution.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the percentile.
    double
    Returns the value at this percentile.
    double
    Returns the value of this percentile interpreted as time in nanoseconds converted to the specified TimeUnit.

    Methods inherited from interface io.helidon.metrics.api.Wrapper

    unwrap
  • Method Details

    • percentile

      double percentile()
      Returns the percentile.
      Returns:
      the percentile
    • value

      double value()
      Returns the value at this percentile.
      Returns:
      the percentile's value
    • value

      double value(TimeUnit unit)
      Returns the value of this percentile interpreted as time in nanoseconds converted to the specified TimeUnit.
      Parameters:
      unit - time unit in which to express the value
      Returns:
      converted value