Spark 4.1.0 ScalaDoc - org.apache.spark.sql.RuntimeConfig (original) (raw)

abstract class RuntimeConfig extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. RuntimeConfig

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new RuntimeConfig()

Abstract Value Members

  1. abstract def get(key: String, default: String): String
  2. abstract def get(key: String): String
  3. abstract def getAll: Map[String, String]
  4. abstract def getOption(key: String): Option[String]
  5. abstract def isModifiable(key: String): Boolean
  6. abstract def set(key: String, value: String): Unit
  7. abstract def unset(key: String): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: AnyRef): Boolean
  8. final def getClass(): Class[_ <: AnyRef]
  9. def hashCode(): Int
  10. final def isInstanceOf[T0]: Boolean
  11. final def ne(arg0: AnyRef): Boolean
  12. final def notify(): Unit
  13. final def notifyAll(): Unit
  14. def set(key: String, value: Long): Unit
  15. def set(key: String, value: Boolean): Unit
  16. final def synchronized[T0](arg0: => T0): T0
  17. def toString(): String
  18. final def wait(arg0: Long, arg1: Int): Unit
  19. final def wait(arg0: Long): Unit
  20. final def wait(): Unit

Deprecated Value Members

  1. def finalize(): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped