tasks.ui

package tasks.ui

Members list

Type members

Experimental classlikes

case class UIAppState(running: Seq[(UIJobId, ResourceAvailable)], pending: Seq[(UIJobId, ResourceAvailable)], cumulativeRequested: Int)

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UIAppState

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
UIAppState.type
sealed trait UIFilePath

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object UIFilePath

Attributes

Companion
trait
Experimental
true
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
UIFilePath.type
case class UIHistory(dependencies: List[UISharedFile], task: TaskId, timestamp: Instant, codeVersion: String)

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UIHistory

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
UIHistory.type
case class UIJobId(value: String)

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UIJobId

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
UIJobId.type
case class UILauncherActor(actorPath: String)

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class UIManagedFilePath(path: Vector[String]) extends UIFilePath

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
trait UIFilePath
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
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)])

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UIQueueState

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class UIRemoteFilePath(uri: String) extends UIFilePath

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
trait UIFilePath
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class UISharedFile(path: UIFilePath, byteSize: Long, hash: Int)

Attributes

Companion
object
Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object UISharedFile

Attributes

Companion
class
Experimental
true
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type