package impl
- Alphabetic
- Public
- All
Type Members
-
sealed abstract
class
CatalogIdVersionEncoding extends AnyRef
Defines an encoding scheme for version information in catalog IDs.
Defines an encoding scheme for version information in catalog IDs. Every class extending this trait must define a separate encoding scheme with a unique identifier.
- Attributes
- protected
-
trait
CommitProducer extends DriverTask
Produces commits for the com.here.platform.data.processing.driver.Driver to commit, together with the produced map.
-
class
CompleteConfigLoader extends CompleteConfig
Loads the configuration from application.conf and/or reference.conf.
Loads the configuration from application.conf and/or reference.conf. The search path and syntax are based on lightbend/config (https://github.com/lightbend/config), formerly known as Typesafe config.
In a single JVM, you can have multiple instances of this class. Though all of them share the same file-based configuration, there may be different overrides provided as constructor parameters.
-
class
DriverContextImpl extends DriverContext
Private implementation of com.here.platform.data.processing.driver.DriverContext.
Private implementation of com.here.platform.data.processing.driver.DriverContext. This sets up all the common objects that every com.here.platform.data.processing.driver.DriverTask, com.here.platform.data.processing.driver.modes.TaskMode and in general every compiler see.
-
class
DriverImpl extends Driver with ContextLogging
The main implementation of the com.here.platform.data.processing.driver.Driver interface.
-
class
FailOnEmptyUploader extends Uploader
Wrapper to fail an upload if the payload is empty.
-
abstract
class
FixedVersionIdEncoding extends CatalogIdVersionEncoding
The CatalogIdVersionEncoding for com.here.platform.data.processing.driver.Default.FixedVersionId
- Attributes
- protected[driver]
-
abstract
class
PreviousRunIdEncoding extends CatalogIdVersionEncoding
The CatalogIdVersionEncoding for com.here.platform.data.processing.driver.Default.PreviousRunId
- Attributes
- protected[driver]
Value Members
-
object
CatalogIdVersionEncoding
Provides generic functionality for encoding and decoding version information in catalog IDs.
Provides generic functionality for encoding and decoding version information in catalog IDs.
- Attributes
- protected[driver]
-
object
DepResolution
Contains utility functions to manage catalog dependencies.
- object Implicits