WorkerStatus
kyo.scheduler.top.WorkerStatus
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
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article