o

com.datasolvr.services.facade.endpoints

SchedulerServiceEndpoints

object SchedulerServiceEndpoints

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchedulerServiceEndpoints
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. val getAllJobs: Endpoint[Encoded3[String, LocalDateTime, Option[Int], GetJson[Array[JobInfo]]], GetJson[Array[JobInfo]]]
  9. val getBatch: Endpoint[Route1[String, GetJson[BatchInfo]], GetJson[BatchInfo]]
  10. val getBatchJob: Endpoint[Route2[String, UUID, GetJson[BatchJobInfo]], GetJson[BatchJobInfo]]
  11. val getBatchJobs: Endpoint[Encoded3[String, LocalDateTime, Option[Int], GetJson[Array[BatchJobInfo]]], GetJson[Array[BatchJobInfo]]]
  12. val getBatches: Endpoint[Encoded1[Boolean, GetJson[Array[BatchInfo]]], GetJson[Array[BatchInfo]]]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. val getJob: Endpoint[Route1[UUID, GetJson[JobInfo]], GetJson[JobInfo]]
  15. val getJobs: Endpoint[Encoded1[String, GetJson[Array[JobInfo]]], GetJson[Array[JobInfo]]]
  16. val getLogForBatchJob: Endpoint[Route1[UUID, GetRaw], GetRaw]
  17. val getLogForJob: Endpoint[Route1[UUID, GetJson[SparkJobLog]], GetJson[SparkJobLog]]
  18. val getLogForScheduleState: Endpoint[Route1[String, GetRaw], GetRaw]
  19. val getRunForScript: Endpoint[Route1[String, GetRaw], GetRaw]
  20. val getRunners: Endpoint[GetJson[Array[RunnerInfo]], GetJson[Array[RunnerInfo]]]
  21. val getSchedule: Endpoint[Route1[String, GetJson[ScheduleInfo]], GetJson[ScheduleInfo]]
  22. val getSchedules: Endpoint[Encoded1[Boolean, GetJson[Array[ScheduleInfo]]], GetJson[Array[ScheduleInfo]]]
  23. val getScript: Endpoint[Route1[String, GetJson[ScriptInfo]], GetJson[ScriptInfo]]
  24. val getScripts: Endpoint[Encoded1[Boolean, GetJson[Array[ScriptInfo]]], GetJson[Array[ScriptInfo]]]
  25. val getStateForSchedule: Endpoint[Route1[String, GetJson[ScheduleStateInfo]], GetJson[ScheduleStateInfo]]
  26. val getVersionForBatch: Endpoint[Route2[String, UUID, GetJson[BatchInfo]], GetJson[BatchInfo]]
  27. val getVersionForSchedule: Endpoint[Route2[String, UUID, GetJson[ScheduleInfo]], GetJson[ScheduleInfo]]
  28. val getVersionForScript: Endpoint[Route2[String, UUID, GetJson[ScriptInfo]], GetJson[ScriptInfo]]
  29. val getVersionForWizard: Endpoint[Route2[String, UUID, GetJson[WizardInfo]], GetJson[WizardInfo]]
  30. val getVersionsForBatch: Endpoint[Route1[String, GetJson[Array[BatchInfo]]], GetJson[Array[BatchInfo]]]
  31. val getVersionsForSchedule: Endpoint[Route1[String, GetJson[Array[ScheduleInfo]]], GetJson[Array[ScheduleInfo]]]
  32. val getVersionsForScript: Endpoint[Route1[String, GetJson[Array[ScriptInfo]]], GetJson[Array[ScriptInfo]]]
  33. val getVersionsForWizard: Endpoint[Route1[String, GetJson[Array[WizardInfo]]], GetJson[Array[WizardInfo]]]
  34. val getWizard: Endpoint[Route1[String, GetJson[WizardInfo]], GetJson[WizardInfo]]
  35. val getWizardSession: Endpoint[Route1[UUID, GetJson[WizardSessionInfo]], GetJson[WizardSessionInfo]]
  36. val getWizardSessions: Endpoint[Encoded1[String, GetJson[Array[WizardSessionInfo]]], GetJson[Array[WizardSessionInfo]]]
  37. val getWizards: Endpoint[Encoded1[Boolean, GetJson[Array[WizardInfo]]], GetJson[Array[WizardInfo]]]
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  43. val postActionForWizardSession: Endpoint[PostJsonToJson[WizardAction, WizardSessionInfo], PostJsonToJson[WizardAction, WizardSessionInfo]]
  44. val postBatch: Endpoint[PostJsonToRaw[BatchContent], PostJsonToRaw[BatchContent]]
  45. val postCancelForBatchJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
  46. val postCancelForJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
  47. val postDeleteForBatch: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
  48. val postDeleteForSchedule: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
  49. val postDeleteForScript: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
  50. val postDeleteForWizard: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
  51. val postErrorForJob: Endpoint[Route1[UUID, PostJsonToRaw[ExceptionChain]], PostJsonToRaw[ExceptionChain]]
  52. val postHost: Endpoint[Encoded5[Boolean, String, Int, Int, Option[String], PostRawToRaw], PostRawToRaw]
  53. val postHostForJobs: Endpoint[PostRawToJson[Array[JobInfo]], PostRawToJson[Array[JobInfo]]]
  54. val postLogForJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
  55. val postNewWizardSession: Endpoint[Route1[String, PostRawToJson[WizardSessionInfo]], PostRawToJson[WizardSessionInfo]]
  56. val postProgressForJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
  57. val postRunForBatch: Endpoint[Route1[String, Encoded3[String, LocalDateTime, Option[LocalDateTime], PostJsonToJson[BatchUpdates, BatchJobInfo]]], PostJsonToJson[BatchUpdates, BatchJobInfo]]
  58. val postRunForDashboard: Endpoint[Route1[String, Encoded1[String, PostRawToJson[JobInfo]]], PostRawToJson[JobInfo]]
  59. val postRunForPipeline: Endpoint[Route1[String, Encoded2[String, LocalDateTime, PostRawToJson[Array[JobInfo]]]], PostRawToJson[Array[JobInfo]]]
  60. val postRunForScript: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
  61. val postRunForSource: Endpoint[Route1[String, Encoded2[String, LocalDateTime, PostRawToJson[JobInfo]]], PostRawToJson[JobInfo]]
  62. val postRunNextForJob: Endpoint[Route1[UUID, PostRawToJson[JobInfo]], PostRawToJson[JobInfo]]
  63. val postSchedule: Endpoint[PostJsonToRaw[ScheduleContent], PostJsonToRaw[ScheduleContent]]
  64. val postScript: Endpoint[PostJsonToRaw[ScriptContent], PostJsonToRaw[ScriptContent]]
  65. val postStartForSchedule: Endpoint[Route1[String, PostRawToRaw], PostRawToRaw]
  66. val postStateForJob: Endpoint[Route1[UUID, PostRawToRaw], PostRawToRaw]
  67. val postStopForSchedule: Endpoint[Route1[String, Encoded1[Boolean, PostRawToRaw]], PostRawToRaw]
  68. val postTestForScript: Endpoint[PostJsonToRaw[ScriptContentAndBody], PostJsonToRaw[ScriptContentAndBody]]
  69. val postTestForWizard: Endpoint[PostJsonToRaw[WizardContent], PostJsonToRaw[WizardContent]]
  70. val postWizard: Endpoint[PostJsonToRaw[WizardContent], PostJsonToRaw[WizardContent]]
  71. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  72. def toString(): String
    Definition Classes
    AnyRef → Any
  73. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  74. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 AnyRef

Inherited from Any

Ungrouped