object SchedulerService extends ServiceBase[SchedulerFacade]

Main class for launching the jar. main-method simply launches a scheduler servlet in a webserver.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchedulerService
  2. ServiceBase
  3. Logging
  4. LoggingLike
  5. RealTimeAware
  6. ServiceBaseFacade
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 apiKey: UUID
    Definition Classes
    ServiceBaseFacade
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var batchJobMonitor: BatchJobMonitor
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def debug(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  9. def debugScope[T](message: (Int) => String, context: => String = getClass.getSimpleName)(action: => T): T
    Definition Classes
    LoggingLike
  10. def endpoint: String
    Definition Classes
    ServiceBase
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def error(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  14. def error(e: Throwable): Unit
    Definition Classes
    LoggingLike
  15. val facadeEnvironment: ServiceFacadeEnvironment
    Definition Classes
    ServiceBaseFacade
  16. def getApplicationService: ApplicationFacade
    Definition Classes
    ServiceBase
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def handleMessage(timestamp: LocalDateTime, message: => String, level: String, context: => String): Unit
    Definition Classes
    LoggingLoggingLike
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. var heartbeatTimer: Timer
    Definition Classes
    ServiceBase
  21. def info(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isStopped: Boolean
    Definition Classes
    ServiceBase
  24. def loopEnvironments[T](serviceName: String)(action: (String) => T): List[T]
    Definition Classes
    ServiceBase
  25. def main(args: Array[String]): Unit
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. var persistence: SchedulerPersistence
  30. val portNumber: Int
    Definition Classes
    SchedulerServiceServiceBase
  31. def registerService(serviceName: String): Unit
    Definition Classes
    ServiceBase
  32. var scheduleMonitor: ScheduleMonitor
  33. var schedulerDeletionMonitor: SchedulerDeletionMonitor
  34. val serviceName: String
    Definition Classes
    ServiceBaseFacade
  35. def setConfigParameters(serviceName: String): Unit
    Definition Classes
    ServiceBase
  36. var sparkJobMonitor: SparkJobMonitor
  37. def start(databasePath: String, applicationServiceEndpoint: String, serviceName: String, apiKey: UUID, startBatchMonitor: Boolean = true, startJobMonitor: Boolean = true, startLogBuffer: Boolean = true, startScheduleMonitor: Boolean = true, startDeletionMonitor: Boolean = true): Unit
  38. def startHeartbeatTimer(serviceName: String, onCachePurge: => Unit = {}): Timer
    Definition Classes
    ServiceBase
  39. def startServlet[TServlet <: Servlet](servletClass: Class[TServlet], applicationServiceEndpoint: String, serviceName: String, apiKey: UUID, startLogBuffer: Boolean, databasePath: Option[String], beforeServletStart: => Unit = {}, startHeartbeat: Boolean = true, multipartConfig: Option[MultipartConfig] = None, onCachePurge: => Unit = {}): Unit
    Definition Classes
    ServiceBase
  40. def startThreads(startBatchMonitor: Boolean = true, startJobMonitor: Boolean = true, startScheduleMonitor: Boolean = true, startDeletionMonitor: Boolean = true): Unit
  41. def stop(): Unit
    Definition Classes
    SchedulerServiceServiceBase
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val systemAuthorization: SystemAuth
    Definition Classes
    ServiceBase
  44. val systemEnvironment: SystemEnvironment
    Definition Classes
    ServiceBase
  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(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. 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

    (Since version 9)

Inherited from Logging

Inherited from LoggingLike

Inherited from RealTimeAware

Inherited from ServiceBaseFacade

Inherited from AnyRef

Inherited from Any

Ungrouped