Packages

class H2OConf extends Logging with InternalBackendConf with ExternalBackendConf with Serializable

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

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
    Annotations
    @DeprecatedMethod( x$2 , x$1 )
  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 isModelPrintAfterTrainingEnabled: Boolean
    Definition Classes
    SharedBackendConf
  95. def isProgressBarEnabled: Boolean
    Definition Classes
    SharedBackendConf
  96. def isSparkVersionCheckEnabled: Boolean
    Definition Classes
    SharedBackendConf
  97. def isSslCertificateVerificationInInternalRestConnectionsEnabled: Boolean
    Definition Classes
    SharedBackendConf
  98. def isSslHostnameVerificationInInternalRestConnectionsEnabled: Boolean
    Definition Classes
    SharedBackendConf
  99. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  100. def jettyLdapAesEncryptedBindPasswordLoginModuleIV: Option[String]
    Definition Classes
    InternalBackendConf
  101. def jettyLdapAesEncryptedBindPasswordLoginModuleKey: Option[String]
    Definition Classes
    InternalBackendConf
  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 maxParallelScalaCellJobs: Int
    Definition Classes
    SharedBackendConf
  125. def mojoDestroyTimeout: Int
    Definition Classes
    SharedBackendConf
  126. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  127. def nodeNetworkMask: Option[String]
    Definition Classes
    SharedBackendConf
  128. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  129. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  130. def nthreads: Int
    Definition Classes
    SharedBackendConf
  131. def numH2OWorkers: Option[Int]

    Getters

    Getters

    Definition Classes
    InternalBackendConf
  132. def numRddRetries: Int
    Definition Classes
    InternalBackendConf
  133. def pamLogin: Boolean
    Definition Classes
    SharedBackendConf
  134. def password: Option[String]
    Definition Classes
    SharedBackendConf
  135. def proxyLoginOnly: Boolean
    Definition Classes
    SharedBackendConf
  136. def remove(key: String): H2OConf

    Remove a parameter from the configuration

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

    Set a configuration variable.

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

    Set multiple parameters together

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

    Setters

    Setters

    Definition Classes
    SharedBackendConf
  221. def setInternalPortOffset(offset: Int): H2OConf
    Definition Classes
    SharedBackendConf
  222. def setInternalSecureConnectionsDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  223. def setInternalSecureConnectionsEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  224. def setJettyLdapAesEncryptedBindPasswordLoginModuleIV(iv: String): H2OConf
    Definition Classes
    InternalBackendConf
  225. def setJettyLdapAesEncryptedBindPasswordLoginModuleKey(key: String): H2OConf
    Definition Classes
    InternalBackendConf
  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 setMaxParallelScalaCellJobs(limit: Int): H2OConf
    Definition Classes
    SharedBackendConf
  243. def setModelPrintAfterTrainingDisabled(): H2OConf
    Definition Classes
    SharedBackendConf
  244. def setModelPrintAfterTrainingEnabled(): H2OConf
    Definition Classes
    SharedBackendConf
  245. def setMojoDestroyTimeout(timeoutInMilliseconds: Int): H2OConf
    Definition Classes
    SharedBackendConf
  246. def setNodeNetworkMask(mask: String): H2OConf
    Definition Classes
    SharedBackendConf
  247. def setNthreads(numThreads: Int): H2OConf
    Definition Classes
    SharedBackendConf
  248. def setNumH2OWorkers(numWorkers: Int): H2OConf

    Setters

    Setters

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