AsyncExecutorMXBean

slick.util.AsyncExecutorMXBean

The information that is exposed by an AsyncExecutor via JMX.

Attributes

Source
AsyncExecutor.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def getActiveThreads: Int

Get the number of database I/O threads that are currently executing a task

Get the number of database I/O threads that are currently executing a task

Attributes

Source
AsyncExecutor.scala
def getMaxQueueSize: Int

Get the configured maximum queue size (0 for direct hand-off, -1 for unlimited)

Get the configured maximum queue size (0 for direct hand-off, -1 for unlimited)

Attributes

Source
AsyncExecutor.scala
def getMaxThreads: Int

Get the configured maximum number of database I/O threads

Get the configured maximum number of database I/O threads

Attributes

Source
AsyncExecutor.scala
def getQueueSize: Int

Get the current number of DBIOActions in the queue (waiting to be executed)

Get the current number of DBIOActions in the queue (waiting to be executed)

Attributes

Source
AsyncExecutor.scala