class DruidConfig extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DruidConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DruidConfig(hosts: Seq[QueryHost], secure: Boolean, url: String, healthEndpoint: String, datasource: String, responseParsingTimeout: FiniteDuration, clientBackend: Class[_ <: DruidClient], clientConfig: Config, scanQueryLegacyMode: Boolean, zoneId: ZoneId, system: ActorSystem)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val FormatterDate: DateTimeFormatter
- lazy val FormatterDateTime: DateTimeFormatter
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val client: DruidClient
- val clientBackend: Class[_ <: DruidClient]
- val clientConfig: Config
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def copy(hosts: Seq[QueryHost] = this.hosts, secure: Boolean = this.secure, url: String = this.url, healthEndpoint: String = this.healthEndpoint, datasource: String = this.datasource, responseParsingTimeout: FiniteDuration = this.responseParsingTimeout, clientBackend: Class[_ <: DruidClient] = this.clientBackend, clientConfig: Config = this.clientConfig, scanQueryLegacyMode: Boolean = this.scanQueryLegacyMode, zoneId: ZoneId = this.zoneId): DruidConfig
- val datasource: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val healthEndpoint: String
- val hosts: Seq[QueryHost]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val responseParsingTimeout: FiniteDuration
- val scanQueryLegacyMode: Boolean
- val secure: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val system: ActorSystem
- def toString(): String
- Definition Classes
- AnyRef → Any
- val url: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val zoneId: ZoneId
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.