package config
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait ConfigEntry[T] extends AnyRef
- class ConfigEntryFallback[T] extends ConfigEntry[T]
- class ConfigEntryWithDefault[T] extends ConfigEntry[T]
- class ConfigEntryWithDefaultString[T] extends ConfigEntry[T]
- case class KyuubiConf(loadSysDefault: Boolean = true) extends Logging with Product with Serializable
- class OptionalConfigEntry[T] extends ConfigEntry[Option[T]]
Value Members
- object ConfigEntry
- object ConfigHelpers
-
object
KyuubiConf extends Serializable
Note to developers: You need to rerun the test
org.apache.kyuubi.config.AllKyuubiConfigurationlocally if you add or change a config.Note to developers: You need to rerun the test
org.apache.kyuubi.config.AllKyuubiConfigurationlocally if you add or change a config. That can help to update the conf docs. - object KyuubiReservedKeys