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 isFailOnUnsupportedSparkParamEnabled: Boolean
    Definition Classes
    SharedBackendConf
  86. def isH2OReplEnabled: Boolean
    Definition Classes
    SharedBackendConf
  87. def isInsecureXGBoostAllowed: Boolean
    Definition Classes
    SharedBackendConf
  88. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  89. def isInternalSecureConnectionsEnabled: Boolean
    Definition Classes
    SharedBackendConf
  90. def isKerberizedHiveEnabled: Boolean
    Definition Classes
    SharedBackendConf
  91. def isKillOnUnhealthyClusterEnabled: Boolean
    Definition Classes
    ExternalBackendConf
  92. def isManualClusterStartUsed: Boolean
    Definition Classes
    ExternalBackendConf
  93. def isSparkVersionCheckEnabled: Boolean
    Definition Classes
    SharedBackendConf
  94. def isSslCertificateVerificationInInternalRestConnectionsEnabled: Boolean
    Definition Classes
    SharedBackendConf
  95. def isSslHostnameVerificationInInternalRestConnectionsEnabled: Boolean
    Definition Classes
    SharedBackendConf
  96. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  97. def jks: Option[String]
    Definition Classes
    SharedBackendConf
  98. def jksAlias: Option[String]
    Definition Classes
    SharedBackendConf
  99. def jksPass: Option[String]
    Definition Classes
    SharedBackendConf
  100. def kerberosKeytab: Option[String]
    Definition Classes
    ExternalBackendConf
  101. def kerberosLogin: Boolean
    Definition Classes
    SharedBackendConf
  102. def kerberosPrincipal: Option[String]
    Definition Classes
    ExternalBackendConf
  103. def ldapLogin: Boolean
    Definition Classes
    SharedBackendConf
  104. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  105. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  106. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  107. def logDir: Option[String]
    Definition Classes
    SharedBackendConf
  108. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  109. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  110. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  111. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  112. def logLevel: String
    Definition Classes
    SharedBackendConf
  113. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  114. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  115. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  116. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  117. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  118. def loginConf: Option[String]
    Definition Classes
    SharedBackendConf
  119. def maxParallelScalaCellJobs: Int
    Definition Classes
    SharedBackendConf
  120. def mojoDestroyTimeout: Int
    Definition Classes
    SharedBackendConf
  121. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  122. def nodeNetworkMask: Option[String]
    Definition Classes
    SharedBackendConf
  123. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  124. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  125. def nthreads: Int
    Definition Classes
    SharedBackendConf
  126. def numH2OWorkers: Option[Int]

    Getters

    Getters

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

    Remove a parameter from the configuration

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

    Set a configuration variable.

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

    Set multiple parameters together

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

    Setters

    Setters

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

    Setters

    Setters

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