Packages

case class KyuubiConf(loadSysDefault: Boolean = true) extends Logging with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KyuubiConf
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KyuubiConf(loadSysDefault: Boolean = true)

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 clone(): KyuubiConf

    Copy this object

    Copy this object

    Definition Classes
    KyuubiConf → AnyRef
  6. def debug(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  7. def debug(message: ⇒ Any): Unit
    Definition Classes
    Logging
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def error(message: ⇒ Any): Unit
    Definition Classes
    Logging
  10. def error(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get[T](config: ConfigEntry[T]): T
  13. def getAll: Map[String, String]

    Get all parameters as map sorted by key in ascending order

  14. def getAllUserDefaults: Map[String, String]

    Retrieve user defaults configs in key-value pairs from KyuubiConf with key prefix "_"

  15. def getAllWithPrefix(dropped: String, remainder: String): Map[String, String]

    Retrieve key-value pairs from KyuubiConf starting with dropped.remainder, and put them to the result map with the dropped of key being dropped.

    Retrieve key-value pairs from KyuubiConf starting with dropped.remainder, and put them to the result map with the dropped of key being dropped.

    dropped

    first part of prefix which will dropped for the new key

    remainder

    second part of the prefix which will be remained in the key

  16. def getBatchConf(batchType: String): Map[String, String]

    Get all batch conf as map

  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getEnvs: Map[String, String]

    Get all envs as map

  19. def getKubernetesConf(context: Option[String], namespace: Option[String]): KyuubiConf

    Get the kubernetes conf for specified kubernetes context and namespace.

  20. def getOption(key: String): Option[String]
  21. def getUserDefaults(user: String): KyuubiConf
  22. def info(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  23. def info(message: ⇒ Any): Unit
    Definition Classes
    Logging
  24. def initializeLoggerIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isRESTEnabled: Boolean
  27. def loadFileDefaults(): KyuubiConf
  28. val loadSysDefault: Boolean
  29. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  30. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def set(key: String, value: String): KyuubiConf
  35. def set[T](entry: OptionalConfigEntry[T], value: T): KyuubiConf
  36. def set[T](entry: ConfigEntry[T], value: T): KyuubiConf
  37. def setIfMissing(key: String, value: String): KyuubiConf
  38. def setIfMissing[T](entry: ConfigEntry[T], value: T): KyuubiConf
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def unset(entry: ConfigEntry[_]): KyuubiConf
  41. def unset(key: String): KyuubiConf

    unset a parameter from the configuration

  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. def warn(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  46. def warn(message: ⇒ Any): Unit
    Definition Classes
    Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped