package load
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AvroLoad extends PipelineStagePlugin
- 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
- class ConsoleLoad extends PipelineStagePlugin
- case class ConsoleLoadStage(plugin: ConsoleLoad, name: String, description: Option[String], inputView: String, outputMode: OutputModeType, params: Map[String, String]) extends PipelineStage with Product with Serializable
- class DelimitedLoad extends PipelineStagePlugin
- 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
- class HTTPLoad extends PipelineStagePlugin
- 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
- class JDBCLoad extends PipelineStagePlugin
- 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
- class JSONLoad extends PipelineStagePlugin
- 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
- class ORCLoad extends PipelineStagePlugin
- 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
- class ParquetLoad extends PipelineStagePlugin
- 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
- class TextLoad extends PipelineStagePlugin
- 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
- class XMLLoad extends PipelineStagePlugin
- 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
- object AvroLoadStage extends Serializable
- object ConsoleLoadStage extends Serializable
- object DelimitedLoadStage extends Serializable
- object HTTPLoadStage extends Serializable
- object JDBCLoadStage extends Serializable
- object JSONLoadStage extends Serializable
- object ORCLoadStage extends Serializable
- object ParquetLoadStage extends Serializable
- object TextLoadStage extends Serializable
- object XMLLoadStage extends Serializable