Class

io.github.setl.Setl

Builder

Related Doc: package Setl

Permalink

class Builder extends setl.Builder[Setl]

Linear Supertypes
setl.Builder[Setl], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Builder
  2. Builder
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Builder()

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def build(): Builder.this.type

    Permalink

    Build SETL

    Build SETL

    Definition Classes
    BuilderBuilder
  6. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def get(): Setl

    Permalink
    Definition Classes
    BuilderBuilder
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getOrCreate(): Setl

    Permalink
    Definition Classes
    Builder
  13. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  15. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  18. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  19. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  20. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def setConfigLoader(configLoader: ConfigLoader): Builder.this.type

    Permalink

    Provide a user-defined config loader

    Provide a user-defined config loader

    configLoader

    ConfigLoader object

    returns

    the current builder

  26. def setSetlConfigPath(config: String): Builder.this.type

    Permalink

    Define the config path of SETL

    Define the config path of SETL

    config

    config path

    returns

    the current builder

  27. def setShufflePartitions(par: Int): Builder.this.type

    Permalink

    Overwrite the default Spark parallelism (200)

    Overwrite the default Spark parallelism (200)

    par

    value of parallelism

    returns

    the current builder

  28. def setSparkConf(sparkConf: SparkConf): Builder.this.type

    Permalink

    Define a user-defined SparkConf

    Define a user-defined SparkConf

    sparkConf

    SparkConf object

    returns

    the current builder

  29. def setSparkMaster(url: String): Builder.this.type

    Permalink

    Set the master URL of Spark

    Set the master URL of Spark

    url

    master URL of spark

    returns

    the current builder

  30. def setSparkSession(sparkSession: SparkSession): Builder.this.type

    Permalink

    Set a user-provided SparkSession

    Set a user-provided SparkSession

    sparkSession

    use-defined SparkSession

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withDefaultConfigLoader(): Builder.this.type

    Permalink

    Use the default config loader and load the default configuration file (application.conf) and an additional configuration file (according to the value of setl.environment in application.conf)

    Use the default config loader and load the default configuration file (application.conf) and an additional configuration file (according to the value of setl.environment in application.conf)

    returns

    the current builder

  37. def withDefaultConfigLoader(configFile: String): Builder.this.type

    Permalink

    Use the default config loader and load both the default application.conf and the given configuration file

    Use the default config loader and load both the default application.conf and the given configuration file

    configFile

    file path string of the configuration file

    returns

    the current builder

Inherited from setl.Builder[Setl]

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped