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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object UIAppState
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UIAppState.type
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class UIManagedFilePathclass UIRemoteFilePath
object UIFilePath
Attributes
- Companion
- trait
- Experimental
- true
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UIFilePath.type
case class UIHistory(dependencies: List[UISharedFile], task: TaskId, timestamp: Instant, codeVersion: String)
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object UIHistory
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object UIJobId
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object UILauncherActor
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UILauncherActor.type
case class UIManagedFilePath(path: Vector[String]) extends UIFilePath
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UIFilePathclass Objecttrait Matchableclass AnyShow all
object UIManagedFilePath
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UIManagedFilePath.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object UIQueueState
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UIQueueState.type
case class UIRemoteFilePath(uri: String) extends UIFilePath
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait UIFilePathclass Objecttrait Matchableclass AnyShow all
object UIRemoteFilePath
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UIRemoteFilePath.type
Attributes
- Companion
- object
- Experimental
- true
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object UISharedFile
Attributes
- Companion
- class
- Experimental
- true
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UISharedFile.type
In this article