abstract class IncrementalBaseMode extends ContextAwareMode with ContextLogging
This TaskMode always runs the compiler in incremental mode, but it is applicable only if what is changed since the last run is known to all the input catalogs.
- Alphabetic
- By Inheritance
- IncrementalBaseMode
- ContextLogging
- ContextAwareMode
- TaskMode
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new IncrementalBaseMode(context: DriverContext, id: String, in: InputLayers with InputPartitioner, out: OutputLayers with OutputPartitioner)
- 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
- in
the definition of the input catalogs, layers and partitioner
- out
the definition of the output catalog, layers and partitioner
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 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
- 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
- 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)