org.apache.activemq.apollo.util

LongCounter

class LongCounter extends MetricProducer[Long]

Linear Supertypes
MetricProducer[Long], (Boolean) ⇒ Long, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LongCounter
  2. MetricProducer
  3. Function1
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LongCounter (value: Long)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def addAndGet (amount: Long): Long

  7. def andThen [A] (g: (Long) ⇒ A): (Boolean) ⇒ A

    Definition Classes
    Function1
  8. def apply (reset: Boolean): Long

    The function which produces captures metric value and optionally clears it.

    The function which produces captures metric value and optionally clears it.

    Definition Classes
    LongCounterMetricProducer → Function1
  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def clear (): Unit

    Clears the metric value.

    Clears the metric value.

    Definition Classes
    LongCounterMetricProducer
  11. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def compose [A] (g: (A) ⇒ Boolean): (A) ⇒ Long

    Definition Classes
    Function1
  13. def decrementAndGet (): Long

  14. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (obj: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def get (): Long

  18. def getAndAdd (amount: Long): Long

  19. def getAndDecrement (): Long

  20. def getAndIncrement (): Long

  21. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  22. def hashCode (): Int

    Definition Classes
    LongCounter → AnyRef → Any
  23. def incrementAndGet (): Long

  24. def isInstanceOf [T0] : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def set (value: Long): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MetricProducer[Long]

Inherited from (Boolean) ⇒ Long

Inherited from AnyRef

Inherited from Any