org.bdgenomics.adam.instrumentation

ServoTimer

class ServoTimer extends CompositeMonitor[AnyRef] with Taggable

Timer that implements the com.netflix.servo.monitor.CompositeMonitor interface. Sub-monitors contain specific metrics, and can be identified using the following tags: - Total Time: ServoTimer.TotalTimeTag - Count: ServoTimer.CountTag - Mean: ServoTimer.MeanTag - Max: ServoTimer.MaxTag - Min: ServoTimer.MinTag All timings are returned in nanoseconds.

Linear Supertypes
Taggable, CompositeMonitor[AnyRef], Monitor[AnyRef], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ServoTimer
  2. Taggable
  3. CompositeMonitor
  4. Monitor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServoTimer(config: MonitorConfig)

    config

    the config for this timer; this config is propagated to sub-monitors

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addTag(tag: Tag): Unit

    Adds the passed-in tag to the config for this timer, and its sub-monitors

    Adds the passed-in tag to the config for this timer, and its sub-monitors

    Definition Classes
    ServoTimerTaggable
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getConfig(): MonitorConfig

    Definition Classes
    ServoTimer → Monitor
  14. def getCount: Long

    Returns the number of measurements that have been made

  15. def getMax: Long

    Returns the maximum recorded time in nanoseconds

  16. def getMean: Long

    Returns the mean recorded time in nanoseconds

  17. def getMin: Long

    Returns the minimum recorded time in nanoseconds

  18. def getMonitors(): List[Monitor[_]]

    Definition Classes
    ServoTimer → CompositeMonitor
  19. def getName: String

    Returns the name of this timer

  20. def getTotalTime: Long

    Returns the total time in nanoseconds

  21. def getValue(): AnyRef

    Returns the result of calling getTotalTime

    Returns the result of calling getTotalTime

    Definition Classes
    ServoTimer → Monitor
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def recordMillis(duration: Long): Unit

    Records an occurrence of the specified duration, in milliseconds

  28. def recordNanos(duration: Long): Unit

    Records an occurrence of the specified duration, in nanoseconds

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Taggable

Inherited from CompositeMonitor[AnyRef]

Inherited from Monitor[AnyRef]

Inherited from AnyRef

Inherited from Any

Ungrouped