Packages

trait Recorder extends Metric

Recorder metric for measuring changing values (like durations).

Linear Supertypes
Metric, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Recorder
  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 record(value: Long): Unit

    Record a new value.

    Record a new value.

    value

    new value to record