class DriverBuilder extends AnyRef
Constructs a Driver from one or more DriverTasks.
You can build com.here.platform.data.processing.java.driver.DriverTasks using the TaskBuilders provided by this class and then you can add them to the DriverBuilder.
- Note
This is a Java friendly version of com.here.platform.data.processing.driver.DriverBuilder.
- Alphabetic
- By Inheritance
- DriverBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DriverBuilder(driverContext: DriverContext)
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 addTask(task: DriverTask): DriverBuilder
Adds an existing com.here.platform.data.processing.java.driver.DriverTask to the com.here.platform.data.processing.driver.Driver.
Adds an existing com.here.platform.data.processing.java.driver.DriverTask to the com.here.platform.data.processing.driver.Driver.
- task
A task instance.
- returns
This DriverBuilder.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(): Driver
Constructs a Driver object, given the complete configuration, the driver context and the driver tasks added to the builder..
- 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newMultiCompilerTaskBuilder(id: String): MultiCompilerTaskBuilder
Creates a new MultiCompilerTaskBuilder to support the construction of a DriverTask.
Creates a new MultiCompilerTaskBuilder to support the construction of a DriverTask.
- id
The identifier of the driver task being built.
- returns
The new MultiCompilerTaskBuilder.
- def newTaskBuilder(id: String): TaskBuilder
Creates a new TaskBuilder to support the construction of a com.here.platform.data.processing.java.driver.DriverTask.
Creates a new TaskBuilder to support the construction of a com.here.platform.data.processing.java.driver.DriverTask.
- id
The identifier of the driver task being built.
- returns
The new TaskBuilder.
- 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
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)