Packages

class WriteJobDescription extends Serializable

A shared job description for all the write tasks.

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteJobDescription
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WriteJobDescription(uuid: String, serializableHadoopConf: SerializableConfiguration, outputWriterFactory: OutputWriterFactory, allColumns: Seq[Attribute], dataColumns: Seq[Attribute], partitionColumns: Seq[Attribute], bucketIdExpression: Option[Expression], path: String, customPartitionLocations: Map[TablePartitionSpec, String], maxRecordsPerFile: Long, timeZoneId: String, statsTrackers: Seq[WriteJobStatsTracker])

Value Members

  1. val allColumns: Seq[Attribute]
  2. val bucketIdExpression: Option[Expression]
  3. val customPartitionLocations: Map[TablePartitionSpec, String]
  4. val dataColumns: Seq[Attribute]
  5. val maxRecordsPerFile: Long
  6. val outputWriterFactory: OutputWriterFactory
  7. val partitionColumns: Seq[Attribute]
  8. val path: String
  9. val serializableHadoopConf: SerializableConfiguration
  10. val statsTrackers: Seq[WriteJobStatsTracker]
  11. val timeZoneId: String
  12. val uuid: String