object SchedulerService extends ServiceBase[SchedulerFacade]
Main class for launching the jar. main-method simply launches a scheduler servlet in a webserver.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchedulerService
- ServiceBase
- Logging
- LoggingLike
- RealTimeAware
- ServiceBaseFacade
- 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
apiKey: UUID
- Definition Classes
- ServiceBaseFacade
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var batchJobMonitor: BatchJobMonitor
-
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
endpoint: String
- Definition Classes
- ServiceBase
-
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
-
val
facadeEnvironment: ServiceFacadeEnvironment
- Definition Classes
- ServiceBaseFacade
-
def
getApplicationService: ApplicationFacade
- Definition Classes
- ServiceBase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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()
-
var
heartbeatTimer: Timer
- Definition Classes
- ServiceBase
-
def
info(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isStopped: Boolean
- Definition Classes
- ServiceBase
-
def
loopEnvironments[T](serviceName: String)(action: (String) ⇒ T): List[T]
- Definition Classes
- ServiceBase
- def main(args: Array[String]): Unit
-
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()
- var persistence: SchedulerPersistence
-
val
portNumber: Int
- Definition Classes
- SchedulerService → ServiceBase
-
def
registerService(serviceName: String): Unit
- Definition Classes
- ServiceBase
- var scheduleMonitor: ScheduleMonitor
- var schedulerDeletionMonitor: SchedulerDeletionMonitor
-
val
serviceName: String
- Definition Classes
- ServiceBaseFacade
-
def
setConfigParameters(serviceName: String): Unit
- Definition Classes
- ServiceBase
- var sparkJobMonitor: SparkJobMonitor
- 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
-
def
startHeartbeatTimer(serviceName: String, onCachePurge: ⇒ Unit = {}): Timer
- Definition Classes
- ServiceBase
-
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
- def startThreads(startBatchMonitor: Boolean = true, startJobMonitor: Boolean = true, startScheduleMonitor: Boolean = true, startDeletionMonitor: Boolean = true): Unit
-
def
stop(): Unit
- Definition Classes
- SchedulerService → ServiceBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
systemAuthorization: SystemAuth
- Definition Classes
- ServiceBase
-
val
systemEnvironment: SystemEnvironment
- Definition Classes
- ServiceBase
-
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
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