Packages

package ui

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class UIAppState(running: Seq[(UIJobId, ResourceAvailable)], pending: Seq[(UIJobId, ResourceAvailable)], cumulativeRequested: Int) extends Product with Serializable
  2. sealed trait UIFilePath extends AnyRef
  3. case class UIHistory(dependencies: List[UISharedFile], task: TaskId, timestamp: Instant, codeVersion: String) extends Product with Serializable
  4. case class UIJobId(value: String) extends Product with Serializable
  5. case class UILauncherActor(actorPath: String) extends Product with Serializable
  6. case class UIManagedFilePath(path: Vector[String]) extends UIFilePath with Product with Serializable
  7. case class UIQueueState(queuedTasks: List[HashedTaskDescription], scheduledTasks: List[(HashedTaskDescription, (UILauncherActor, VersionedResourceAllocated))], knownLaunchers: Set[UILauncherActor], negotiation: Option[(UILauncherActor, HashedTaskDescription)], failedTasks: List[(HashedTaskDescription, (UILauncherActor, VersionedResourceAllocated))], completedTasks: Set[(TaskId, Int)], recoveredTasks: Set[(TaskId, Int)]) extends Product with Serializable
  8. case class UIRemoteFilePath(uri: String) extends UIFilePath with Product with Serializable
  9. case class UISharedFile(path: UIFilePath, byteSize: Long, hash: Int) extends Product with Serializable

Value Members

  1. object UIAppState extends Serializable
  2. object UIFilePath
  3. object UIHistory extends Serializable
  4. object UIJobId extends Serializable
  5. object UILauncherActor extends Serializable
  6. object UIManagedFilePath extends Serializable
  7. object UIQueueState extends Serializable
  8. object UIRemoteFilePath extends Serializable
  9. object UISharedFile extends Serializable

Ungrouped