class AddressingBuilder extends AnyRef
This class allows you to either build an AddressingProvider for use in your code, or to branch off into a builder for a UDF that executes an addressing operation.
- Alphabetic
- By Inheritance
- AddressingBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AddressingBuilder()
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
- def addressingProvider(): AddressingProvider
A serializable provider for the Addressing API, configured with the builder settings, that can be shared among tasks.
A serializable provider for the Addressing API, configured with the builder settings, that can be shared among tasks.
- returns
A serializable Addressing API provider.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapFunctionBuilder(): MapFunctionBuilder
A builder for an addressing MapFunction, configured with the current Addressing API settings from this builder.
A builder for an addressing MapFunction, configured with the current Addressing API settings from this builder.
- returns
A builder for an addressing map function.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def udfBuilder(): UDFBuilder
A builder for an addressing UDF, configured with the current Addressing API settings from this builder.
A builder for an addressing UDF, configured with the current Addressing API settings from this builder.
- returns
A builder for an addressing UDF.
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withDataLocations(dataLocations: String*): AddressingBuilder
Add locations to addressing datasets.
Add locations to addressing datasets. If a dataLocation is a remote path, e.g. HDFS or S3, then a suitable download manager instance must also be provided to the builder (see withDownloadManager). A dataLocation may be a single dataset (extracted or an non-extracted SPD), or a location with multiple datasets. Local paths must be present on all nodes that tasks will run on.
- def withDownloadManager(downloadManager: DownloadManager): AddressingBuilder
Add a configured download manager to use when downloading from remote paths.
Add a configured download manager to use when downloading from remote paths.
- downloadManager
The download manager configured for required remote locations.
- def withExtractionLocation(extractionLocation: String): AddressingBuilder
Specify an alternate extraction location for addressing datasets.
Specify an alternate extraction location for addressing datasets. Default location is the alongside the SPD.
- def withResourcesLocation(resourcesLocation: String): AddressingBuilder
Sets the resources location for the Addressing API.
Sets the resources location for the Addressing API. If the location is a remote path, e.g. HDFS or S3, then a suitable download manager instance must also be provided to the builder (see withDownloadManager). If a local path is supplied, then it must be accessible on all nodes that tasks will run on.
Required.
- resourcesLocation
The resources location for the Addressing API.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)