tasks.queue.TaskQueue
See theTaskQueue companion class
object TaskQueue
Attributes
Members list
Type members
Classlikes
case class CacheHit(sch: ScheduleTask, result: UntypedResult) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class CacheHitclass Enqueuedclass FiberCreatedclass LauncherCrashedclass LauncherJoinedclass Negotiatingobject NegotiationDoneclass TaskDoneclass TaskFailedclass TaskLauncherStoppedForclass TaskScheduledShow all
case class FiberCreated(fiber: FiberIO[Unit]) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
case class LauncherCrashed(crashedLauncher: LauncherActor) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
case class LauncherJoined(launcher: LauncherActor) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
case class Negotiating(launcher: LauncherActor, sch: ScheduleTask) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
case object NegotiationDone extends Event
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
- Self type
-
NegotiationDone.type
case class ProxyAddedToScheduledMessage(sch: ScheduleTask, proxies: List[Proxy]) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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]])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object State
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
case class TaskFailed(sch: ScheduleTask) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
case class TaskLauncherStoppedFor(sch: ScheduleTask) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
case class TaskScheduled(sch: ScheduleTask, launcher: LauncherActor, allocated: VersionedResourceAllocated) extends Event
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Eventclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
In this article