Package

net.snowflake.spark.snowflake

streaming

Permalink

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

    Permalink
  2. sealed trait IngestContext extends AnyRef

    Permalink
  3. case class IngestedFileList(storage: CloudStorage, conn: Connection, failedFileList: Option[FailedFileList] = None, ingestList: Option[List[(String, Long)]] = None) extends IngestContext with Product with Serializable

    Permalink
  4. class SnowflakeIngestService extends AnyRef

    Permalink
  5. class SnowflakeSink extends Sink

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped