class WriteJobDescription extends Serializable
A shared job description for all the write tasks.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WriteJobDescription
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WriteJobDescription(uuid: String, serializableHadoopConf: SerializableConfiguration, outputWriterFactory: OutputWriterFactory, allColumns: Seq[Attribute], dataColumns: Seq[Attribute], partitionColumns: Seq[Attribute], bucketSpec: Option[WriterBucketSpec], path: String, customPartitionLocations: Map[TablePartitionSpec, String], maxRecordsPerFile: Long, timeZoneId: String, statsTrackers: Seq[WriteJobStatsTracker])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val allColumns: Seq[Attribute]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bucketSpec: Option[WriterBucketSpec]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val customPartitionLocations: Map[TablePartitionSpec, String]
- val dataColumns: Seq[Attribute]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxRecordsPerFile: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outputWriterFactory: OutputWriterFactory
- val partitionColumns: Seq[Attribute]
- val path: String
- val serializableHadoopConf: SerializableConfiguration
- val statsTrackers: Seq[WriteJobStatsTracker]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeZoneId: String
- def toString(): String
- Definition Classes
- AnyRef → Any
- val uuid: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()