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

Concise view

Value members

Abstract methods

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

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