Class

com.vbounyasit.bigdata.example

SampleConfigDefinition

Related Doc: package example

Permalink

class SampleConfigDefinition extends ConfigDefinition

Linear Supertypes
ConfigDefinition, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SampleConfigDefinition
  2. ConfigDefinition
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SampleConfigDefinition()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val applicationArguments: Option[ArgumentsConfiguration[_]]

    Permalink

    The arguments parameters that will be parsed for every jobs launched

    The arguments parameters that will be parsed for every jobs launched

    Definition Classes
    ConfigDefinition
  5. val applicationConf: ApplicationConf[_]

    Permalink

    An optional configuration file related to our application.

    An optional configuration file related to our application.

    Note: On the Application side, you can fill this parameter using the loadConfig function from pureconfig

    Definition Classes
    ConfigDefinition
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val jobsConf: Config

    Permalink

    The configuration for the different jobs we have.

    The configuration for the different jobs we have.

    Definition Classes
    SampleConfigDefinitionConfigDefinition
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def resultingOutputTables[GlobalConfig, GlobalArgument](applicationConf: Option[GlobalConfig], applicationArgument: GlobalArgument): Option[Seq[TableMetadata]]

    Permalink

    The output tables and jobs to run

    The output tables and jobs to run

    Definition Classes
    SampleConfigDefinitionConfigDefinition
  19. val sourcesConf: Config

    Permalink

    The configuration related to the different input sources we can use.

    The configuration related to the different input sources we can use.

    Definition Classes
    SampleConfigDefinitionConfigDefinition
  20. val sparkConf: Config

    Permalink

    The spark parameters that will be used on the remote cluster we submit our job on.

    The spark parameters that will be used on the remote cluster we submit our job on.

    Definition Classes
    ConfigDefinition
  21. val sparkLocalConf: Config

    Permalink

    The spark parameters that will be used when running Unit/Integration tests on our local machine.

    The spark parameters that will be used when running Unit/Integration tests on our local machine.

    Definition Classes
    ConfigDefinition
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. implicit def toOptionalOutputTables(tables: Seq[(String, String)]): Option[Seq[(String, String)]]

    Permalink
    Definition Classes
    ConfigDefinition
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfigDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped