Packages

p

ai.tripl.arc

load

package load

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AvroLoad extends PipelineStagePlugin with JupyterCompleter
  2. case class AvroLoadStage(plugin: AvroLoad, id: Option[String], name: String, description: Option[String], inputView: String, outputURI: URI, partitionBy: List[String], numPartitions: Option[Int], authentication: Option[Authentication], saveMode: SaveMode, params: Map[String, String]) extends LoadPipelineStage with Product with Serializable
  3. class ConsoleLoad extends PipelineStagePlugin
  4. case class ConsoleLoadStage(plugin: ConsoleLoad, id: Option[String], name: String, description: Option[String], inputView: String, outputMode: OutputModeType, params: Map[String, String]) extends LoadPipelineStage with Product with Serializable
  5. class DelimitedLoad extends PipelineStagePlugin with JupyterCompleter
  6. case class DelimitedLoadStage(plugin: DelimitedLoad, id: Option[String], name: String, description: Option[String], inputView: String, outputURI: URI, settings: Delimited, partitionBy: List[String], numPartitions: Option[Int], authentication: Option[Authentication], saveMode: SaveMode, params: Map[String, String]) extends LoadPipelineStage with Product with Serializable
  7. class HTTPLoad extends PipelineStagePlugin with JupyterCompleter
  8. case class HTTPLoadStage(plugin: HTTPLoad, id: Option[String], name: String, description: Option[String], inputView: String, outputURI: URI, headers: Map[String, String], validStatusCodes: List[Int], params: Map[String, String]) extends LoadPipelineStage with Product with Serializable
  9. class JDBCLoad extends PipelineStagePlugin with JupyterCompleter
  10. case class JDBCLoadStage(plugin: JDBCLoad, id: Option[String], name: String, description: Option[String], inputView: String, jdbcURL: String, tableName: String, partitionBy: List[String], numPartitions: Option[Int], isolationLevel: IsolationLevel, batchsize: Int, truncate: Boolean, createTableOptions: Option[String], createTableColumnTypes: Option[String], saveMode: SaveMode, driver: Driver, tablock: Boolean, params: Map[String, String]) extends LoadPipelineStage with Product with Serializable
  11. class JSONLoad extends PipelineStagePlugin with JupyterCompleter
  12. case class JSONLoadStage(plugin: JSONLoad, id: Option[String], name: String, description: Option[String], inputView: String, outputURI: URI, partitionBy: List[String], numPartitions: Option[Int], authentication: Option[Authentication], saveMode: SaveMode, params: Map[String, String]) extends LoadPipelineStage with Product with Serializable
  13. class ORCLoad extends PipelineStagePlugin with JupyterCompleter
  14. case class ORCLoadStage(plugin: ORCLoad, id: Option[String], name: String, description: Option[String], inputView: String, outputURI: URI, partitionBy: List[String], numPartitions: Option[Int], authentication: Option[Authentication], saveMode: SaveMode, params: Map[String, String]) extends LoadPipelineStage with Product with Serializable
  15. class ParquetLoad extends PipelineStagePlugin with JupyterCompleter
  16. case class ParquetLoadStage(plugin: ParquetLoad, id: Option[String], name: String, description: Option[String], inputView: String, outputURI: URI, partitionBy: List[String], numPartitions: Option[Int], authentication: Option[Authentication], saveMode: SaveMode, params: Map[String, String]) extends LoadPipelineStage with Product with Serializable
  17. class TextLoad extends PipelineStagePlugin with JupyterCompleter
  18. case class TextLoadStage(plugin: TextLoad, id: Option[String], name: String, description: Option[String], inputView: String, outputURI: Option[URI], numPartitions: Option[Int], authentication: Option[Authentication], saveMode: SaveMode, params: Map[String, String], singleFile: Boolean, prefix: String, separator: String, suffix: String, singleFileNumPartitions: Int) extends LoadPipelineStage with Product with Serializable

Value Members

  1. object AvroLoadStage extends Serializable
  2. object ConsoleLoadStage extends Serializable
  3. object DelimitedLoadStage extends Serializable
  4. object HTTPLoadStage extends Serializable
  5. object JDBCLoadStage extends Serializable
  6. object JSONLoadStage extends Serializable
  7. object ORCLoadStage extends Serializable
  8. object ParquetLoadStage extends Serializable
  9. object TextLoadStage extends Serializable

Ungrouped