Class

colossus.metrics

NopCounter

Related Doc: package metrics

Permalink

class NopCounter extends Counter

Linear Supertypes
Counter, Collector, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NopCounter
  2. Counter
  3. Collector
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val address: MetricAddress

    Permalink

    The MetricAddress of this Collector.

    The MetricAddress of this Collector. Note, this will be relative to the containing MetricSystem's metricAddress.

    Definition Classes
    NopCounterCollector
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def decrement(tags: TagMap = TagMap.Empty, amount: Long = 1): Unit

    Permalink

    Decrement by the specified amount

    Decrement by the specified amount

    tags

    Tags to record with this value

    amount

    The amount to decrement

    Definition Classes
    Counter
  8. val empty: MetricMap

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(tags: TagMap): MetricValue

    Permalink

    Retrieve the value for the specified TagMap

    Retrieve the value for the specified TagMap

    tags

    TagMap identifier for fetching the value

    Definition Classes
    NopCounterCounter
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def increment(tags: TagMap, amount: MetricValue): Unit

    Permalink

    Increment by the specified amount

    Increment by the specified amount

    tags

    Tags to record with this value

    amount

    The amount to increment

    Definition Classes
    NopCounterCounter
  16. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def set(tags: TagMap, value: MetricValue): Unit

    Permalink

    Set the Counter to the specified value

    Set the Counter to the specified value

    tags

    Tags to record with this value

    value

    Value to be set.

    Definition Classes
    NopCounterCounter
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def tick(interval: FiniteDuration): MetricMap

    Permalink

    TODO

    TODO

    Definition Classes
    NopCounterCollector
  23. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Counter

Inherited from Collector

Inherited from AnyRef

Inherited from Any

Ungrouped