object SchedulerServiceEndpoints
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchedulerServiceEndpoints
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val getAllJobs: Endpoint[Encoded3[String, LocalDateTime, Option[Int], GetJson[Array[JobInfo]]], GetJson[Array[JobInfo]]]
- val getBatch: Endpoint[Route1[String, GetJson[BatchInfo]], GetJson[BatchInfo]]
- val getBatchJob: Endpoint[Route2[String, UUID, GetJson[BatchJobInfo]], GetJson[BatchJobInfo]]
- val getBatchJobs: Endpoint[Encoded3[String, LocalDateTime, Option[Int], GetJson[Array[BatchJobInfo]]], GetJson[Array[BatchJobInfo]]]
- val getBatches: Endpoint[Encoded1[Boolean, GetJson[Array[BatchInfo]]], GetJson[Array[BatchInfo]]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val getJob: Endpoint[Route1[UUID, GetJson[JobInfo]], GetJson[JobInfo]]
- val getJobs: Endpoint[Encoded1[String, GetJson[Array[JobInfo]]], GetJson[Array[JobInfo]]]
- val getLogForBatchJob: Endpoint[Route1[UUID, GetRaw], GetRaw]
- val getLogForJob: Endpoint[Route1[UUID, GetJson[SparkJobLog]], GetJson[SparkJobLog]]
- val getLogForScheduleState: Endpoint[Route1[String, GetRaw], GetRaw]
- val getRunForScript: Endpoint[Route1[String, GetRaw], GetRaw]
- val getRunners: Endpoint[GetJson[Array[RunnerInfo]], GetJson[Array[RunnerInfo]]]
- val getSchedule: Endpoint[Route1[String, GetJson[ScheduleInfo]], GetJson[ScheduleInfo]]
- val getSchedules: Endpoint[Encoded1[Boolean, GetJson[Array[ScheduleInfo]]], GetJson[Array[ScheduleInfo]]]
- val getScript: Endpoint[Route1[String, GetJson[ScriptInfo]], GetJson[ScriptInfo]]
- val getScripts: Endpoint[Encoded1[Boolean, GetJson[Array[ScriptInfo]]], GetJson[Array[ScriptInfo]]]
- val getStateForSchedule: Endpoint[Route1[String, GetJson[ScheduleStateInfo]], GetJson[ScheduleStateInfo]]
- val getVersionForBatch: Endpoint[Route2[String, UUID, GetJson[BatchInfo]], GetJson[BatchInfo]]
- val getVersionForSchedule: Endpoint[Route2[String, UUID, GetJson[ScheduleInfo]], GetJson[ScheduleInfo]]
- val getVersionForScript: Endpoint[Route2[String, UUID, GetJson[ScriptInfo]], GetJson[ScriptInfo]]
- val getVersionForWizard: Endpoint[Route2[String, UUID, GetJson[WizardInfo]], GetJson[WizardInfo]]
- val getVersionsForBatch: Endpoint[Route1[String, GetJson[Array[BatchInfo]]], GetJson[Array[BatchInfo]]]
- val getVersionsForSchedule: Endpoint[Route1[String, GetJson[Array[ScheduleInfo]]], GetJson[Array[ScheduleInfo]]]
- val getVersionsForScript: Endpoint[Route1[String, GetJson[Array[ScriptInfo]]], GetJson[Array[ScriptInfo]]]
- val getVersionsForWizard: Endpoint[Route1[String, GetJson[Array[WizardInfo]]], GetJson[Array[WizardInfo]]]
- val getWizard: Endpoint[Route1[String, GetJson[WizardInfo]], GetJson[WizardInfo]]
- val getWizardSession: Endpoint[Route1[UUID, GetJson[WizardSessionInfo]], GetJson[WizardSessionInfo]]
- val getWizardSessions: Endpoint[Encoded1[String, GetJson[Array[WizardSessionInfo]]], GetJson[Array[WizardSessionInfo]]]
- val getWizards: Endpoint[Encoded1[Boolean, GetJson[Array[WizardInfo]]], GetJson[Array[WizardInfo]]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- 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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val postActionForWizardSession: Endpoint[PostJsonToJson[WizardAction, WizardSessionInfo], PostJsonToJson[WizardAction, WizardSessionInfo]]
- val postBatch: Endpoint[PostJsonToRaw[BatchContent], PostJsonToRaw[BatchContent]]
- val postCancelForBatchJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
- val postCancelForJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
- val postDeleteForBatch: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
- val postDeleteForSchedule: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
- val postDeleteForScript: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
- val postDeleteForWizard: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
- val postErrorForJob: Endpoint[Route1[UUID, PostJsonToRaw[ExceptionChain]], PostJsonToRaw[ExceptionChain]]
- val postHost: Endpoint[Encoded5[Boolean, String, Int, Int, Option[String], PostRawToRaw], PostRawToRaw]
- val postHostForJobs: Endpoint[PostRawToJson[Array[JobInfo]], PostRawToJson[Array[JobInfo]]]
- val postLogForJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
- val postNewWizardSession: Endpoint[Route1[String, PostRawToJson[WizardSessionInfo]], PostRawToJson[WizardSessionInfo]]
- val postProgressForJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
- val postRunForBatch: Endpoint[Route1[String, Encoded3[String, LocalDateTime, Option[LocalDateTime], PostJsonToJson[BatchUpdates, BatchJobInfo]]], PostJsonToJson[BatchUpdates, BatchJobInfo]]
- val postRunForDashboard: Endpoint[Route1[String, Encoded1[String, PostRawToJson[JobInfo]]], PostRawToJson[JobInfo]]
- val postRunForPipeline: Endpoint[Route1[String, Encoded2[String, LocalDateTime, PostRawToJson[Array[JobInfo]]]], PostRawToJson[Array[JobInfo]]]
- val postRunForScript: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
- val postRunForSource: Endpoint[Route1[String, Encoded2[String, LocalDateTime, PostRawToJson[JobInfo]]], PostRawToJson[JobInfo]]
- val postRunNextForJob: Endpoint[Route1[UUID, PostRawToJson[JobInfo]], PostRawToJson[JobInfo]]
- val postSchedule: Endpoint[PostJsonToRaw[ScheduleContent], PostJsonToRaw[ScheduleContent]]
- val postScript: Endpoint[PostJsonToRaw[ScriptContent], PostJsonToRaw[ScriptContent]]
- val postStartForSchedule: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
- val postStateForJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
- val postStopForSchedule: Endpoint[Route1[String, Encoded1[Boolean, PostRawToRaw]], PostRawToRaw]
- val postTestForScript: Endpoint[PostJsonToRaw[ScriptContentAndBody], PostJsonToRaw[ScriptContentAndBody]]
- val postTestForWizard: Endpoint[PostJsonToRaw[WizardContent], PostJsonToRaw[WizardContent]]
- val postWizard: Endpoint[PostJsonToRaw[WizardContent], PostJsonToRaw[WizardContent]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)