Packages

package config

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class CompleteConfig extends AnyRef

    Provides access to the complete configuration visible to the processing library and compilers.

    Provides access to the complete configuration visible to the processing library and compilers. This is a combination of the configuration specified in reference.conf as part of the library, what is overridden in the compilers' application.conf, and what is further overridden via command line parameters.

    Note

    This is a Java friendly version of com.here.platform.data.processing.driver.config.CompleteConfig.

  2. trait DriverConfig extends AnyRef

    Configuration of com.here.platform.data.processing.driver.Driver that is available for use in compilers.

    Configuration of com.here.platform.data.processing.driver.Driver that is available for use in compilers.

    Note

    This is a Java friendly version of com.here.platform.data.processing.driver.config.DriverConfig.

  3. class PartitionKeyFilterConfig extends AnyRef

    Exceptions thrown

    scala.Exception if failed to load class by name, or if the class does not derive from PartitionKeyFilter.

  4. trait SparkStorageLevelsConfig extends AnyRef

    Spark storage levels used by the library when persisting important RDDs.

    Spark storage levels used by the library when persisting important RDDs.

    Note

    This is a Java friendly version of com.here.platform.data.processing.driver.config.SparkStorageLevelsConfig.

Value Members

  1. object CompleteConfig

Ungrouped