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

class SparkConf extends ReadOnlySparkConf with Cloneable with Logging with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. SparkConf

  2. Serializable

  3. Logging

  4. Cloneable

  5. ReadOnlySparkConf

  6. AnyRef

  7. Any

  8. Hide All

  9. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new SparkConf()
  2. new SparkConf(loadDefaults: Boolean)

Type Members

  1. implicit class LogStringContext extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. def MDC(key: LogKey, value: Any): MDC
  5. final def asInstanceOf[T0]: T0
  6. def catchIllegalValue[T](key: String)(getValue: => T): T
  7. def clone(): SparkConf
  8. def contains(key: String): Boolean
  9. def contains(entry: ConfigEntry[_]): Boolean
  10. final def eq(arg0: AnyRef): Boolean
  11. def equals(arg0: AnyRef): Boolean
  12. def get(key: String, defaultValue: String): String
  13. def get(key: String): String
  14. def getAll: Array[(String, String)]
  15. def getAllWithPrefix[K](prefix: String, f: (String) => K): Array[(K, String)]
  16. def getAllWithPrefix(prefix: String): Array[(String, String)]
  17. def getAppId: String
  18. def getAvroSchema: Map[Long, String]
  19. def getBoolean(key: String, defaultValue: Boolean): Boolean
  20. final def getClass(): Class[_ <: AnyRef]
  21. def getDouble(key: String, defaultValue: Double): Double
  22. def getExecutorEnv: Seq[(String, String)]
  23. def getInt(key: String, defaultValue: Int): Int
  24. def getLong(key: String, defaultValue: Long): Long
  25. def getOption(key: String): Option[String]
  26. def getSizeAsBytes(key: String, defaultValue: Long): Long
  27. def getSizeAsBytes(key: String, defaultValue: String): Long
  28. def getSizeAsBytes(key: String): Long
  29. def getSizeAsGb(key: String, defaultValue: String): Long
  30. def getSizeAsGb(key: String): Long
  31. def getSizeAsKb(key: String, defaultValue: String): Long
  32. def getSizeAsKb(key: String): Long
  33. def getSizeAsMb(key: String, defaultValue: String): Long
  34. def getSizeAsMb(key: String): Long
  35. def getTimeAsMs(key: String, defaultValue: String): Long
  36. def getTimeAsMs(key: String): Long
  37. def getTimeAsSeconds(key: String, defaultValue: String): Long
  38. def getTimeAsSeconds(key: String): Long
  39. def hashCode(): Int
  40. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  41. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  42. final def isInstanceOf[T0]: Boolean
  43. def isTraceEnabled(): Boolean
  44. def log: Logger
  45. def logBasedOnLevel(level: Level)(f: => MessageWithContext): Unit
  46. def logDebug(msg: => String, throwable: Throwable): Unit
  47. def logDebug(entry: LogEntry, throwable: Throwable): Unit
  48. def logDebug(entry: LogEntry): Unit
  49. def logDebug(msg: => String): Unit
  50. def logError(msg: => String, throwable: Throwable): Unit
  51. def logError(entry: LogEntry, throwable: Throwable): Unit
  52. def logError(entry: LogEntry): Unit
  53. def logError(msg: => String): Unit
  54. def logInfo(msg: => String, throwable: Throwable): Unit
  55. def logInfo(entry: LogEntry, throwable: Throwable): Unit
  56. def logInfo(entry: LogEntry): Unit
  57. def logInfo(msg: => String): Unit
  58. def logName: String
  59. def logTrace(msg: => String, throwable: Throwable): Unit
  60. def logTrace(entry: LogEntry, throwable: Throwable): Unit
  61. def logTrace(entry: LogEntry): Unit
  62. def logTrace(msg: => String): Unit
  63. def logWarning(msg: => String, throwable: Throwable): Unit
  64. def logWarning(entry: LogEntry, throwable: Throwable): Unit
  65. def logWarning(entry: LogEntry): Unit
  66. def logWarning(msg: => String): Unit
  67. final def ne(arg0: AnyRef): Boolean
  68. final def notify(): Unit
  69. final def notifyAll(): Unit
  70. def registerAvroSchemas(schemas: Schema*): SparkConf
  71. def registerKryoClasses(classes: Array[Class[_]]): SparkConf
  72. def remove(key: String): SparkConf
  73. def set(key: String, value: String): SparkConf
  74. def setAll(settings: Iterable[(String, String)]): SparkConf
  75. def setAppName(name: String): SparkConf
  76. def setExecutorEnv(variables: Array[(String, String)]): SparkConf
  77. def setExecutorEnv(variables: Seq[(String, String)]): SparkConf
  78. def setExecutorEnv(variable: String, value: String): SparkConf
  79. def setIfMissing(key: String, value: String): SparkConf
  80. def setJars(jars: Array[String]): SparkConf
  81. def setJars(jars: Seq[String]): SparkConf
  82. def setMaster(master: String): SparkConf
  83. def setSparkHome(home: String): SparkConf
  84. final def synchronized[T0](arg0: => T0): T0
  85. def toDebugString: String
  86. def toString(): String
  87. final def wait(arg0: Long, arg1: Int): Unit
  88. final def wait(arg0: Long): Unit
  89. final def wait(): Unit
  90. def withLogContext(context: Map[String, String])(body: => Unit): Unit

Deprecated Value Members

  1. def finalize(): Unit

Ungrouped