Trait/Object

ai.h2o.sparkling.backend

SharedBackendConf

Related Docs: object SharedBackendConf | package backend

Permalink

trait SharedBackendConf extends SharedBackendConfExtensions

Shared configuration independent on used backend

Self Type
H2OConf
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharedBackendConf
  2. SharedBackendConfExtensions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def autoFlowSsl: Boolean

    Permalink
  6. def backendClusterMode: String

    Permalink

    Getters

  7. def backendHeartbeatInterval: Int

    Permalink
  8. def basePort: Int

    Permalink
  9. def clientCheckRetryTimeout: Int

    Permalink
  10. def clientFlowBaseurlOverride: Option[String]

    Permalink
  11. def clientIp: Option[String]

    Permalink
  12. def clientNetworkMask: Option[String]

    Permalink
  13. def clientVerboseOutput: Boolean

    Permalink
  14. def clientWebPort: Int

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def cloudName: Option[String]

    Permalink
  17. def cloudTimeout: Int

    Permalink
  18. def contextPath: Option[String]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def extraProperties: Option[String]

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def flowDir: Option[String]

    Permalink
  24. def flowExtraHttpHeaders: Option[String]

    Permalink
  25. def flowProxyRequestMaxSize(): Int

    Permalink
  26. def flowProxyResponseMaxSize(): Int

    Permalink
  27. def flowScalaCellAsync: Boolean

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashLogin: Boolean

    Permalink
  31. def hiveHost: Option[String]

    Permalink
  32. def hiveJdbcUrlPattern: Option[String]

    Permalink
  33. def hivePrincipal: Option[String]

    Permalink
  34. def hiveToken: Option[String]

    Permalink
  35. def icedDir: Option[String]

    Permalink
  36. def internalPortOffset: Int

    Permalink
  37. def isClusterTopologyListenerEnabled: Boolean

    Permalink
  38. def isFailOnUnsupportedSparkParamEnabled: Boolean

    Permalink
  39. def isH2OReplEnabled: Boolean

    Permalink
  40. def isInsecureXGBoostAllowed: Boolean

    Permalink
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def isInternalSecureConnectionsEnabled: Boolean

    Permalink
  43. def isKerberizedHiveEnabled: Boolean

    Permalink
  44. def isSparkVersionCheckEnabled: Boolean

    Permalink
  45. def isSslCertificateVerificationInInternalRestConnectionsEnabled: Boolean

    Permalink
  46. def isSslHostnameVerificationInInternalRestConnectionsEnabled: Boolean

    Permalink
  47. def jks: Option[String]

    Permalink
  48. def jksAlias: Option[String]

    Permalink
  49. def jksPass: Option[String]

    Permalink
  50. def kerberosLogin: Boolean

    Permalink
  51. def ldapLogin: Boolean

    Permalink
  52. def logDir: Option[String]

    Permalink
  53. def logLevel: String

    Permalink
  54. def loginConf: Option[String]

    Permalink
  55. def maxParallelScalaCellJobs: Int

    Permalink
  56. def mojoDestroyTimeout: Int

    Permalink
  57. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  58. def nodeNetworkMask: Option[String]

    Permalink
  59. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  60. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. def nthreads: Int

    Permalink
  62. def password: Option[String]

    Permalink
  63. def restApiTimeout: Int

    Permalink
  64. def runsInExternalClusterMode: Boolean

    Permalink
  65. def runsInInternalClusterMode: Boolean

    Permalink
  66. def scalaIntDefaultNum: Int

    Permalink
  67. def setAutoFlowSslDisabled(): H2OConf

    Permalink
  68. def setAutoFlowSslEnabled(): H2OConf

    Permalink
  69. def setBackendClusterMode(backendClusterMode: String): H2OConf

    Permalink
    Attributes
    protected
    Definition Classes
    SharedBackendConfExtensions
  70. def setBackendHeartbeatInterval(interval: Int): H2OConf

    Permalink
  71. def setBasePort(port: Int): H2OConf

    Permalink
  72. def setClientCheckRetryTimeout(timeout: Int): H2OConf

    Permalink
  73. def setClientFlowBaseurlOverride(baseUrl: String): H2OConf

    Permalink
  74. def setClientIp(ip: String): H2OConf

    Permalink
  75. def setClientNetworkMask(mask: String): H2OConf

    Permalink
  76. def setClientVerboseDisabled(): H2OConf

    Permalink
  77. def setClientVerboseEnabled(): H2OConf

    Permalink
  78. def setClientWebPort(port: Int): H2OConf

    Permalink
  79. def setCloudName(cloudName: String): H2OConf

    Permalink
  80. def setCloudTimeout(timeout: Int): H2OConf

    Permalink
  81. def setClusterTopologyListenerDisabled(): H2OConf

    Permalink
  82. def setClusterTopologyListenerEnabled(): H2OConf

    Permalink
  83. def setContextPath(contextPath: String): H2OConf

    Permalink
  84. def setDefaultNumReplSessions(numSessions: Int): H2OConf

    Permalink
  85. def setExternalClusterMode(): H2OConf

    Permalink
  86. def setExtraProperties(extraProperties: String): H2OConf

    Permalink
  87. def setFailOnUnsupportedSparkParamDisabled(): H2OConf

    Permalink
  88. def setFailOnUnsupportedSparkParamEnabled(): H2OConf

    Permalink
  89. def setFlowDir(dir: String): H2OConf

    Permalink
  90. def setFlowExtraHttpHeaders(headers: Map[String, String]): H2OConf

    Permalink
  91. def setFlowExtraHttpHeaders(headers: HashMap[String, String]): H2OConf

    Permalink
  92. def setFlowExtraHttpHeaders(headers: String): H2OConf

    Permalink
  93. def setFlowProxyRequestMaxSize(value: Int): H2OConf

    Permalink
  94. def setFlowProxyResponseMaxSize(value: Int): H2OConf

    Permalink
  95. def setFlowScalaCellAsyncDisabled(): H2OConf

    Permalink
  96. def setFlowScalaCellAsyncEnabled(): H2OConf

    Permalink
  97. def setHashLoginDisabled(): H2OConf

    Permalink
  98. def setHashLoginEnabled(): H2OConf

    Permalink
  99. def setHiveHost(host: String): H2OConf

    Permalink
  100. def setHiveJdbcUrlPattern(pattern: String): H2OConf

    Permalink
  101. def setHivePrincipal(principal: String): H2OConf

    Permalink
  102. def setHiveToken(token: String): H2OConf

    Permalink
  103. def setIcedDir(dir: String): H2OConf

    Permalink
  104. def setInsecureXGBoostAllowed(): H2OConf

    Permalink
  105. def setInsecureXGBoostDenied(): H2OConf

    Permalink
  106. def setInternalClusterMode(): H2OConf

    Permalink

    Setters

  107. def setInternalPortOffset(offset: Int): H2OConf

    Permalink
  108. def setInternalSecureConnectionsDisabled(): H2OConf

    Permalink
  109. def setInternalSecureConnectionsEnabled(): H2OConf

    Permalink
  110. def setJks(path: String): H2OConf

    Permalink
  111. def setJksAlias(alias: String): H2OConf

    Permalink
  112. def setJksPass(password: String): H2OConf

    Permalink
  113. def setKerberizedHiveDisabled(): H2OConf

    Permalink
  114. def setKerberizedHiveEnabled(): H2OConf

    Permalink
  115. def setKerberosLoginDisabled(): H2OConf

    Permalink
  116. def setKerberosLoginEnabled(): H2OConf

    Permalink
  117. def setLdapLoginDisabled(): H2OConf

    Permalink
  118. def setLdapLoginEnabled(): H2OConf

    Permalink
  119. def setLogDir(dir: String): H2OConf

    Permalink
  120. def setLogLevel(level: String): H2OConf

    Permalink
  121. def setLoginConf(filePath: String): H2OConf

    Permalink
  122. def setMaxParallelScalaCellJobs(limit: Int): H2OConf

    Permalink
  123. def setMojoDestroyTimeout(timeoutInMilliseconds: Int): H2OConf

    Permalink
  124. def setNodeNetworkMask(mask: String): H2OConf

    Permalink
  125. def setNthreads(numThreads: Int): H2OConf

    Permalink
  126. def setPassword(password: String): H2OConf

    Permalink
  127. def setReplDisabled(): H2OConf

    Permalink
  128. def setReplEnabled(): H2OConf

    Permalink
  129. def setRestApiTimeout(timeout: Int): H2OConf

    Permalink
  130. def setSparkVersionCheckDisabled(): H2OConf

    Permalink
  131. def setSparkVersionCheckEnabled(): H2OConf

    Permalink
  132. def setSslCACert(path: String): H2OConf

    Permalink
  133. def setSslCertificateVerificationInInternalRestConnectionsDisabled(): H2OConf

    Permalink
  134. def setSslCertificateVerificationInInternalRestConnectionsEnabled(): H2OConf

    Permalink
  135. def setSslConf(path: String): H2OConf

    Permalink
  136. def setSslHostnameVerificationInInternalRestConnectionsDisabled(): H2OConf

    Permalink
  137. def setSslHostnameVerificationInInternalRestConnectionsEnabled(): H2OConf

    Permalink
  138. def setStacktraceCollectorInterval(interval: Int): H2OConf

    Permalink
  139. def setUserName(username: String): H2OConf

    Permalink
  140. def setVerifySslCertificates(verify: Boolean): H2OConf

    Permalink
  141. def sslCACert: Option[String]

    Permalink
  142. def sslConf: Option[String]

    Permalink
  143. def stacktraceCollectorInterval: Int

    Permalink
  144. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  145. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  146. def userName: Option[String]

    Permalink
  147. def verifySslCertificates: Boolean

    Permalink
  148. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  149. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  150. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped