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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

infix def -(other: WorkerStatus): WorkerStatus

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product