object Executor
Executor factory, to create an Executor corresponding to each compiler pattern
- Alphabetic
- By Inheritance
- Executor
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 apply[T](id: Id, compiler: RefTreeCompiler[T], context: DriverContext)(implicit arg0: ClassTag[T]): Executor
Creates an Executor for a com.here.platform.data.processing.compiler.RefTreeCompiler.
Creates an Executor for a com.here.platform.data.processing.compiler.RefTreeCompiler.
- def apply[T](id: Id, compiler: MapGroupCompiler[T], context: DriverContext)(implicit arg0: ClassTag[T]): Executor
Creates an Executor for a com.here.platform.data.processing.compiler.MapGroupCompiler.
Creates an Executor for a com.here.platform.data.processing.compiler.MapGroupCompiler.
- def apply[T, CarryOver](id: Id, compiler: IncrementalDepCompiler[T, CarryOver], context: DriverContext)(implicit arg0: ClassTag[T]): Executor
Creates an Executor for a com.here.platform.data.processing.compiler.IncrementalDepCompiler.
Creates an Executor for a com.here.platform.data.processing.compiler.IncrementalDepCompiler.
- T
The type of the values passed between compileIn and compileOut.
- CarryOver
The type of the opaque object carried over from updateDepGraph to compileIn.
- id
The unique identifier of the Executor.
- compiler
The compiler implementation.
- context
The context in which the Executor runs.
- returns
the new Executor that can run the passed compiler.
- def apply[T](id: Id, compiler: DepCompiler[T], context: DriverContext)(implicit arg0: ClassTag[T]): Executor
Creates an Executor for a com.here.platform.data.processing.compiler.DepCompiler.
Creates an Executor for a com.here.platform.data.processing.compiler.DepCompiler.
- def apply[T](id: Id, compiler: DirectMToNCompiler[T], context: DriverContext)(implicit arg0: ClassTag[T]): Executor
Creates an Executor for a com.here.platform.data.processing.compiler.DirectMToNCompiler.
Creates an Executor for a com.here.platform.data.processing.compiler.DirectMToNCompiler.
- def apply[T](id: Id, compiler: Direct1ToNCompiler[T], context: DriverContext)(implicit arg0: ClassTag[T]): Executor
Creates an Executor for a com.here.platform.data.processing.compiler.Direct1ToNCompiler.
Creates an Executor for a com.here.platform.data.processing.compiler.Direct1ToNCompiler.
- def apply(id: Id, compiler: NonIncrementalCompiler, context: DriverContext): Executor
Creates an Executor for a com.here.platform.data.processing.compiler.NonIncrementalCompiler.
Creates an Executor for a com.here.platform.data.processing.compiler.NonIncrementalCompiler.
- 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
- 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
- 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)