Packages

c

io.github.setl.Setl

Builder

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()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build(): Builder.this.type

    Build SETL

    Build SETL

    Definition Classes
    BuilderBuilder
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def get(): Setl
    Definition Classes
    BuilderBuilder
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getOrCreate(): Setl
    Definition Classes
    Builder
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  16. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  18. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  20. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def setConfigLoader(configLoader: ConfigLoader): Builder.this.type

    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

    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

    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

    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

    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

    Set a user-provided SparkSession

    Set a user-provided SparkSession

    sparkSession

    use-defined SparkSession

  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. def withDefaultConfigLoader(): Builder.this.type

    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

    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