Packages

package config

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ConfigEntry[T] extends AnyRef
  2. class ConfigEntryFallback[T] extends ConfigEntry[T]
  3. class ConfigEntryWithDefault[T] extends ConfigEntry[T]
  4. class ConfigEntryWithDefaultString[T] extends ConfigEntry[T]
  5. case class KyuubiConf(loadSysDefault: Boolean = true) extends Logging with Product with Serializable
  6. class OptionalConfigEntry[T] extends ConfigEntry[Option[T]]

Value Members

  1. object ConfigEntry
  2. object ConfigHelpers
  3. object KyuubiConf extends Serializable

    Note to developers: You need to rerun the test org.apache.kyuubi.config.AllKyuubiConfiguration locally if you add or change a config.

    Note to developers: You need to rerun the test org.apache.kyuubi.config.AllKyuubiConfiguration locally if you add or change a config. That can help to update the conf docs.

  4. object KyuubiReservedKeys

Ungrouped