p

tasks

shared

package shared

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. shared
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package monitor

Type Members

  1. case class CodeVersion(s: String) extends Product with Serializable
  2. case class ElapsedTimeNanoSeconds(s: Long) extends Product with Serializable
  3. case class Labels(values: List[(String, String)]) extends Product with Serializable
  4. case class LogRecord(data: String, timestamp: Instant) extends Product with Serializable
  5. case class PendingJobId(value: String) extends Product with Serializable
  6. case class Priority(s: Int) extends Product with Serializable
  7. case class ResourceAllocated(cpu: Int, memory: Int, scratch: Int, gpu: List[Int], image: Option[String]) extends Product with Serializable
  8. case class ResourceAvailable(cpu: Int, memory: Int, scratch: Int, gpu: List[Int], image: Option[String]) extends Product with Serializable
  9. case class ResourceRequest(cpu: (Int, Int), memory: Int, scratch: Int, gpu: Int, image: Option[String]) extends Product with Serializable
  10. case class RunningJobId(value: String) extends Product with Serializable
  11. case class VersionedResourceAllocated(codeVersion: CodeVersion, cpuMemoryAllocated: ResourceAllocated) extends Product with Serializable
  12. case class VersionedResourceAvailable(codeVersion: CodeVersion, cpuMemoryAvailable: ResourceAvailable) extends Product with Serializable
  13. case class VersionedResourceRequest(codeVersion: CodeVersion, cpuMemoryRequest: ResourceRequest) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped