Interface DistributionSummaryTracker


public interface DistributionSummaryTracker
Track the sample distribution of events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    record(double amount)
    Updates the statistics kept by the summary with the specified amount.
  • Method Details

    • record

      void record(double amount)
      Updates the statistics kept by the summary with the specified amount.
      Parameters:
      amount - Amount for an event being tracked.