object OutputServiceEndpoints
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutputServiceEndpoints
- 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]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val getArtifactContent: Endpoint[Route4[String, UUID, String, String, Encoded1[String, GetStream]], GetStream]
- val getArtifactsForPipelineSnapshot: Endpoint[Route2[String, UUID, GetJson[Array[ArtifactsInfo]]], GetJson[Array[ArtifactsInfo]]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val getLatestForSnapshotsForBatch: Endpoint[Route2[String, LocalDateTime, Encoded1[String, GetJson[BatchSnapshotInfo]]], GetJson[BatchSnapshotInfo]]
- val getLatestForSnapshotsForPipeline: Endpoint[Route2[String, LocalDateTime, Encoded1[String, GetJson[PipelineSnapshotInfo]]], GetJson[PipelineSnapshotInfo]]
- val getLatestForSnapshotsForSource: Endpoint[Route2[String, LocalDateTime, Encoded1[String, GetJson[SourceSnapshotInfo]]], GetJson[SourceSnapshotInfo]]
- val getOutputForSnapshotsForPipeline: Endpoint[Route3[String, String, String, Encoded4[String, Option[Int], Int, Boolean, GetStream]], GetStream]
- val getOutputForSnapshotsForSource: Endpoint[Route2[String, String, Encoded4[String, Option[Int], Int, Boolean, GetStream]], GetStream]
- val getSnapshotForBatch: Endpoint[Route2[String, LocalDateTime, Encoded1[String, GetJson[BatchSnapshotInfo]]], GetJson[BatchSnapshotInfo]]
- val getSnapshotForPipeline: Endpoint[Route2[String, UUID, GetJson[PipelineSnapshotInfo]], GetJson[PipelineSnapshotInfo]]
- val getSnapshotForSource: Endpoint[Route2[String, UUID, GetJson[SourceSnapshotInfo]], GetJson[SourceSnapshotInfo]]
- val getSnapshotsForBatch: Endpoint[Route1[String, Encoded1[Boolean, PostJsonOptionToJson[Array[LocalDateTime], Array[BatchSnapshotInfo]]]], PostJsonOptionToJson[Array[LocalDateTime], Array[BatchSnapshotInfo]]]
- val getSnapshotsForBatchForTag: Endpoint[Route1[String, Encoded2[String, Boolean, PostJsonOptionToJson[Array[LocalDateTime], Array[BatchSnapshotInfo]]]], PostJsonOptionToJson[Array[LocalDateTime], Array[BatchSnapshotInfo]]]
- val getSnapshotsForPipeline: Endpoint[Route1[String, Encoded2[Boolean, Boolean, PostJsonOptionToJson[Array[UUID], Array[PipelineSnapshotInfo]]]], PostJsonOptionToJson[Array[UUID], Array[PipelineSnapshotInfo]]]
- val getSnapshotsForPipelineForTag: Endpoint[Route1[String, Encoded3[String, Boolean, Boolean, PostJsonOptionToJson[Array[UUID], Array[PipelineSnapshotInfo]]]], PostJsonOptionToJson[Array[UUID], Array[PipelineSnapshotInfo]]]
- val getSnapshotsForSource: Endpoint[Route1[String, Encoded2[Boolean, Boolean, PostJsonOptionToJson[Array[UUID], Array[SourceSnapshotInfo]]]], PostJsonOptionToJson[Array[UUID], Array[SourceSnapshotInfo]]]
- val getSnapshotsForSourceForTag: Endpoint[Route1[String, Encoded3[String, Boolean, Boolean, PostJsonOptionToJson[Array[UUID], Array[SourceSnapshotInfo]]]], PostJsonOptionToJson[Array[UUID], Array[SourceSnapshotInfo]]]
- val getTableMetadata: Endpoint[Route1[String, GetJson[TableMetadataInfo]], GetJson[TableMetadataInfo]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val postCheckpointForSnapshotForPipeline: Endpoint[Route2[String, UUID, PostJsonToRaw[SnapshotCheckpoint]], PostJsonToRaw[SnapshotCheckpoint]]
- val postCheckpointForSnapshotForSource: Endpoint[Route2[String, UUID, PostJsonToRaw[SnapshotCheckpoint]], PostJsonToRaw[SnapshotCheckpoint]]
- val postDeleteColumnsForSnapshotForPipeline: Endpoint[Route3[String, UUID, String, PostJsonToRaw[List[String]]], PostJsonToRaw[List[String]]]
- val postDeleteColumnsForSnapshotForSource: Endpoint[Route2[String, UUID, PostJsonToRaw[List[String]]], PostJsonToRaw[List[String]]]
- val postDeleteForSnapshotForBatch: Endpoint[Route1[String, Encoded1[String, PostJsonToRaw[Array[LocalDateTime]]]], PostJsonToRaw[Array[LocalDateTime]]]
- val postDeleteForSnapshotForPipeline: Endpoint[Route1[String, PostJsonToRaw[Array[UUID]]], PostJsonToRaw[Array[UUID]]]
- val postDeleteForSnapshotForSource: Endpoint[Route1[String, PostJsonToRaw[Array[UUID]]], PostJsonToRaw[Array[UUID]]]
- val postGenerateForSnapshotForBatch: Endpoint[Encoded2[String, LocalDateTime, PostJsonToJson[BatchContent, BatchSnapshotInfo]], PostJsonToJson[BatchContent, BatchSnapshotInfo]]
- val postGenerateForSnapshotForPipeline: Endpoint[Encoded1[LocalDateTime, PostJsonToJson[PipelineContentAndSnapshots, PipelineSnapshotInfo]], PostJsonToJson[PipelineContentAndSnapshots, PipelineSnapshotInfo]]
- val postGenerateForSnapshotForSource: Endpoint[Encoded1[LocalDateTime, PostJsonToJson[SourceContent, SourceSnapshotInfo]], PostJsonToJson[SourceContent, SourceSnapshotInfo]]
- val postIsPersistedForSnapshotForPipeline: Endpoint[Route1[String, Encoded1[Boolean, PostJsonToRaw[Array[UUID]]]], PostJsonToRaw[Array[UUID]]]
- val postIsPersistedForSnapshotForSource: Endpoint[Route1[String, Encoded1[Boolean, PostJsonToRaw[Array[UUID]]]], PostJsonToRaw[Array[UUID]]]
- val postRestoreForSnapshotForPipeline: Endpoint[Route2[String, UUID, PostRawToRaw], PostRawToRaw]
- val postRestoreForSnapshotForSource: Endpoint[Route2[String, UUID, PostRawToRaw], PostRawToRaw]
- val postSnapshotForBatch: Endpoint[Route1[String, Encoded3[String, LocalDateTime, Option[LocalDateTime], PostJsonToJson[BatchUpdates, BatchSnapshotInfo]]], PostJsonToJson[BatchUpdates, BatchSnapshotInfo]]
- val postSnapshotForPipeline: Endpoint[Route1[String, Encoded3[String, LocalDateTime, Boolean, PostRawToJson[PipelineSnapshotInfo]]], PostRawToJson[PipelineSnapshotInfo]]
- val postSnapshotForSource: Endpoint[Route1[String, Encoded3[String, LocalDateTime, Boolean, PostRawToJson[SourceSnapshotInfo]]], PostRawToJson[SourceSnapshotInfo]]
- val postTableMetadata: Endpoint[PostJsonToRaw[TableMetadataInfo], PostJsonToRaw[TableMetadataInfo]]
- 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)