class IncrementalMode extends IncrementalBaseMode
Actual implementation of IncrementalBaseMode delegating to an com.here.platform.data.processing.driver.IncrementalCompilerExecutor.
This queries the data available, the changes and what is already published, run the executor and publish the result of compilation to the output catalog.
- See also
IncrementalBaseMode for details on when this mode is applicable.
- Alphabetic
- By Inheritance
- IncrementalMode
- IncrementalBaseMode
- ContextLogging
- ContextAwareMode
- TaskMode
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IncrementalMode(context: DriverContext, id: String, executor: IncrementalCompilerExecutor)
- context
The com.here.platform.data.processing.driver.DriverContext relative to this mode
- id
The identifier of the com.here.platform.data.processing.driver.DriverTask the mode belongs to, for logging reasons
- executor
The executor that should eventually run
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 actualRun(): RDD[(Key, Commit)]
- Attributes
- protected
- Definition Classes
- IncrementalMode → IncrementalBaseMode
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def classForLogger: Class[_]
Override this to change the class that is displayed in logs.
Override this to change the class that is displayed in logs.
- Attributes
- protected
- Definition Classes
- ContextLogging
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val context: DriverContext
- Definition Classes
- ContextAwareMode
- 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()
- val inUtils: InputCatalogUtils
- Attributes
- protected
- Definition Classes
- IncrementalBaseMode
- def isApplicable: Boolean
This mode is only applicable if the following conditions are met: - disableIncremental config parameter is false - what's changed is available for every input catalog - output catalog is not empty
This mode is only applicable if the following conditions are met: - disableIncremental config parameter is false - what's changed is available for every input catalog - output catalog is not empty
- returns
if the mode is applicable, so if the mode should run and its result evaluated
- Definition Classes
- IncrementalBaseMode → TaskMode
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final lazy val logger: ContextAwareLogger
The logger to use for normal and context-aware messages.
The logger to use for normal and context-aware messages.
- Attributes
- protected
- Definition Classes
- ContextLogging
- 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()
- val outUtils: OutputCatalogUtils
- Attributes
- protected
- Definition Classes
- IncrementalBaseMode
- val parallelism: Int
- Attributes
- protected
- Definition Classes
- ContextAwareMode
- def run(): TaskResult
Runs the compiler only providing the changes since the last run for every input catalog.
Runs the compiler only providing the changes since the last run for every input catalog.
- returns
the result of the compilation if applicable, otherwise None
- Definition Classes
- IncrementalBaseMode → TaskMode
- 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)