kyo.scheduler.top

Members list

Type members

Classlikes

case class AdmissionStatus(admissionPercent: Int, allowed: Long, rejected: Long, regulator: RegulatorStatus)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Client

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Client.type
case class ConcurrencyStatus(regulator: RegulatorStatus)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Console extends App

Attributes

Supertypes
trait App
trait DelayedInit
class Object
trait Matchable
class Any
Self type
Console.type
object Printer

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Printer.type
case class RegulatorStatus(step: Int, measurementsAvg: Double, measurementsJitter: Double, probesSent: Long, probesCompleted: Long, adjustments: Long, updates: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class Reporter(status: () => Status, enableTopJMX: Boolean, enableTopConsoleMs: Int, timer: InternalTimer) extends TopMBean

Attributes

Supertypes
trait TopMBean
class Object
trait Matchable
class Any
case class Status(currentWorkers: Int, allocatedWorkers: Int, loadAvg: Double, flushes: Long, activeThreads: Int, totalThreads: Int, workers: Seq[WorkerStatus], admission: AdmissionStatus, concurrency: ConcurrencyStatus)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TaskStatus(preempting: Boolean, runtime: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait TopMBean

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Reporter
case class WorkerStatus(id: Int, running: Boolean, mount: String, frame: String, isBlocked: Boolean, isStalled: Boolean, executions: Long, preemptions: Long, completions: Long, stolenTasks: Long, lostTasks: Long, load: Int, mounts: Long)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all