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 clientCheckRetryTimeout: Int
    Definition Classes
    SharedBackendConf
  12. def clientFlowBaseurlOverride: Option[String]
    Definition Classes
    SharedBackendConf
  13. def clientIp: Option[String]
    Definition Classes
    SharedBackendConf
  14. def clientNetworkMask: Option[String]
    Definition Classes
    SharedBackendConf
  15. def clientVerboseOutput: Boolean
    Definition Classes
    SharedBackendConf
  16. def clientWebPort: Int
    Definition Classes
    SharedBackendConf
  17. def clone(): H2OConf

    Copy this object

    Copy this object

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

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

  58. def get(key: String): String

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

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

    Get all parameters as a list of pairs

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

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

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

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

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

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

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

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

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

    Get a parameter as an Option

  66. def getScheme(): String
  67. def h2oCluster: Option[String]

    Getters

    Getters

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

    Getters

    Getters

    Definition Classes
    InternalBackendConf
  128. def numRddRetries: Int
    Definition Classes
    InternalBackendConf
  129. def password: Option[String]
    Definition Classes
    SharedBackendConf
  130. def remove(key: String): H2OConf

    Remove a parameter from the configuration

  131. def restApiTimeout: Int
    Definition Classes
    SharedBackendConf
  132. def runAsUser: Option[String]
    Definition Classes
    ExternalBackendConf
  133. def runsInExternalClusterMode: Boolean
    Definition Classes
    SharedBackendConf
  134. def runsInInternalClusterMode: Boolean
    Definition Classes
    SharedBackendConf
  135. def scalaIntDefaultNum: Int
    Definition Classes
    SharedBackendConf
  136. def set(key: String, value: Boolean): H2OConf
  137. def set(key: String, value: String): H2OConf

    Set a configuration variable.

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

    Set multiple parameters together

  139. def setAutoFlowSslDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  140. def setAutoFlowSslEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  141. def setBackendClusterMode(backendClusterMode: String): H2OConf
    Attributes
    protected
    Definition Classes
    SharedBackendConfExtensions
  142. def setBackendHeartbeatInterval(interval: Int): H2OConf
    Definition Classes
    SharedBackendConf
  143. def setBasePort(port: Int): H2OConf
    Definition Classes
    SharedBackendConf
  144. def setClientCheckRetryTimeout(timeout: Int): H2OConf
    Definition Classes
    SharedBackendConf
  145. def setClientFlowBaseurlOverride(baseUrl: String): H2OConf
    Definition Classes
    SharedBackendConf
  146. def setClientIp(ip: String): H2OConf
    Definition Classes
    SharedBackendConf
  147. def setClientNetworkMask(mask: String): H2OConf
    Definition Classes
    SharedBackendConf
  148. def setClientVerboseDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  149. def setClientVerboseEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  150. def setClientWebPort(port: Int): H2OConf
    Definition Classes
    SharedBackendConf
  151. def setCloudName(cloudName: String): H2OConf
    Definition Classes
    SharedBackendConf
  152. def setCloudTimeout(timeout: Int): H2OConf
    Definition Classes
    SharedBackendConf
  153. def setClusterInfoFile(path: String): H2OConf
    Definition Classes
    ExternalBackendConf
  154. def setClusterSize(clusterSize: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  155. def setClusterStartTimeout(clusterStartTimeout: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  156. def setClusterTopologyListenerDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  157. def setClusterTopologyListenerEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  158. def setContextPath(contextPath: String): H2OConf
    Definition Classes
    SharedBackendConf
  159. def setDefaultCloudSize(defaultClusterSize: Int): H2OConf
    Definition Classes
    InternalBackendConf
  160. def setDefaultNumReplSessions(numSessions: Int): H2OConf
    Definition Classes
    SharedBackendConf
  161. def setDirectIpConfigurationDisabled(): H2OConf
    Definition Classes
    InternalBackendConf
  162. def setDirectIpConfigurationEnabled(): H2OConf
    Definition Classes
    InternalBackendConf
  163. def setDrddMulFactor(factor: Int): H2OConf
    Definition Classes
    InternalBackendConf
  164. def setExternalAutoStartBackend(backend: String): H2OConf
    Definition Classes
    ExternalBackendConf
  165. def setExternalBackendStopTimeout(timeout: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  166. def setExternalClusterMode(): H2OConf
    Definition Classes
    SharedBackendConf
  167. def setExternalCommunicationCompression(compressionType: String): H2OConf
    Definition Classes
    ExternalBackendConf
  168. def setExternalExtraJars(paths: Seq[String]): H2OConf
    Definition Classes
    ExternalBackendConf
  169. def setExternalExtraJars(paths: ArrayList[String]): H2OConf
    Definition Classes
    ExternalBackendConf
  170. def setExternalExtraJars(commaSeparatedPaths: String): H2OConf
    Definition Classes
    ExternalBackendConf
  171. def setExternalExtraMemoryPercent(memoryPercent: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  172. def setExternalH2ODriverIf(iface: String): H2OConf
    Definition Classes
    ExternalBackendConf
  173. def setExternalH2ODriverPort(port: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  174. def setExternalH2ODriverPortRange(portRange: String): H2OConf
    Definition Classes
    ExternalBackendConf
  175. def setExternalHadoopExecutable(executable: String): H2OConf
    Definition Classes
    ExternalBackendConf
  176. def setExternalK8sDockerImage(name: String): H2OConf
    Definition Classes
    ExternalBackendConf
  177. def setExternalK8sDomain(domain: String): H2OConf
    Definition Classes
    ExternalBackendConf
  178. def setExternalK8sH2OApiPort(port: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  179. def setExternalK8sH2OLabel(label: String): H2OConf
    Definition Classes
    ExternalBackendConf
  180. def setExternalK8sH2OServiceName(serviceName: String): H2OConf
    Definition Classes
    ExternalBackendConf
  181. def setExternalK8sH2OStatefulsetName(statefulsetName: String): H2OConf
    Definition Classes
    ExternalBackendConf
  182. def setExternalK8sNamespace(namespace: String): H2OConf
    Definition Classes
    ExternalBackendConf
  183. def setExternalK8sServiceTimeout(timeout: Int): H2OConf
    Definition Classes
    ExternalBackendConf
  184. def setExternalMemory(memory: String): H2OConf
    Definition Classes
    ExternalBackendConf
  185. def setExtraClusterNodesDisabled(): H2OConf
    Definition Classes
    InternalBackendConf
  186. def setExtraClusterNodesEnabled(): H2OConf
    Definition Classes
    InternalBackendConf
  187. def setExtraProperties(extraProperties: String): H2OConf
    Definition Classes
    SharedBackendConf
  188. def setFailOnUnsupportedSparkParamDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  189. def setFailOnUnsupportedSparkParamEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  190. def setFlowDir(dir: String): H2OConf
    Definition Classes
    SharedBackendConf
  191. def setFlowExtraHttpHeaders(headers: Map[String, String]): H2OConf
    Definition Classes
    SharedBackendConf
  192. def setFlowExtraHttpHeaders(headers: HashMap[String, String]): H2OConf
    Definition Classes
    SharedBackendConf
  193. def setFlowExtraHttpHeaders(headers: String): H2OConf
    Definition Classes
    SharedBackendConf
  194. def setFlowProxyRequestMaxSize(value: Int): H2OConf
    Definition Classes
    SharedBackendConf
  195. def setFlowProxyResponseMaxSize(value: Int): H2OConf
    Definition Classes
    SharedBackendConf
  196. def setFlowScalaCellAsyncDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  197. def setFlowScalaCellAsyncEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  198. def setH2OCluster(hostPort: String): H2OConf
    Definition Classes
    ExternalBackendConf
  199. 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
  200. def setH2ODriverPath(path: String): H2OConf
    Definition Classes
    ExternalBackendConf
  201. def setHDFSOutputDir(dir: String): H2OConf
    Definition Classes
    ExternalBackendConf
  202. def setHashLoginDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  203. def setHashLoginEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  204. def setHdfsConf(conf: Configuration): H2OConf
    Definition Classes
    InternalBackendConf
  205. def setHdfsConf(path: String): H2OConf
    Definition Classes
    InternalBackendConf
  206. def setHiveHost(host: String): H2OConf
    Definition Classes
    SharedBackendConf
  207. def setHiveJdbcUrlPattern(pattern: String): H2OConf
    Definition Classes
    SharedBackendConf
  208. def setHivePrincipal(principal: String): H2OConf
    Definition Classes
    SharedBackendConf
  209. def setHiveToken(token: String): H2OConf
    Definition Classes
    SharedBackendConf
  210. def setIcedDir(dir: String): H2OConf
    Definition Classes
    SharedBackendConf
  211. def setInsecureXGBoostAllowed(): H2OConf
    Definition Classes
    SharedBackendConf
  212. def setInsecureXGBoostDenied(): H2OConf
    Definition Classes
    SharedBackendConf
  213. def setInternalClusterMode(): H2OConf

    Setters

    Setters

    Definition Classes
    SharedBackendConf
  214. def setInternalPortOffset(offset: Int): H2OConf
    Definition Classes
    SharedBackendConf
  215. def setInternalSecureConnectionsDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  216. def setInternalSecureConnectionsEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  217. def setJks(path: String): H2OConf
    Definition Classes
    SharedBackendConf
  218. def setJksAlias(alias: String): H2OConf
    Definition Classes
    SharedBackendConf
  219. def setJksPass(password: String): H2OConf
    Definition Classes
    SharedBackendConf
  220. def setKerberizedHiveDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  221. def setKerberizedHiveEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  222. def setKerberosKeytab(path: String): H2OConf
    Definition Classes
    ExternalBackendConf
  223. def setKerberosLoginDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  224. def setKerberosLoginEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  225. def setKerberosPrincipal(principal: String): H2OConf
    Definition Classes
    ExternalBackendConf
  226. def setKillOnUnhealthyClusterDisabled(): H2OConf
    Definition Classes
    ExternalBackendConf
  227. def setKillOnUnhealthyClusterEnabled(): H2OConf
    Definition Classes
    ExternalBackendConf
  228. def setLdapLoginDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  229. def setLdapLoginEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  230. def setLogDir(dir: String): H2OConf
    Definition Classes
    SharedBackendConf
  231. def setLogLevel(level: String): H2OConf
    Definition Classes
    SharedBackendConf
  232. def setLoginConf(filePath: String): H2OConf
    Definition Classes
    SharedBackendConf
  233. def setMaxParallelScalaCellJobs(limit: Int): H2OConf
    Definition Classes
    SharedBackendConf
  234. def setMojoDestroyTimeout(timeoutInMilliseconds: Int): H2OConf
    Definition Classes
    SharedBackendConf
  235. def setNodeNetworkMask(mask: String): H2OConf
    Definition Classes
    SharedBackendConf
  236. def setNthreads(numThreads: Int): H2OConf
    Definition Classes
    SharedBackendConf
  237. def setNumH2OWorkers(numWorkers: Int): H2OConf

    Setters

    Setters

    Definition Classes
    InternalBackendConf
  238. def setNumRddRetries(retries: Int): H2OConf
    Definition Classes
    InternalBackendConf
  239. def setPassword(password: String): H2OConf
    Definition Classes
    SharedBackendConf
  240. def setReplDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  241. def setReplEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  242. def setRestApiTimeout(timeout: Int): H2OConf
    Definition Classes
    SharedBackendConf
  243. def setRunAsUser(user: String): H2OConf
    Definition Classes
    ExternalBackendConf
  244. def setSparkVersionCheckDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  245. def setSparkVersionCheckEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  246. def setSpreadRddRetriesTimeout(timeout: Int): H2OConf
    Definition Classes
    InternalBackendConf
  247. def setSslCACert(path: String): H2OConf
    Definition Classes
    SharedBackendConf
  248. def setSslCertificateVerificationInInternalRestConnectionsDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  249. def setSslCertificateVerificationInInternalRestConnectionsEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  250. def setSslConf(path: String): H2OConf
    Definition Classes
    SharedBackendConf
  251. def setSslHostnameVerificationInInternalRestConnectionsDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  252. def setSslHostnameVerificationInInternalRestConnectionsEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  253. def setStacktraceCollectorInterval(interval: Int): H2OConf
    Definition Classes
    SharedBackendConf
  254. def setSubseqTries(subseqTriesNum: Int): H2OConf
    Definition Classes
    InternalBackendConf
  255. def setUserName(username: String): H2OConf
    Definition Classes
    SharedBackendConf
  256. def setVerifySslCertificates(verify: Boolean): H2OConf
    Definition Classes
    SharedBackendConf
  257. def setYARNQueue(queueName: String): H2OConf
    Definition Classes
    ExternalBackendConf
  258. val sparkConf: SparkConf
  259. def spreadRddRetriesTimeout: Int
    Definition Classes
    InternalBackendConf
  260. def sslCACert: Option[String]
    Definition Classes
    SharedBackendConf
  261. def sslConf: Option[String]
    Definition Classes
    SharedBackendConf
  262. def stacktraceCollectorInterval: Int
    Definition Classes
    SharedBackendConf
  263. def subseqTries: Int
    Definition Classes
    InternalBackendConf
  264. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  265. def toString(): String
    Definition Classes
    H2OConf → AnyRef → Any
  266. def useAutoClusterStart(): H2OConf
    Definition Classes
    ExternalBackendConf
  267. def useManualClusterStart(): H2OConf
    Definition Classes
    ExternalBackendConf
  268. def userName: Option[String]
    Definition Classes
    SharedBackendConf
  269. def verifySslCertificates: Boolean
    Definition Classes
    SharedBackendConf
  270. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  271. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  272. 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