object TaskQueue
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaskQueue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class CacheHit(sch: ScheduleTask, result: UntypedResult) extends Event with Product with Serializable
- case class Enqueued(sch: ScheduleTask, proxies: List[Proxy]) extends Event with Product with Serializable
- sealed trait Event extends AnyRef
- case class FiberCreated(fiber: FiberIO[Unit]) extends Event with Product with Serializable
- case class LauncherCrashed(crashedLauncher: LauncherActor) extends Event with Product with Serializable
- case class LauncherJoined(launcher: LauncherActor) extends Event with Product with Serializable
- case class Negotiating(launcher: LauncherActor, sch: ScheduleTask) extends Event with Product with Serializable
- case class ProxyAddedToScheduledMessage(sch: ScheduleTask, proxies: List[Proxy]) extends Event with Product with Serializable
- case class ScheduleTaskEqualityProjection(description: HashedTaskDescription) extends Product with Serializable
- case class State(queuedTasks: Map[ScheduleTaskEqualityProjection, (ScheduleTask, List[Proxy])], scheduledTasks: Map[ScheduleTaskEqualityProjection, (LauncherActor, VersionedResourceAllocated, List[Proxy], ScheduleTask)], knownLaunchers: Set[LauncherActor], negotiation: Option[(LauncherActor, ScheduleTask)], fibers: List[FiberIO[Unit]]) extends Product with Serializable
- case class TaskDone(sch: ScheduleTask, result: UntypedResultWithMetadata, elapsedTime: ElapsedTimeNanoSeconds, resourceAllocated: ResourceAllocated) extends Event with Product with Serializable
- case class TaskFailed(sch: ScheduleTask) extends Event with Product with Serializable
- case class TaskLauncherStoppedFor(sch: ScheduleTask) extends Event with Product with Serializable
- case class TaskScheduled(sch: ScheduleTask, launcher: LauncherActor, allocated: VersionedResourceAllocated) extends Event with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def project(sch: ScheduleTask): ScheduleTaskEqualityProjection
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object NegotiationDone extends Event with Product with Serializable
- object State extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)