Packages

c

kafka4m.jmx

ReadWriteCount

class ReadWriteCount extends ReadWriteCountMBean with JMXSupport with AutoCloseable

Linear Supertypes
AutoCloseable, JMXSupport, ReadWriteCountMBean, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadWriteCount
  2. AutoCloseable
  3. JMXSupport
  4. ReadWriteCountMBean
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadWriteCount(beanName: ObjectName)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def close(): Unit
    Definition Classes
    ReadWriteCount → AutoCloseable
  7. def description(): String
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val getHealthy: Boolean

    returns

    a simple yes/no response for use as a health endpoint

  13. def getReads(): Throughput

    NOTE: $SIDEEFFECT

    NOTE: $SIDEEFFECT

    returns

    the current read throughput

    Definition Classes
    ReadWriteCountReadWriteCountMBean
  14. val getStarted: String

    The application start time

    The application start time

    returns

    the application start time as an ISO date time

  15. def getWrites(): Throughput

    NOTE: $SIDEEFFECT

    NOTE: $SIDEEFFECT

    returns

    the current read throughput

    Definition Classes
    ReadWriteCountReadWriteCountMBean
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def incReads(): Long
  18. def incWrites(): Long
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def readCounter: AtomicLong
  24. val reads: Builder
    Attributes
    protected
  25. def registerAsMBean(mBeanName: ObjectName): ObjectInstance
    Attributes
    protected
    Definition Classes
    JMXSupport
  26. def registerAsMBean(name: String = getClass.getSimpleName): ObjectInstance
    Attributes
    protected
    Definition Classes
    JMXSupport
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def unregisterAsMBean(mBeanName: ObjectName): Unit
    Attributes
    protected
    Definition Classes
    JMXSupport
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def writeCounter: AtomicLong
  34. val writes: Builder
    Attributes
    protected

Inherited from AutoCloseable

Inherited from JMXSupport

Inherited from ReadWriteCountMBean

Inherited from AnyRef

Inherited from Any

Ungrouped