Packages

trait Rate extends Metric

Rate metric for measuring the rate of events.

Linear Supertypes
Metric, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rate
  2. Metric
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def destroy(): Unit

    Destroy the Metric.

    Destroy the Metric.

    Definition Classes
    Metric
  2. abstract def mark(n: Long): Unit

    Mark the occurrence of a given number of events.

    Mark the occurrence of a given number of events.

    n

    the number of events

  3. abstract def mark(): Unit

    Mark the occurrence of an event.