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
- All
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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()