Packages

trait SharedBackendConf extends SharedBackendConfExtensions

Shared configuration independent on used backend

Self Type
H2OConf
Linear Supertypes
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
    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 autoFlowSsl: Boolean
  6. def backendClusterMode: String

    Getters

  7. def backendHeartbeatInterval: Int
  8. def basePort: Int
  9. def clientBasePort: Int
    Annotations
    @DeprecatedMethod( "basePort" , "3.34" )
  10. def clientCheckRetryTimeout: Int
  11. def clientExtraProperties: Option[String]
    Annotations
    @DeprecatedMethod( "extraProperties" , "3.34" )
  12. def clientFlowBaseurlOverride: Option[String]
  13. def clientIcedDir: Option[String]
    Annotations
    @DeprecatedMethod( "icedDir" , "3.34" )
  14. def clientIp: Option[String]
  15. def clientNetworkMask: Option[String]
  16. def clientVerboseOutput: Boolean
  17. def clientWebPort: Int
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. def cloudName: Option[String]
  20. def cloudTimeout: Int
  21. def contextPath: Option[String]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def extraProperties: Option[String]
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def flowDir: Option[String]
  27. def flowExtraHttpHeaders: Option[String]
  28. def flowScalaCellAsync: Boolean
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def h2oClientLogDir: Option[String]
    Annotations
    @DeprecatedMethod( "logDir" , "3.34" )
  31. def h2oClientLogLevel: String
    Annotations
    @DeprecatedMethod( "logLevel" , "3.34" )
  32. def h2oNodeLogDir: Option[String]
    Annotations
    @DeprecatedMethod( "logDir" , "3.34" )
  33. def h2oNodeLogLevel: String
    Annotations
    @DeprecatedMethod( "logLevel" , "3.34" )
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def hashLogin: Boolean
  36. def hiveHost: Option[String]
  37. def hiveJdbcUrlPattern: Option[String]
  38. def hivePrincipal: Option[String]
  39. def hiveToken: Option[String]
  40. def icedDir: Option[String]
  41. def internalPortOffset: Int
  42. def isClusterTopologyListenerEnabled: Boolean
  43. def isFailOnUnsupportedSparkParamEnabled: Boolean
  44. def isH2OReplEnabled: Boolean
  45. def isInsecureXGBoostAllowed: Boolean
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. def isInternalSecureConnectionsEnabled: Boolean
  48. def isKerberizedHiveEnabled: Boolean
  49. def isSparkVersionCheckEnabled: Boolean
  50. def isSslCertificateVerificationInInternalRestConnectionsEnabled: Boolean
  51. def isSslHostnameVerificationInInternalRestConnectionsEnabled: Boolean
  52. def jks: Option[String]
  53. def jksAlias: Option[String]
  54. def jksPass: Option[String]
  55. def kerberosLogin: Boolean
  56. def ldapLogin: Boolean
  57. def logDir: Option[String]
  58. def logLevel: String
  59. def loginConf: Option[String]
  60. def maxParallelScalaCellJobs: Int
  61. def mojoDestroyTimeout: Int
  62. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. def nodeBasePort: Int
    Annotations
    @DeprecatedMethod( "basePort" , "3.34" )
  64. def nodeExtraProperties: Option[String]
    Annotations
    @DeprecatedMethod( "extraProperties" , "3.34" )
  65. def nodeNetworkMask: Option[String]
  66. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  68. def nthreads: Int
  69. def password: Option[String]
  70. def restApiTimeout: Int
  71. def runsInExternalClusterMode: Boolean
  72. def runsInInternalClusterMode: Boolean
  73. def scalaIntDefaultNum: Int
  74. def setAutoFlowSslDisabled(): H2OConf
  75. def setAutoFlowSslEnabled(): H2OConf
  76. def setBackendClusterMode(backendClusterMode: String): H2OConf
    Attributes
    protected
    Definition Classes
    SharedBackendConfExtensions
  77. def setBackendHeartbeatInterval(interval: Int): H2OConf
  78. def setBasePort(port: Int): H2OConf
  79. def setClientBasePort(basePort: Int): H2OConf
    Annotations
    @DeprecatedMethod( "setBasePort" , "3.34" )
  80. def setClientCheckRetryTimeout(timeout: Int): H2OConf
  81. def setClientExtraProperties(extraProperties: String): H2OConf
    Annotations
    @DeprecatedMethod( "setExtraProperties" , "3.34" )
  82. def setClientFlowBaseurlOverride(baseUrl: String): H2OConf
  83. def setClientIcedDir(icedDir: String): H2OConf
    Annotations
    @DeprecatedMethod( "setIcedDir" , "3.34" )
  84. def setClientIp(ip: String): H2OConf
  85. def setClientNetworkMask(mask: String): H2OConf
  86. def setClientVerboseDisabled(): H2OConf
  87. def setClientVerboseEnabled(): H2OConf
  88. def setClientWebPort(port: Int): H2OConf
  89. def setCloudName(cloudName: String): H2OConf
  90. def setCloudTimeout(timeout: Int): H2OConf
  91. def setClusterTopologyListenerDisabled(): H2OConf
  92. def setClusterTopologyListenerEnabled(): H2OConf
  93. def setContextPath(contextPath: String): H2OConf
  94. def setDefaultNumReplSessions(numSessions: Int): H2OConf
  95. def setExternalClusterMode(): H2OConf
  96. def setExtraProperties(extraProperties: String): H2OConf
  97. def setFailOnUnsupportedSparkParamDisabled(): H2OConf
  98. def setFailOnUnsupportedSparkParamEnabled(): H2OConf
  99. def setFlowDir(dir: String): H2OConf
  100. def setFlowExtraHttpHeaders(headers: Map[String, String]): H2OConf
  101. def setFlowExtraHttpHeaders(headers: HashMap[String, String]): H2OConf
  102. def setFlowExtraHttpHeaders(headers: String): H2OConf
  103. def setFlowScalaCellAsyncDisabled(): H2OConf
  104. def setFlowScalaCellAsyncEnabled(): H2OConf
  105. def setH2OClientLogDir(dir: String): H2OConf
    Annotations
    @DeprecatedMethod( "setLogDir" , "3.34" )
  106. def setH2OClientLogLevel(level: String): H2OConf
    Annotations
    @DeprecatedMethod( "setLogLevel" , "3.34" )
  107. def setH2ONodeLogDir(dir: String): H2OConf
    Annotations
    @DeprecatedMethod( "setLogDir" , "3.34" )
  108. def setH2ONodeLogLevel(level: String): H2OConf
    Annotations
    @DeprecatedMethod( "setLogLevel" , "3.34" )
  109. def setHashLoginDisabled(): H2OConf
  110. def setHashLoginEnabled(): H2OConf
  111. def setHiveHost(host: String): H2OConf
  112. def setHiveJdbcUrlPattern(pattern: String): H2OConf
  113. def setHivePrincipal(principal: String): H2OConf
  114. def setHiveToken(token: String): H2OConf
  115. def setIcedDir(dir: String): H2OConf
  116. def setInsecureXGBoostAllowed(): H2OConf
  117. def setInsecureXGBoostDenied(): H2OConf
  118. def setInternalClusterMode(): H2OConf

    Setters

  119. def setInternalPortOffset(offset: Int): H2OConf
  120. def setInternalSecureConnectionsDisabled(): H2OConf
  121. def setInternalSecureConnectionsEnabled(): H2OConf
  122. def setJks(path: String): H2OConf
  123. def setJksAlias(alias: String): H2OConf
  124. def setJksPass(password: String): H2OConf
  125. def setKerberizedHiveDisabled(): H2OConf
  126. def setKerberizedHiveEnabled(): H2OConf
  127. def setKerberosLoginDisabled(): H2OConf
  128. def setKerberosLoginEnabled(): H2OConf
  129. def setLdapLoginDisabled(): H2OConf
  130. def setLdapLoginEnabled(): H2OConf
  131. def setLogDir(dir: String): H2OConf
  132. def setLogLevel(level: String): H2OConf
  133. def setLoginConf(filePath: String): H2OConf
  134. def setMaxParallelScalaCellJobs(limit: Int): H2OConf
  135. def setMojoDestroyTimeout(timeoutInMilliseconds: Int): H2OConf
  136. def setNodeBasePort(port: Int): H2OConf
    Annotations
    @DeprecatedMethod( "setBasePort" , "3.34" )
  137. def setNodeExtraProperties(extraProperties: String): H2OConf
    Annotations
    @DeprecatedMethod( "setExtraProperties" , "3.34" )
  138. def setNodeNetworkMask(mask: String): H2OConf
  139. def setNthreads(numThreads: Int): H2OConf
  140. def setPassword(password: String): H2OConf
  141. def setReplDisabled(): H2OConf
  142. def setReplEnabled(): H2OConf
  143. def setRestApiTimeout(timeout: Int): H2OConf
  144. def setSparkVersionCheckDisabled(): H2OConf
  145. def setSparkVersionCheckEnabled(): H2OConf
  146. def setSslCACert(path: String): H2OConf
  147. def setSslCertificateVerificationInInternalRestConnectionsDisabled(): H2OConf
  148. def setSslCertificateVerificationInInternalRestConnectionsEnabled(): H2OConf
  149. def setSslConf(path: String): H2OConf
  150. def setSslHostnameVerificationInInternalRestConnectionsDisabled(): H2OConf
  151. def setSslHostnameVerificationInInternalRestConnectionsEnabled(): H2OConf
  152. def setStacktraceCollectorInterval(interval: Int): H2OConf
  153. def setUserName(username: String): H2OConf
  154. def setVerifySslCertificates(verify: Boolean): H2OConf
  155. def sslCACert: Option[String]
  156. def sslConf: Option[String]
  157. def stacktraceCollectorInterval: Int
  158. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  159. def toString(): String
    Definition Classes
    AnyRef → Any
  160. def userName: Option[String]
  161. def verifySslCertificates: Boolean
  162. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  163. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped