net.snowflake.spark.snowflake

streaming

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class FailedFileList(storage: CloudStorage, conn: Connection, fileIndex: Int = 0, files: Option[HashSet[String]] = scala.None) extends IngestContext with Product with Serializable

  2. sealed trait IngestContext extends AnyRef

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

  4. class SnowflakeIngestService extends AnyRef

  5. class SnowflakeSink extends Sink

Value Members

  1. object IngestContextManager

  2. object SnowflakeIngestConnector

Inherited from AnyRef

Inherited from Any

Ungrouped