Packages

package impl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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
  2. trait CommitProducer extends DriverTask

    Produces commits for the com.here.platform.data.processing.driver.Driver to commit, together with the produced map.

  3. 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.

  4. 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.

  5. class DriverImpl extends Driver with ContextLogging

    The main implementation of the com.here.platform.data.processing.driver.Driver interface.

  6. class FailOnEmptyUploader extends Uploader

    Wrapper to fail an upload if the payload is empty.

  7. abstract class FixedVersionIdEncoding extends CatalogIdVersionEncoding

    The CatalogIdVersionEncoding for com.here.platform.data.processing.driver.Default.FixedVersionId

  8. abstract class PreviousRunIdEncoding extends CatalogIdVersionEncoding

    The CatalogIdVersionEncoding for com.here.platform.data.processing.driver.Default.PreviousRunId

Value Members

  1. 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]
  2. object DepResolution

    Contains utility functions to manage catalog dependencies.

  3. object Implicits

Ungrouped