Packages

class ConfigUpdateBuilder extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigUpdateBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def apply(): Boolean

    Applies current configuration in a persistent way.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def fromPath(file: File): ConfigUpdateBuilder

    Sets a configs from an existing file.

  11. def fromPath(path: String): ConfigUpdateBuilder

    Sets a configs from an existing file.

  12. def fromString(configStr: String): ConfigUpdateBuilder

    Sets a configs from a JSON config string.

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def reset(): ConfigUpdateBuilder

    Clear the current state of config.

  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. def withDataFrameShapeBelow(active: Boolean): ConfigUpdateBuilder

    Print the dataframe shape below the dataframe when displaying tables.

    Print the dataframe shape below the dataframe when displaying tables.

    For more details, see this.

  26. def withMaxTableColumns(nCols: Int): ConfigUpdateBuilder

    Set the max number of columns used to print tables.

    Set the max number of columns used to print tables.

    If n < 0, then print all the columns.

    For more details, see this.

  27. def withMaxTableRows(nRows: Int): ConfigUpdateBuilder

    Set the max number of rows used to print tables.

    Set the max number of rows used to print tables.

    If n < 0, then print all the rows.

    For more details, see this.

  28. def withOption(key: String, value: String): ConfigUpdateBuilder

    Sets a config option from a key and value pair.

    Sets a config option from a key and value pair.

    For more details, see this and this.

  29. def withOptions(opts: Iterable[(String, String)]): ConfigUpdateBuilder

    Sets a configs from an Iterable of key and value pairs.

    Sets a configs from an Iterable of key and value pairs.

    For more details, see this.

  30. def withOptions(opts: Map[String, String]): ConfigUpdateBuilder

    Sets a configs from a Java Map.

    Sets a configs from a Java Map.

    For more details, see this.

  31. def withTableFormatting(format: TableFormat): ConfigUpdateBuilder

    Set table formatting style.

    Set table formatting style.

    For more details, see this.

Inherited from AnyRef

Inherited from Any

Ungrouped