Packages

package streaming

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. streaming
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class FailedFileList(storage: CloudStorage, conn: Connection, fileIndex: Int = 0, files: Option[HashSet[String]] = None) extends IngestContext with Product with Serializable
  2. sealed trait IngestContext extends AnyRef
  3. case class IngestedFileList(storage: CloudStorage, conn: Connection, failedFileList: Option[FailedFileList] = None, ingestList: Option[List[(String, Long)]] = None) extends IngestContext with Product with Serializable
  4. class SnowflakeIngestService extends AnyRef
  5. class SnowflakeSink extends Sink

Inherited from AnyRef

Inherited from Any

Ungrouped