package config
- Alphabetic
- Public
- All
Type Members
-
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.
-
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.
-
class
PartitionKeyFilterConfig extends AnyRef
- Exceptions thrown
scala.Exception
if failed to load class by name, or if the class does not derive from PartitionKeyFilter.
-
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
- object CompleteConfig