trait TaskBuilder extends AnyRef
Constructs a com.here.platform.data.processing.java.driver.DriverTask by creating an com.here.platform.data.processing.driver.Executor and its applicable com.here.platform.data.processing.driver.modes.TaskModes.
- Note
This is a Java friendly version of com.here.platform.data.processing.driver.TaskBuilder.
- Alphabetic
- By Inheritance
- TaskBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
build(): DriverTask
Constructs a new com.here.platform.data.processing.java.driver.DriverTask with an com.here.platform.data.processing.driver.Executor that can run the compiler in one of the mode applicable.
Constructs a new com.here.platform.data.processing.java.driver.DriverTask with an com.here.platform.data.processing.driver.Executor that can run the compiler in one of the mode applicable.
- returns
a new com.here.platform.data.processing.java.driver.DriverTask.
-
abstract
def
withDepCompiler[T](compiler: DepCompiler[T], clazz: Class[T], executorId: String): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.DepCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.DepCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- executorId
The executor ID.
- returns
this TaskBuilder.
-
abstract
def
withDepCompiler[T](compiler: DepCompiler[T], clazz: Class[T]): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.DepCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.DepCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built. The driver task ID is used as executor ID.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- returns
this TaskBuilder.
-
abstract
def
withDirect1ToNCompiler[T](compiler: Direct1ToNCompiler[T], clazz: Class[T], executorId: String): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.Direct1ToNCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.Direct1ToNCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation..
- clazz
The class object for type T.
- executorId
The executor ID.
- returns
this TaskBuilder.
-
abstract
def
withDirect1ToNCompiler[T](compiler: Direct1ToNCompiler[T], clazz: Class[T]): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.Direct1ToNCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.Direct1ToNCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built. The driver task ID is used as executor ID.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation..
- clazz
The class object for type T.
- returns
this TaskBuilder.
-
abstract
def
withDirectMToNCompiler[T](compiler: DirectMToNCompiler[T], clazz: Class[T], executorId: String): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.DirectMToNCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.DirectMToNCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- executorId
The executor ID.
- returns
this TaskBuilder.
-
abstract
def
withDirectMToNCompiler[T](compiler: DirectMToNCompiler[T], clazz: Class[T]): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.DirectMToNCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.DirectMToNCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built. The driver task ID is used as executor ID.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- returns
this TaskBuilder.
-
abstract
def
withIncrementalDepCompiler[T, C](compiler: IncrementalDepCompiler[T, C], clazz: Class[T], executorId: String): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.IncrementalDepCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.IncrementalDepCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
- T
The type of values passed between compileIn and compileOut.
- C
The type of the opaque object carried over from updateDepGraph to compileIn.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- executorId
The executor ID.
- returns
this TaskBuilder.
-
abstract
def
withIncrementalDepCompiler[T, C](compiler: IncrementalDepCompiler[T, C], clazz: Class[T]): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.IncrementalDepCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.IncrementalDepCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built. The driver task ID is used as executor ID.
- T
The type of values passed between compileIn and compileOut.
- C
The type of the opaque object carried over from updateDepGraph to compileIn.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- returns
this TaskBuilder.
-
abstract
def
withMapGroupCompiler[T](compiler: MapGroupCompiler[T], clazz: Class[T], executorId: String): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.MapGroupCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.MapGroupCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- executorId
The executor ID.
- returns
this TaskBuilder.
-
abstract
def
withMapGroupCompiler[T](compiler: MapGroupCompiler[T], clazz: Class[T]): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.MapGroupCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.MapGroupCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built. The driver task ID is used as executor ID.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- returns
this TaskBuilder.
-
abstract
def
withNonIncrementalCompiler(compiler: NonIncrementalCompiler, executorId: String): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.NonIncrementalCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.NonIncrementalCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
- compiler
The compiler implementation.
- executorId
The executor ID.
- returns
this TaskBuilder.
-
abstract
def
withNonIncrementalCompiler(compiler: NonIncrementalCompiler): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.NonIncrementalCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.NonIncrementalCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built. The driver task ID is used as executor ID.
- compiler
The compiler implementation.
- returns
this TaskBuilder.
-
abstract
def
withRefTreeCompiler[T](compiler: RefTreeCompiler[T], clazz: Class[T], executorId: String): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.RefTreeCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.RefTreeCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- executorId
The executor ID.
- returns
this TaskBuilder.
-
abstract
def
withRefTreeCompiler[T](compiler: RefTreeCompiler[T], clazz: Class[T]): TaskBuilder
Uses a com.here.platform.data.processing.java.compiler.RefTreeCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built.
Uses a com.here.platform.data.processing.java.compiler.RefTreeCompiler for the com.here.platform.data.processing.java.driver.DriverTask being built. The driver task ID is used as executor ID.
- T
The type of values passed between compileIn and compileOut.
- compiler
The compiler implementation.
- clazz
The class object for type T.
- returns
this TaskBuilder.
Concrete 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
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
-
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()