Packages

object sparkJobs extends DatabaseRepository[SparkJob, SparkJobTable] with RealTimeAware

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sparkJobs
  2. DatabaseRepository
  3. SlickImplicits
  4. Logging
  5. LoggingLike
  6. RealTimeAware
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def appendLog(id: UUID, log: String): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cache[TValue](keys: Any*)(action: ⇒ TValue): TValue
    Definition Classes
    DatabaseRepository
  7. def cacheMultiple[TValue](keys: List[List[Any]], getKey: (TValue) ⇒ List[Any])(action: ⇒ (List[List[Any]]) ⇒ Seq[TValue]): List[TValue]
    Definition Classes
    DatabaseRepository
  8. def clear(): Int
    Definition Classes
    DatabaseRepository
  9. def clearStartEndTime(id: UUID): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def debug(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  12. def debugScope[T](message: (Int) ⇒ String, context: ⇒ String = getClass.getSimpleName)(action: ⇒ T): T
    Definition Classes
    LoggingLike
  13. def delete(id: UUID): Int
  14. def dropCache(keys: Any*): AnyVal
    Definition Classes
    DatabaseRepository
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def error(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  18. def error(e: Throwable): Unit
    Definition Classes
    LoggingLike
  19. def fetchAll(ids: List[UUID]): List[SparkJob]
  20. def fetchAll(state: String, minDate: LocalDateTime = DateTimeSupport.minDate, limit: Option[Int] = None): List[SparkJob]
  21. def fetchDeleteCandidates(state: String, historyDays: Int): List[SparkJobTable.TableElementType]
  22. def fetchIds: Set[UUID]
  23. def fetchPending(host: String = ""): List[SparkJob]
  24. def fetchSpecific(id: UUID): SparkJob
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def getState(id: UUID): String
  27. def handleMessage(timestamp: LocalDateTime, message: ⇒ String, level: String, context: ⇒ String): Unit
    Definition Classes
    LoggingLoggingLike
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def info(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def setEndTime(id: UUID): Unit
  35. def setError(id: UUID, error: ExceptionChain): Unit
  36. def setHost(id: UUID, host: String): Unit
  37. def setPriority(id: UUID, priority: Int): Int
  38. def setProgress(id: UUID, progress: Double): Unit
  39. def setStartTime(id: UUID): Unit
  40. def setState(id: UUID, state: String): Int
  41. def store(runnerHost: String, mode: String, initialState: String, sparkArgs: SparkArgs): SparkJob
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. val table: slick.jdbc.JdbcProfile.API.TableQuery[SparkJobTable]
    Definition Classes
    DatabaseRepository
  44. implicit def toRichStringRep(rep: slick.jdbc.JdbcProfile.API.Rep[String]): RichStringRep
    Definition Classes
    SlickImplicits
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def utcNowJava: LocalDateTime

    The current UTC date and time.

    The current UTC date and time.

    Definition Classes
    RealTimeAware
  47. def utcTodayJava: LocalDateTime

    The current UTC date.

    The current UTC date.

    Definition Classes
    RealTimeAware
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def waitFor[R](action: SqlAction[R, slick.jdbc.JdbcProfile.API.NoStream, Nothing], onCompleted: ⇒ Unit = () => {}): R
    Definition Classes
    DatabaseRepository
  52. def warn(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from SlickImplicits

Inherited from Logging

Inherited from LoggingLike

Inherited from RealTimeAware

Inherited from AnyRef

Inherited from Any

Ungrouped