case class JobInfo(host: String, mode: String, id: UUID, state: String, data: SparkArgs, progress: Double, lastModified: LocalDateTime, idDateTime: LocalDateTime, priority: Option[Int], startTime: Option[LocalDateTime], endTime: Option[LocalDateTime]) extends Product with Serializable
Holds information on a job. The job represents a unit of work to be executed by a runner service, and has data on what should be run and what properties are required from the runner.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JobInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val data: SparkArgs
- val endTime: Option[LocalDateTime]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val host: String
- val id: UUID
- val idDateTime: LocalDateTime
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMemoryCompatible(memoryGb: Int, min: Int): Boolean
Determines whether the job is compatible with a given amount of available memory and a lower memory bound.
Determines whether the job is compatible with a given amount of available memory and a lower memory bound.
- memoryGb
The amount of memory available.
- min
The minimal amount of memory that the job should require. This is to avoid running small jobs on large runners.
- val lastModified: LocalDateTime
- val mode: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val priority: Option[Int]
- val progress: Double
- val startTime: Option[LocalDateTime]
- val state: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated