class ReadWriteCount extends ReadWriteCountMBean with JMXSupport with AutoCloseable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadWriteCount
- AutoCloseable
- JMXSupport
- ReadWriteCountMBean
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ReadWriteCount(beanName: ObjectName)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- ReadWriteCount → AutoCloseable
- def description(): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val getHealthy: Boolean
- returns
a simple yes/no response for use as a health endpoint
- def getReads(): Throughput
NOTE: $SIDEEFFECT
NOTE: $SIDEEFFECT
- returns
the current read throughput
- Definition Classes
- ReadWriteCount → ReadWriteCountMBean
- val getStarted: String
The application start time
The application start time
- returns
the application start time as an ISO date time
- def getWrites(): Throughput
NOTE: $SIDEEFFECT
NOTE: $SIDEEFFECT
- returns
the current read throughput
- Definition Classes
- ReadWriteCount → ReadWriteCountMBean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def incReads(): Long
- def incWrites(): Long
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readCounter: AtomicLong
- val reads: Builder
- Attributes
- protected
- def registerAsMBean(mBeanName: ObjectName): ObjectInstance
- Attributes
- protected
- Definition Classes
- JMXSupport
- def registerAsMBean(name: String = getClass.getSimpleName): ObjectInstance
- Attributes
- protected
- Definition Classes
- JMXSupport
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unregisterAsMBean(mBeanName: ObjectName): Unit
- Attributes
- protected
- Definition Classes
- JMXSupport
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeCounter: AtomicLong
- val writes: Builder
- Attributes
- protected