o

com.datasolvr.services.facade.endpoints

OutputServiceEndpoints

object OutputServiceEndpoints

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OutputServiceEndpoints
  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 getArtifactContent: Endpoint[Route4[String, UUID, String, String, Encoded1[String, GetStream]], GetStream]
  9. val getArtifactsForPipelineSnapshot: Endpoint[Route2[String, UUID, GetJson[Array[ArtifactsInfo]]], GetJson[Array[ArtifactsInfo]]]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. val getLatestForSnapshotsForBatch: Endpoint[Route2[String, LocalDateTime, Encoded1[String, GetJson[BatchSnapshotInfo]]], GetJson[BatchSnapshotInfo]]
  12. val getLatestForSnapshotsForPipeline: Endpoint[Route2[String, LocalDateTime, Encoded1[String, GetJson[PipelineSnapshotInfo]]], GetJson[PipelineSnapshotInfo]]
  13. val getLatestForSnapshotsForSource: Endpoint[Route2[String, LocalDateTime, Encoded1[String, GetJson[SourceSnapshotInfo]]], GetJson[SourceSnapshotInfo]]
  14. val getOutputForSnapshotsForPipeline: Endpoint[Route3[String, String, String, Encoded4[String, Option[Int], Int, Boolean, GetStream]], GetStream]
  15. val getOutputForSnapshotsForSource: Endpoint[Route2[String, String, Encoded4[String, Option[Int], Int, Boolean, GetStream]], GetStream]
  16. val getSnapshotForBatch: Endpoint[Route2[String, LocalDateTime, Encoded1[String, GetJson[BatchSnapshotInfo]]], GetJson[BatchSnapshotInfo]]
  17. val getSnapshotForPipeline: Endpoint[Route2[String, UUID, GetJson[PipelineSnapshotInfo]], GetJson[PipelineSnapshotInfo]]
  18. val getSnapshotForSource: Endpoint[Route2[String, UUID, GetJson[SourceSnapshotInfo]], GetJson[SourceSnapshotInfo]]
  19. val getSnapshotsForBatch: Endpoint[Route1[String, Encoded1[Boolean, PostJsonOptionToJson[Array[LocalDateTime], Array[BatchSnapshotInfo]]]], PostJsonOptionToJson[Array[LocalDateTime], Array[BatchSnapshotInfo]]]
  20. val getSnapshotsForBatchForTag: Endpoint[Route1[String, Encoded2[String, Boolean, PostJsonOptionToJson[Array[LocalDateTime], Array[BatchSnapshotInfo]]]], PostJsonOptionToJson[Array[LocalDateTime], Array[BatchSnapshotInfo]]]
  21. val getSnapshotsForPipeline: Endpoint[Route1[String, Encoded2[Boolean, Boolean, PostJsonOptionToJson[Array[UUID], Array[PipelineSnapshotInfo]]]], PostJsonOptionToJson[Array[UUID], Array[PipelineSnapshotInfo]]]
  22. val getSnapshotsForPipelineForTag: Endpoint[Route1[String, Encoded3[String, Boolean, Boolean, PostJsonOptionToJson[Array[UUID], Array[PipelineSnapshotInfo]]]], PostJsonOptionToJson[Array[UUID], Array[PipelineSnapshotInfo]]]
  23. val getSnapshotsForSource: Endpoint[Route1[String, Encoded2[Boolean, Boolean, PostJsonOptionToJson[Array[UUID], Array[SourceSnapshotInfo]]]], PostJsonOptionToJson[Array[UUID], Array[SourceSnapshotInfo]]]
  24. val getSnapshotsForSourceForTag: Endpoint[Route1[String, Encoded3[String, Boolean, Boolean, PostJsonOptionToJson[Array[UUID], Array[SourceSnapshotInfo]]]], PostJsonOptionToJson[Array[UUID], Array[SourceSnapshotInfo]]]
  25. val getTableMetadata: Endpoint[Route1[String, GetJson[TableMetadataInfo]], GetJson[TableMetadataInfo]]
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. val postCheckpointForSnapshotForPipeline: Endpoint[Route2[String, UUID, PostJsonToRaw[PipelineCheckpoint]], PostJsonToRaw[PipelineCheckpoint]]
  32. val postDeleteColumnsForSnapshotForPipeline: Endpoint[Route3[String, UUID, String, PostJsonToRaw[List[String]]], PostJsonToRaw[List[String]]]
  33. val postDeleteColumnsForSnapshotForSource: Endpoint[Route2[String, UUID, PostJsonToRaw[List[String]]], PostJsonToRaw[List[String]]]
  34. val postDeleteForSnapshotForBatch: Endpoint[Route1[String, Encoded1[String, PostJsonToRaw[Array[LocalDateTime]]]], PostJsonToRaw[Array[LocalDateTime]]]
  35. val postDeleteForSnapshotForPipeline: Endpoint[Route1[String, PostJsonToRaw[Array[UUID]]], PostJsonToRaw[Array[UUID]]]
  36. val postDeleteForSnapshotForSource: Endpoint[Route1[String, PostJsonToRaw[Array[UUID]]], PostJsonToRaw[Array[UUID]]]
  37. val postGenerateForSnapshotForBatch: Endpoint[Encoded2[String, LocalDateTime, PostJsonToJson[BatchContent, BatchSnapshotInfo]], PostJsonToJson[BatchContent, BatchSnapshotInfo]]
  38. val postGenerateForSnapshotForPipeline: Endpoint[Encoded1[LocalDateTime, PostJsonToJson[PipelineContentAndSnapshots, PipelineSnapshotInfo]], PostJsonToJson[PipelineContentAndSnapshots, PipelineSnapshotInfo]]
  39. val postGenerateForSnapshotForSource: Endpoint[Encoded1[LocalDateTime, PostJsonToJson[SourceContent, SourceSnapshotInfo]], PostJsonToJson[SourceContent, SourceSnapshotInfo]]
  40. val postIsPersistedForSnapshotForPipeline: Endpoint[Route1[String, Encoded1[Boolean, PostJsonToRaw[Array[UUID]]]], PostJsonToRaw[Array[UUID]]]
  41. val postIsPersistedForSnapshotForSource: Endpoint[Route1[String, Encoded1[Boolean, PostJsonToRaw[Array[UUID]]]], PostJsonToRaw[Array[UUID]]]
  42. val postRestoreForSnapshotForPipeline: Endpoint[Route2[String, UUID, PostRawToRaw], PostRawToRaw]
  43. val postRestoreForSnapshotForSource: Endpoint[Route2[String, UUID, PostRawToRaw], PostRawToRaw]
  44. val postSnapshotForBatch: Endpoint[Route1[String, Encoded3[String, LocalDateTime, Option[LocalDateTime], PostJsonToJson[BatchUpdates, BatchSnapshotInfo]]], PostJsonToJson[BatchUpdates, BatchSnapshotInfo]]
  45. val postSnapshotForPipeline: Endpoint[Route1[String, Encoded3[String, LocalDateTime, Boolean, PostRawToJson[PipelineSnapshotInfo]]], PostRawToJson[PipelineSnapshotInfo]]
  46. val postSnapshotForSource: Endpoint[Route1[String, Encoded3[String, LocalDateTime, Boolean, PostRawToJson[SourceSnapshotInfo]]], PostRawToJson[SourceSnapshotInfo]]
  47. val postTableMetadata: Endpoint[PostJsonToRaw[TableMetadataInfo], PostJsonToRaw[TableMetadataInfo]]
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. 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