Packages

package jmx

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class JMXClient(server: MBeanServerConnection) extends Product with Serializable

    Some utility over an MBeanServerConnection

  2. trait JMXSupport extends AnyRef

    A mix-in trait which exposes a means to register a class as an MBean

  3. class ReadWriteCount extends ReadWriteCountMBean with JMXSupport with AutoCloseable
  4. trait ReadWriteCountMBean extends AnyRef

    An mbean which counts reads/writes

  5. final case class Throughput(latestMessageCount: Long, elapsedMillisSinceLastFlush: Long, totalMessages: Long) extends Product with Serializable

    A basic representation of some throughput

    A basic representation of some throughput

    latestMessageCount

    the number of messages either sent or received in the last 'countSince' milliseconds

    elapsedMillisSinceLastFlush

    the number of milliseconds which have elapsed since the last Throughput record was produced

    totalMessages

    the total message count

Value Members

  1. object JMXClient extends Serializable
  2. object JMXSupport
  3. object ReadWriteCountMBean extends StrictLogging
  4. object Throughput extends Serializable

Ungrouped