Packages

class H2OConf extends Logging with InternalBackendConf with ExternalBackendConf with Serializable

Configuration holder which is representing properties passed from user to Sparkling Water.

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OConf
  2. ExternalBackendConf
  3. ExternalBackendConfExtensions
  4. InternalBackendConf
  5. InternalBackendConfExtensions
  6. SharedBackendConf
  7. SharedBackendConfExtensions
  8. Logging
  9. Serializable
  10. Serializable
  11. Logging
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new H2OConf()
  2. new H2OConf(sparkConf: SparkConf)

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. def HDFSOutputDir: Option[String]
    Definition Classes
    ExternalBackendConf
  5. def YARNQueue: Option[String]
    Definition Classes
    ExternalBackendConf
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def autoFlowSsl: Boolean
    Definition Classes
    SharedBackendConf
  8. def backendClusterMode: String

    Getters

    Getters

    Definition Classes
    SharedBackendConf
  9. def backendHeartbeatInterval: Int
    Definition Classes
    SharedBackendConf
  10. def basePort: Int
    Definition Classes
    SharedBackendConf
  11. def clientBasePort: Int
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "basePort" , "3.34" )
  12. def clientCheckRetryTimeout: Int
    Definition Classes
    SharedBackendConf
  13. def clientExtraProperties: Option[String]
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "extraProperties" , "3.34" )
  14. def clientFlowBaseurlOverride: Option[String]
    Definition Classes
    SharedBackendConf
  15. def clientIcedDir: Option[String]
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "icedDir" , "3.34" )
  16. def clientIp: Option[String]
    Definition Classes
    SharedBackendConf
  17. def clientNetworkMask: Option[String]
    Definition Classes
    SharedBackendConf
  18. def clientVerboseOutput: Boolean
    Definition Classes
    SharedBackendConf
  19. def clientWebPort: Int
    Definition Classes
    SharedBackendConf
  20. def clone(): H2OConf

    Copy this object

    Copy this object

    Definition Classes
    H2OConf → AnyRef
  21. def cloudName: Option[String]
    Definition Classes
    SharedBackendConf
  22. def cloudTimeout: Int
    Definition Classes
    SharedBackendConf
  23. def clusterInfoFile: Option[String]
    Definition Classes
    ExternalBackendConf
  24. def clusterSize: Option[String]
    Definition Classes
    ExternalBackendConf
  25. def clusterStartMode: String
    Definition Classes
    ExternalBackendConf
  26. def clusterStartTimeout: Int
    Definition Classes
    ExternalBackendConf
  27. def contains(key: String): Boolean
  28. def contextPath: Option[String]
    Definition Classes
    SharedBackendConf
  29. def defaultCloudSize: Int
    Definition Classes
    InternalBackendConf
  30. def drddMulFactor: Int
    Definition Classes
    InternalBackendConf
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def externalAutoStartBackend: String
    Definition Classes
    ExternalBackendConf
  34. def externalBackendStopTimeout: Int
    Definition Classes
    ExternalBackendConf
  35. def externalCommunicationCompression: String
    Definition Classes
    ExternalBackendConf
  36. def externalConfString: String
  37. def externalExtraJars: Option[String]
    Definition Classes
    ExternalBackendConf
  38. def externalExtraMemoryPercent: Int
    Definition Classes
    ExternalBackendConf
  39. def externalH2ODriverIf: Option[String]
    Definition Classes
    ExternalBackendConf
  40. def externalH2ODriverPort: Option[String]
    Definition Classes
    ExternalBackendConf
  41. def externalH2ODriverPortRange: Option[String]
    Definition Classes
    ExternalBackendConf
  42. def externalHadoopExecutable: String
    Definition Classes
    ExternalBackendConf
  43. def externalK8sDockerImage: String
    Definition Classes
    ExternalBackendConf
  44. def externalK8sDomain: String
    Definition Classes
    ExternalBackendConf
  45. def externalK8sH2OApiPort: Int
    Definition Classes
    ExternalBackendConf
  46. def externalK8sH2OLabel: String
    Definition Classes
    ExternalBackendConf
  47. def externalK8sH2OServiceName: String
    Definition Classes
    ExternalBackendConf
  48. def externalK8sH2OStatefulsetName: String
    Definition Classes
    ExternalBackendConf
  49. def externalK8sNamespace: String
    Definition Classes
    ExternalBackendConf
  50. def externalK8sServiceTimeout: Int
    Definition Classes
    ExternalBackendConf
  51. def externalMemory: String
    Definition Classes
    ExternalBackendConf
  52. def extraClusterNodes: Boolean
    Definition Classes
    InternalBackendConf
  53. def extraProperties: Option[String]
    Definition Classes
    SharedBackendConf
  54. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  55. def flowDir: Option[String]
    Definition Classes
    SharedBackendConf
  56. def flowExtraHttpHeaders: Option[String]
    Definition Classes
    SharedBackendConf
  57. def flowScalaCellAsync: Boolean
    Definition Classes
    SharedBackendConf
  58. def get(key: String, defaultValue: String): String

    Get a parameter, falling back to a default if not set

  59. def get(key: String): String

    Get a parameter; throws a NoSuchElementException if it's not set

  60. def getAll: Array[(String, String)]

    Get all parameters as a list of pairs

  61. def getBoolean(key: String, defaultValue: Boolean): Boolean

    Get a parameter as a boolean, falling back to a default if not set

  62. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  63. def getDouble(key: String, defaultValue: Double): Double

    Get a parameter as a double, falling back to a default if not set

  64. def getInt(key: String, defaultValue: Int): Int

    Get a parameter as an integer, falling back to a default if not set

  65. def getLong(key: String, defaultValue: Long): Long

    Get a parameter as a long, falling back to a default if not set

  66. def getOption(key: String): Option[String]

    Get a parameter as an Option

  67. def getScheme(): String
  68. def h2oClientLogDir: Option[String]
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "logDir" , "3.34" )
  69. def h2oClientLogLevel: String
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "logLevel" , "3.34" )
  70. def h2oCluster: Option[String]

    Getters

    Getters

    Definition Classes
    ExternalBackendConf
  71. def h2oClusterHost: Option[String]
    Definition Classes
    ExternalBackendConf
  72. def h2oClusterPort: Option[Int]
    Definition Classes
    ExternalBackendConf
  73. def h2oDriverPath: Option[String]
    Definition Classes
    ExternalBackendConf
  74. def h2oNodeLogDir: Option[String]
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "logDir" , "3.34" )
  75. def h2oNodeLogLevel: String
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "logLevel" , "3.34" )
  76. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  77. def hashLogin: Boolean
    Definition Classes
    SharedBackendConf
  78. def hdfsConf: Option[String]
    Definition Classes
    InternalBackendConf
  79. def hiveHost: Option[String]
    Definition Classes
    SharedBackendConf
  80. def hiveJdbcUrlPattern: Option[String]
    Definition Classes
    SharedBackendConf
  81. def hivePrincipal: Option[String]
    Definition Classes
    SharedBackendConf
  82. def hiveToken: Option[String]
    Definition Classes
    SharedBackendConf
  83. def icedDir: Option[String]
    Definition Classes
    SharedBackendConf
  84. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  85. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  86. def internalConfString: String
  87. def internalPortOffset: Int
    Definition Classes
    SharedBackendConf
  88. def isAutoClusterStartUsed: Boolean
    Definition Classes
    ExternalBackendConf
  89. def isClusterTopologyListenerEnabled: Boolean
    Definition Classes
    SharedBackendConf
  90. def isFailOnUnsupportedSparkParamEnabled: Boolean
    Definition Classes
    SharedBackendConf
  91. def isH2OReplEnabled: Boolean
    Definition Classes
    SharedBackendConf
  92. def isInsecureXGBoostAllowed: Boolean
    Definition Classes
    SharedBackendConf
  93. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  94. def isInternalSecureConnectionsEnabled: Boolean
    Definition Classes
    SharedBackendConf
  95. def isKerberizedHiveEnabled: Boolean
    Definition Classes
    SharedBackendConf
  96. def isKillOnUnhealthyClusterEnabled: Boolean
    Definition Classes
    ExternalBackendConf
  97. def isManualClusterStartUsed: Boolean
    Definition Classes
    ExternalBackendConf
  98. def isSparkVersionCheckEnabled: Boolean
    Definition Classes
    SharedBackendConf
  99. def isSslCertificateVerificationInInternalRestConnectionsEnabled: Boolean
    Definition Classes
    SharedBackendConf
  100. def isSslHostnameVerificationInInternalRestConnectionsEnabled: Boolean
    Definition Classes
    SharedBackendConf
  101. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  102. def jks: Option[String]
    Definition Classes
    SharedBackendConf
  103. def jksAlias: Option[String]
    Definition Classes
    SharedBackendConf
  104. def jksPass: Option[String]
    Definition Classes
    SharedBackendConf
  105. def kerberosKeytab: Option[String]
    Definition Classes
    ExternalBackendConf
  106. def kerberosLogin: Boolean
    Definition Classes
    SharedBackendConf
  107. def kerberosPrincipal: Option[String]
    Definition Classes
    ExternalBackendConf
  108. def ldapLogin: Boolean
    Definition Classes
    SharedBackendConf
  109. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  110. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  111. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  112. def logDir: Option[String]
    Definition Classes
    SharedBackendConf
  113. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  114. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  115. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  116. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  117. def logLevel: String
    Definition Classes
    SharedBackendConf
  118. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  119. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  120. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  121. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  122. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  123. def loginConf: Option[String]
    Definition Classes
    SharedBackendConf
  124. def mapperXmx: String
    Definition Classes
    ExternalBackendConf
    Annotations
    @DeprecatedMethod( "externalMemory" , "3.34" )
  125. def maxParallelScalaCellJobs: Int
    Definition Classes
    SharedBackendConf
  126. def mojoDestroyTimeout: Int
    Definition Classes
    SharedBackendConf
  127. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  128. def nodeBasePort: Int
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "basePort" , "3.34" )
  129. def nodeExtraProperties: Option[String]
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "extraProperties" , "3.34" )
  130. def nodeIcedDir: Option[String]
    Definition Classes
    InternalBackendConf
    Annotations
    @DeprecatedMethod( "icedDir" , "3.34" )
  131. def nodeNetworkMask: Option[String]
    Definition Classes
    SharedBackendConf
  132. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  133. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  134. def nthreads: Int
    Definition Classes
    SharedBackendConf
  135. def numH2OWorkers: Option[Int]

    Getters

    Getters

    Definition Classes
    InternalBackendConf
  136. def numRddRetries: Int
    Definition Classes
    InternalBackendConf
  137. def password: Option[String]
    Definition Classes
    SharedBackendConf
  138. def remove(key: String): H2OConf

    Remove a parameter from the configuration

  139. def restApiTimeout: Int
    Definition Classes
    SharedBackendConf
  140. def runAsUser: Option[String]
    Definition Classes
    ExternalBackendConf
  141. def runsInExternalClusterMode: Boolean
    Definition Classes
    SharedBackendConf
  142. def runsInInternalClusterMode: Boolean
    Definition Classes
    SharedBackendConf
  143. def scalaIntDefaultNum: Int
    Definition Classes
    SharedBackendConf
  144. def set(key: String, value: Boolean): H2OConf
  145. def set(key: String, value: String): H2OConf

    Set a configuration variable.

  146. def setAll(settings: Traversable[(String, String)]): H2OConf

    Set multiple parameters together

  147. def setAutoFlowSslDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  148. def setAutoFlowSslEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  149. def setBackendClusterMode(backendClusterMode: String): H2OConf
    Attributes
    protected
    Definition Classes
    SharedBackendConfExtensions
  150. def setBackendHeartbeatInterval(interval: Int): H2OConf
    Definition Classes
    SharedBackendConf
  151. def setBasePort(port: Int): H2OConf
    Definition Classes
    SharedBackendConf
  152. def setClientBasePort(basePort: Int): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setBasePort" , "3.34" )
  153. def setClientCheckRetryTimeout(timeout: Int): H2OConf
    Definition Classes
    SharedBackendConf
  154. def setClientExtraProperties(extraProperties: String): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setExtraProperties" , "3.34" )
  155. def setClientFlowBaseurlOverride(baseUrl: String): H2OConf
    Definition Classes
    SharedBackendConf
  156. def setClientIcedDir(icedDir: String): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setIcedDir" , "3.34" )
  157. def setClientIp(ip: String): H2OConf
    Definition Classes
    SharedBackendConf
  158. def setClientNetworkMask(mask: String): H2OConf
    Definition Classes
    SharedBackendConf
  159. def setClientVerboseDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  160. def setClientVerboseEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  161. def setClientWebPort(port: Int): H2OConf
    Definition Classes
    SharedBackendConf
  162. def setCloudName(cloudName: String): H2OConf
    Definition Classes
    SharedBackendConf
  163. def setCloudTimeout(timeout: Int): H2OConf
    Definition Classes
    SharedBackendConf
  164. def setClusterInfoFile(path: String): H2OConf
    Definition Classes
    ExternalBackendConf
  165. def setClusterSize(clusterSize: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  166. def setClusterStartTimeout(clusterStartTimeout: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  167. def setClusterTopologyListenerDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  168. def setClusterTopologyListenerEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  169. def setContextPath(contextPath: String): H2OConf
    Definition Classes
    SharedBackendConf
  170. def setDefaultCloudSize(defaultClusterSize: Int): H2OConf
    Definition Classes
    InternalBackendConf
  171. def setDefaultNumReplSessions(numSessions: Int): H2OConf
    Definition Classes
    SharedBackendConf
  172. def setDrddMulFactor(factor: Int): H2OConf
    Definition Classes
    InternalBackendConf
  173. def setExternalAutoStartBackend(backend: String): H2OConf
    Definition Classes
    ExternalBackendConf
  174. def setExternalBackendStopTimeout(timeout: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  175. def setExternalClusterMode(): H2OConf
    Definition Classes
    SharedBackendConf
  176. def setExternalCommunicationCompression(compressionType: String): H2OConf
    Definition Classes
    ExternalBackendConf
  177. def setExternalExtraJars(paths: Seq[String]): H2OConf
    Definition Classes
    ExternalBackendConf
  178. def setExternalExtraJars(paths: ArrayList[String]): H2OConf
    Definition Classes
    ExternalBackendConf
  179. def setExternalExtraJars(commaSeparatedPaths: String): H2OConf
    Definition Classes
    ExternalBackendConf
  180. def setExternalExtraMemoryPercent(memoryPercent: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  181. def setExternalH2ODriverIf(iface: String): H2OConf
    Definition Classes
    ExternalBackendConf
  182. def setExternalH2ODriverPort(port: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  183. def setExternalH2ODriverPortRange(portRange: String): H2OConf
    Definition Classes
    ExternalBackendConf
  184. def setExternalHadoopExecutable(executable: String): H2OConf
    Definition Classes
    ExternalBackendConf
  185. def setExternalK8sDockerImage(name: String): H2OConf
    Definition Classes
    ExternalBackendConf
  186. def setExternalK8sDomain(domain: String): H2OConf
    Definition Classes
    ExternalBackendConf
  187. def setExternalK8sH2OApiPort(port: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  188. def setExternalK8sH2OLabel(label: String): H2OConf
    Definition Classes
    ExternalBackendConf
  189. def setExternalK8sH2OServiceName(serviceName: String): H2OConf
    Definition Classes
    ExternalBackendConf
  190. def setExternalK8sH2OStatefulsetName(statefulsetName: String): H2OConf
    Definition Classes
    ExternalBackendConf
  191. def setExternalK8sNamespace(namespace: String): H2OConf
    Definition Classes
    ExternalBackendConf
  192. def setExternalK8sServiceTimeout(timeout: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  193. def setExternalMemory(memory: String): H2OConf
    Definition Classes
    ExternalBackendConf
  194. def setExtraProperties(extraProperties: String): H2OConf
    Definition Classes
    SharedBackendConf
  195. def setFailOnUnsupportedSparkParamDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  196. def setFailOnUnsupportedSparkParamEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  197. def setFlowDir(dir: String): H2OConf
    Definition Classes
    SharedBackendConf
  198. def setFlowExtraHttpHeaders(headers: Map[String, String]): H2OConf
    Definition Classes
    SharedBackendConf
  199. def setFlowExtraHttpHeaders(headers: HashMap[String, String]): H2OConf
    Definition Classes
    SharedBackendConf
  200. def setFlowExtraHttpHeaders(headers: String): H2OConf
    Definition Classes
    SharedBackendConf
  201. def setFlowScalaCellAsyncDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  202. def setFlowScalaCellAsyncEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  203. def setH2OClientLogDir(dir: String): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setLogDir" , "3.34" )
  204. def setH2OClientLogLevel(level: String): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setLogLevel" , "3.34" )
  205. def setH2OCluster(hostPort: String): H2OConf
    Definition Classes
    ExternalBackendConf
  206. def setH2OCluster(host: String, port: Int): H2OConf

    Sets node and port representing H2O Cluster to which should H2O connect when started in external mode.

    Sets node and port representing H2O Cluster to which should H2O connect when started in external mode. This method automatically sets external cluster mode

    host

    host representing the cluster

    port

    port representing the cluster

    returns

    H2O Configuration

    Definition Classes
    ExternalBackendConf
  207. def setH2ODriverPath(path: String): H2OConf
    Definition Classes
    ExternalBackendConf
  208. def setH2ONodeLogDir(dir: String): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setLogDir" , "3.34" )
  209. def setH2ONodeLogLevel(level: String): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setLogLevel" , "3.34" )
  210. def setHDFSOutputDir(dir: String): H2OConf
    Definition Classes
    ExternalBackendConf
  211. def setHashLoginDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  212. def setHashLoginEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  213. def setHdfsConf(conf: Configuration): H2OConf
    Definition Classes
    InternalBackendConf
  214. def setHdfsConf(path: String): H2OConf
    Definition Classes
    InternalBackendConf
  215. def setHiveHost(host: String): H2OConf
    Definition Classes
    SharedBackendConf
  216. def setHiveJdbcUrlPattern(pattern: String): H2OConf
    Definition Classes
    SharedBackendConf
  217. def setHivePrincipal(principal: String): H2OConf
    Definition Classes
    SharedBackendConf
  218. def setHiveToken(token: String): H2OConf
    Definition Classes
    SharedBackendConf
  219. def setIcedDir(dir: String): H2OConf
    Definition Classes
    SharedBackendConf
  220. def setInsecureXGBoostAllowed(): H2OConf
    Definition Classes
    SharedBackendConf
  221. def setInsecureXGBoostDenied(): H2OConf
    Definition Classes
    SharedBackendConf
  222. def setInternalClusterMode(): H2OConf

    Setters

    Setters

    Definition Classes
    SharedBackendConf
  223. def setInternalPortOffset(offset: Int): H2OConf
    Definition Classes
    SharedBackendConf
  224. def setInternalSecureConnectionsDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  225. def setInternalSecureConnectionsEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  226. def setJks(path: String): H2OConf
    Definition Classes
    SharedBackendConf
  227. def setJksAlias(alias: String): H2OConf
    Definition Classes
    SharedBackendConf
  228. def setJksPass(password: String): H2OConf
    Definition Classes
    SharedBackendConf
  229. def setKerberizedHiveDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  230. def setKerberizedHiveEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  231. def setKerberosKeytab(path: String): H2OConf
    Definition Classes
    ExternalBackendConf
  232. def setKerberosLoginDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  233. def setKerberosLoginEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  234. def setKerberosPrincipal(principal: String): H2OConf
    Definition Classes
    ExternalBackendConf
  235. def setKillOnUnhealthyClusterDisabled(): H2OConf
    Definition Classes
    ExternalBackendConf
  236. def setKillOnUnhealthyClusterEnabled(): H2OConf
    Definition Classes
    ExternalBackendConf
  237. def setLdapLoginDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  238. def setLdapLoginEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  239. def setLogDir(dir: String): H2OConf
    Definition Classes
    SharedBackendConf
  240. def setLogLevel(level: String): H2OConf
    Definition Classes
    SharedBackendConf
  241. def setLoginConf(filePath: String): H2OConf
    Definition Classes
    SharedBackendConf
  242. def setMapperXmx(mem: String): H2OConf
    Definition Classes
    ExternalBackendConf
    Annotations
    @DeprecatedMethod( "setExternalMemory" , "3.34" )
  243. def setMaxParallelScalaCellJobs(limit: Int): H2OConf
    Definition Classes
    SharedBackendConf
  244. def setMojoDestroyTimeout(timeoutInMilliseconds: Int): H2OConf
    Definition Classes
    SharedBackendConf
  245. def setNodeBasePort(port: Int): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setBasePort" , "3.34" )
  246. def setNodeExtraProperties(extraProperties: String): H2OConf
    Definition Classes
    SharedBackendConf
    Annotations
    @DeprecatedMethod( "setExtraProperties" , "3.34" )
  247. def setNodeIcedDir(dir: String): H2OConf
    Definition Classes
    InternalBackendConf
    Annotations
    @DeprecatedMethod( "setIcedDir" , "3.34" )
  248. def setNodeNetworkMask(mask: String): H2OConf
    Definition Classes
    SharedBackendConf
  249. def setNthreads(numThreads: Int): H2OConf
    Definition Classes
    SharedBackendConf
  250. def setNumH2OWorkers(numWorkers: Int): H2OConf

    Setters

    Setters

    Definition Classes
    InternalBackendConf
  251. def setNumRddRetries(retries: Int): H2OConf
    Definition Classes
    InternalBackendConf
  252. def setPassword(password: String): H2OConf
    Definition Classes
    SharedBackendConf
  253. def setReplDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  254. def setReplEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  255. def setRestApiTimeout(timeout: Int): H2OConf
    Definition Classes
    SharedBackendConf
  256. def setRunAsUser(user: String): H2OConf
    Definition Classes
    ExternalBackendConf
  257. def setSparkVersionCheckDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  258. def setSparkVersionCheckEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  259. def setSpreadRddRetriesTimeout(timeout: Int): H2OConf
    Definition Classes
    InternalBackendConf
  260. def setSslCACert(path: String): H2OConf
    Definition Classes
    SharedBackendConf
  261. def setSslCertificateVerificationInInternalRestConnectionsDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  262. def setSslCertificateVerificationInInternalRestConnectionsEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  263. def setSslConf(path: String): H2OConf
    Definition Classes
    SharedBackendConf
  264. def setSslHostnameVerificationInInternalRestConnectionsDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  265. def setSslHostnameVerificationInInternalRestConnectionsEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  266. def setStacktraceCollectorInterval(interval: Int): H2OConf
    Definition Classes
    SharedBackendConf
  267. def setSubseqTries(subseqTriesNum: Int): H2OConf
    Definition Classes
    InternalBackendConf
  268. def setUserName(username: String): H2OConf
    Definition Classes
    SharedBackendConf
  269. def setVerifySslCertificates(verify: Boolean): H2OConf
    Definition Classes
    SharedBackendConf
  270. def setYARNQueue(queueName: String): H2OConf
    Definition Classes
    ExternalBackendConf
  271. val sparkConf: SparkConf
  272. def spreadRddRetriesTimeout: Int
    Definition Classes
    InternalBackendConf
  273. def sslCACert: Option[String]
    Definition Classes
    SharedBackendConf
  274. def sslConf: Option[String]
    Definition Classes
    SharedBackendConf
  275. def stacktraceCollectorInterval: Int
    Definition Classes
    SharedBackendConf
  276. def subseqTries: Int
    Definition Classes
    InternalBackendConf
  277. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  278. def toString(): String
    Definition Classes
    H2OConf → AnyRef → Any
  279. def useAutoClusterStart(): H2OConf
    Definition Classes
    ExternalBackendConf
  280. def useManualClusterStart(): H2OConf
    Definition Classes
    ExternalBackendConf
  281. def userName: Option[String]
    Definition Classes
    SharedBackendConf
  282. def verifySslCertificates: Boolean
    Definition Classes
    SharedBackendConf
  283. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  284. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  285. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ExternalBackendConf

Inherited from InternalBackendConf

Inherited from SharedBackendConf

Inherited from Logging

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped