object sparkJobs extends DatabaseRepository[SparkJob, SparkJobTable] with RealTimeAware
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sparkJobs
- DatabaseRepository
- SlickImplicits
- Logging
- LoggingLike
- RealTimeAware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def appendLog(id: UUID, log: String): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cache[TValue](keys: Any*)(action: ⇒ TValue): TValue
- Definition Classes
- DatabaseRepository
-
def
cacheMultiple[TValue](keys: List[List[Any]], getKey: (TValue) ⇒ List[Any])(action: ⇒ (List[List[Any]]) ⇒ Seq[TValue]): List[TValue]
- Definition Classes
- DatabaseRepository
-
def
clear(): Int
- Definition Classes
- DatabaseRepository
- def clearStartEndTime(id: UUID): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
debug(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
def
debugScope[T](message: (Int) ⇒ String, context: ⇒ String = getClass.getSimpleName)(action: ⇒ T): T
- Definition Classes
- LoggingLike
- def delete(id: UUID): Int
-
def
dropCache(keys: Any*): AnyVal
- Definition Classes
- DatabaseRepository
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
def
error(e: Throwable): Unit
- Definition Classes
- LoggingLike
- def fetchAll(ids: List[UUID]): List[SparkJob]
- def fetchAll(state: String, minDate: LocalDateTime = DateTimeSupport.minDate, limit: Option[Int] = None): List[SparkJob]
- def fetchDeleteCandidates(state: String, historyDays: Int): List[SparkJobTable.TableElementType]
- def fetchIds: Set[UUID]
- def fetchPending(host: String = ""): List[SparkJob]
- def fetchSpecific(id: UUID): SparkJob
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getState(id: UUID): String
-
def
handleMessage(timestamp: LocalDateTime, message: ⇒ String, level: String, context: ⇒ String): Unit
- Definition Classes
- Logging → LoggingLike
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
info(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- def setEndTime(id: UUID): Unit
- def setError(id: UUID, error: ExceptionChain): Unit
- def setHost(id: UUID, host: String): Unit
- def setPriority(id: UUID, priority: Int): Int
- def setProgress(id: UUID, progress: Double): Unit
- def setStartTime(id: UUID): Unit
- def setState(id: UUID, state: String): Int
- def store(runnerHost: String, mode: String, initialState: String, sparkArgs: SparkArgs): SparkJob
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: slick.jdbc.JdbcProfile.API.TableQuery[SparkJobTable]
- Definition Classes
- DatabaseRepository
-
implicit
def
toRichStringRep(rep: slick.jdbc.JdbcProfile.API.Rep[String]): RichStringRep
- Definition Classes
- SlickImplicits
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
utcNowJava: LocalDateTime
The current UTC date and time.
The current UTC date and time.
- Definition Classes
- RealTimeAware
-
def
utcTodayJava: LocalDateTime
The current UTC date.
The current UTC date.
- Definition Classes
- RealTimeAware
-
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( ... )
-
def
waitFor[R](action: SqlAction[R, slick.jdbc.JdbcProfile.API.NoStream, Nothing], onCompleted: ⇒ Unit = () => {}): R
- Definition Classes
- DatabaseRepository
-
def
warn(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated