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): Unit
    Definition Classes
    Logging
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def error(message: ⇒ Any): Unit
    Definition Classes
    Logging
  9. def error(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get[T](config: ConfigEntry[T]): T
  12. def getAll: Map[String, String]

    Get all parameters as map

  13. 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

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

    Get all envs as map

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

    unset a parameter from the configuration

  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. def warn(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  40. 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