case class Builder[P](_hadoopFS: FileSystem, _stagingBasePath: String, _stagingFilePathFormatter: FilePathFormatter[P], _destinationBasePath: String, _destinationFilePathFormatter: FilePathFormatter[P]) extends Product with Serializable
- Alphabetic
- By Inheritance
- Builder
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Builder(_hadoopFS: FileSystem, _stagingBasePath: String, _stagingFilePathFormatter: FilePathFormatter[P], _destinationBasePath: String, _destinationFilePathFormatter: FilePathFormatter[P])
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(): HadoopFileStorage[P]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def destinationBasePath(path: String): Builder[P]
Sets the destination base path (directory) in the file system.
- def destinationFilePathFormatter(formatter: FilePathFormatter[P]): Builder[P]
Sets the file path formatter for the destination files.
Sets the file path formatter for the destination files. Can include a prefix directories for partitioning.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hadoopFS(fs: FileSystem): Builder[P]
Sets the Hadoop file system to use.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def stagingBasePath(path: String): Builder[P]
Sets the staging base path (directory) in the file system.
- def stagingFilePathFormatter(formatter: FilePathFormatter[P]): Builder[P]
Sets the file path formatter for the staged files.
Sets the file path formatter for the staged files. If not provided, the destination formatter is used with an additional ".tmp" suffix appended.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()