kyo.scheduler

package kyo.scheduler

Members list

Packages

Type members

Classlikes

final class Scheduler(workerExecutor: Executor, clockExecutor: Executor, timerExecutor: ScheduledExecutorService, config: Config)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Scheduler

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Scheduler.type
trait Task

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Task

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Task.type
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, currentCycle: Long, currentTask: Status)

Attributes

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