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 jks: Option[String]
  51. def jksAlias: Option[String]
  52. def jksPass: Option[String]
  53. def kerberosLogin: Boolean
  54. def ldapLogin: Boolean
  55. def logDir: Option[String]
  56. def logLevel: String
  57. def loginConf: Option[String]
  58. def maxParallelScalaCellJobs: Int
  59. def mojoDestroyTimeout: Int
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. def nodeBasePort: Int
    Annotations
    @DeprecatedMethod( "basePort" , "3.34" )
  62. def nodeExtraProperties: Option[String]
    Annotations
    @DeprecatedMethod( "extraProperties" , "3.34" )
  63. def nodeNetworkMask: Option[String]
  64. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. def nthreads: Int
  67. def password: Option[String]
  68. def restApiTimeout: Int
  69. def runsInExternalClusterMode: Boolean
  70. def runsInInternalClusterMode: Boolean
  71. def scalaIntDefaultNum: Int
  72. def setAutoFlowSslDisabled(): H2OConf
  73. def setAutoFlowSslEnabled(): H2OConf
  74. def setBackendClusterMode(backendClusterMode: String): H2OConf
    Attributes
    protected
    Definition Classes
    SharedBackendConfExtensions
  75. def setBackendHeartbeatInterval(interval: Int): H2OConf
  76. def setBasePort(port: Int): H2OConf
  77. def setClientBasePort(basePort: Int): H2OConf
    Annotations
    @DeprecatedMethod( "setBasePort" , "3.34" )
  78. def setClientCheckRetryTimeout(timeout: Int): H2OConf
  79. def setClientExtraProperties(extraProperties: String): H2OConf
    Annotations
    @DeprecatedMethod( "setExtraProperties" , "3.34" )
  80. def setClientFlowBaseurlOverride(baseUrl: String): H2OConf
  81. def setClientIcedDir(icedDir: String): H2OConf
    Annotations
    @DeprecatedMethod( "setIcedDir" , "3.34" )
  82. def setClientIp(ip: String): H2OConf
  83. def setClientNetworkMask(mask: String): H2OConf
  84. def setClientVerboseDisabled(): H2OConf
  85. def setClientVerboseEnabled(): H2OConf
  86. def setClientWebPort(port: Int): H2OConf
  87. def setCloudName(cloudName: String): H2OConf
  88. def setCloudTimeout(timeout: Int): H2OConf
  89. def setClusterTopologyListenerDisabled(): H2OConf
  90. def setClusterTopologyListenerEnabled(): H2OConf
  91. def setContextPath(contextPath: String): H2OConf
  92. def setDefaultNumReplSessions(numSessions: Int): H2OConf
  93. def setExternalClusterMode(): H2OConf
  94. def setExtraProperties(extraProperties: String): H2OConf
  95. def setFailOnUnsupportedSparkParamDisabled(): H2OConf
  96. def setFailOnUnsupportedSparkParamEnabled(): H2OConf
  97. def setFlowDir(dir: String): H2OConf
  98. def setFlowExtraHttpHeaders(headers: Map[String, String]): H2OConf
  99. def setFlowExtraHttpHeaders(headers: HashMap[String, String]): H2OConf
  100. def setFlowExtraHttpHeaders(headers: String): H2OConf
  101. def setFlowScalaCellAsyncDisabled(): H2OConf
  102. def setFlowScalaCellAsyncEnabled(): H2OConf
  103. def setH2OClientLogDir(dir: String): H2OConf
    Annotations
    @DeprecatedMethod( "setLogDir" , "3.34" )
  104. def setH2OClientLogLevel(level: String): H2OConf
    Annotations
    @DeprecatedMethod( "setLogLevel" , "3.34" )
  105. def setH2ONodeLogDir(dir: String): H2OConf
    Annotations
    @DeprecatedMethod( "setLogDir" , "3.34" )
  106. def setH2ONodeLogLevel(level: String): H2OConf
    Annotations
    @DeprecatedMethod( "setLogLevel" , "3.34" )
  107. def setHashLoginDisabled(): H2OConf
  108. def setHashLoginEnabled(): H2OConf
  109. def setHiveHost(host: String): H2OConf
  110. def setHiveJdbcUrlPattern(pattern: String): H2OConf
  111. def setHivePrincipal(principal: String): H2OConf
  112. def setHiveToken(token: String): H2OConf
  113. def setIcedDir(dir: String): H2OConf
  114. def setInsecureXGBoostAllowed(): H2OConf
  115. def setInsecureXGBoostDenied(): H2OConf
  116. def setInternalClusterMode(): H2OConf

    Setters

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

Inherited from AnyRef

Inherited from Any

Ungrouped