Packages

p

ai.tripl.arc

load

package load

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

Ungrouped