class H2OConf extends Logging with InternalBackendConf with ExternalBackendConf with Serializable
Configuration holder which is representing properties passed from user to Sparkling Water.
- Alphabetic
- By Inheritance
- H2OConf
- ExternalBackendConf
- ExternalBackendConfExtensions
- InternalBackendConf
- InternalBackendConfExtensions
- SharedBackendConf
- SharedBackendConfExtensions
- Logging
- Serializable
- Serializable
- Logging
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
HDFSOutputDir: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
YARNQueue: Option[String]
- Definition Classes
- ExternalBackendConf
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
autoFlowSsl: Boolean
- Definition Classes
- SharedBackendConf
-
def
backendClusterMode: String
Getters
Getters
- Definition Classes
- SharedBackendConf
-
def
backendHeartbeatInterval: Int
- Definition Classes
- SharedBackendConf
-
def
basePort: Int
- Definition Classes
- SharedBackendConf
-
def
clientCheckRetryTimeout: Int
- Definition Classes
- SharedBackendConf
-
def
clientFlowBaseurlOverride: Option[String]
- Definition Classes
- SharedBackendConf
-
def
clientIp: Option[String]
- Definition Classes
- SharedBackendConf
-
def
clientNetworkMask: Option[String]
- Definition Classes
- SharedBackendConf
-
def
clientVerboseOutput: Boolean
- Definition Classes
- SharedBackendConf
-
def
clientWebPort: Int
- Definition Classes
- SharedBackendConf
-
def
clone(): H2OConf
Copy this object
Copy this object
- Definition Classes
- H2OConf → AnyRef
-
def
cloudName: Option[String]
- Definition Classes
- SharedBackendConf
-
def
cloudTimeout: Int
- Definition Classes
- SharedBackendConf
-
def
clusterInfoFile: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
clusterSize: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
clusterStartMode: String
- Definition Classes
- ExternalBackendConf
-
def
clusterStartTimeout: Int
- Definition Classes
- ExternalBackendConf
- def contains(key: String): Boolean
-
def
contextPath: Option[String]
- Definition Classes
- SharedBackendConf
-
def
defaultCloudSize: Int
- Definition Classes
- InternalBackendConf
-
def
drddMulFactor: Int
- Definition Classes
- InternalBackendConf
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
externalAutoStartBackend: String
- Definition Classes
- ExternalBackendConf
-
def
externalBackendStopTimeout: Int
- Definition Classes
- ExternalBackendConf
-
def
externalCommunicationCompression: String
- Definition Classes
- ExternalBackendConf
-
def
externalConfString: String
- Definition Classes
- ExternalBackendConfExtensions
-
def
externalExtraJars: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
externalExtraMemoryPercent: Int
- Definition Classes
- ExternalBackendConf
-
def
externalH2ODriverIf: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
externalH2ODriverPort: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
externalH2ODriverPortRange: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
externalHadoopExecutable: String
- Definition Classes
- ExternalBackendConf
-
def
externalK8sDockerImage: String
- Definition Classes
- ExternalBackendConf
-
def
externalK8sDomain: String
- Definition Classes
- ExternalBackendConf
-
def
externalK8sH2OApiPort: Int
- Definition Classes
- ExternalBackendConf
-
def
externalK8sH2OLabel: String
- Definition Classes
- ExternalBackendConf
-
def
externalK8sH2OServiceName: String
- Definition Classes
- ExternalBackendConf
-
def
externalK8sH2OStatefulsetName: String
- Definition Classes
- ExternalBackendConf
-
def
externalK8sNamespace: String
- Definition Classes
- ExternalBackendConf
-
def
externalK8sServiceTimeout: Int
- Definition Classes
- ExternalBackendConf
- Annotations
- @DeprecatedMethod( x$2 , x$1 )
-
def
externalMemory: String
- Definition Classes
- ExternalBackendConf
-
def
extraClusterNodes: Boolean
- Definition Classes
- InternalBackendConf
-
def
extraProperties: Option[String]
- Definition Classes
- SharedBackendConf
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flowDir: Option[String]
- Definition Classes
- SharedBackendConf
-
def
flowExtraHttpHeaders: Option[String]
- Definition Classes
- SharedBackendConf
-
def
flowProxyRequestMaxSize(): Int
- Definition Classes
- SharedBackendConf
-
def
flowProxyResponseMaxSize(): Int
- Definition Classes
- SharedBackendConf
-
def
flowScalaCellAsync: Boolean
- Definition Classes
- SharedBackendConf
-
def
get(key: String, defaultValue: String): String
Get a parameter, falling back to a default if not set
-
def
get(key: String): String
Get a parameter; throws a NoSuchElementException if it's not set
-
def
getAll: Array[(String, String)]
Get all parameters as a list of pairs
-
def
getBoolean(key: String, defaultValue: Boolean): Boolean
Get a parameter as a boolean, falling back to a default if not set
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDouble(key: String, defaultValue: Double): Double
Get a parameter as a double, falling back to a default if not set
-
def
getInt(key: String, defaultValue: Int): Int
Get a parameter as an integer, falling back to a default if not set
-
def
getLong(key: String, defaultValue: Long): Long
Get a parameter as a long, falling back to a default if not set
-
def
getOption(key: String): Option[String]
Get a parameter as an Option
- def getScheme(): String
-
def
h2oCluster: Option[String]
Getters
Getters
- Definition Classes
- ExternalBackendConf
-
def
h2oClusterHost: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
h2oClusterPort: Option[Int]
- Definition Classes
- ExternalBackendConf
-
def
h2oDriverPath: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashLogin: Boolean
- Definition Classes
- SharedBackendConf
-
def
hdfsConf: Option[String]
- Definition Classes
- InternalBackendConf
-
def
hiveHost: Option[String]
- Definition Classes
- SharedBackendConf
-
def
hiveJdbcUrlPattern: Option[String]
- Definition Classes
- SharedBackendConf
-
def
hivePrincipal: Option[String]
- Definition Classes
- SharedBackendConf
-
def
hiveToken: Option[String]
- Definition Classes
- SharedBackendConf
-
def
icedDir: Option[String]
- Definition Classes
- SharedBackendConf
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
internalConfString: String
- Definition Classes
- InternalBackendConfExtensions
-
def
internalPortOffset: Int
- Definition Classes
- SharedBackendConf
-
def
isAutoClusterStartUsed: Boolean
- Definition Classes
- ExternalBackendConf
-
def
isClusterTopologyListenerEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isDirectIpConfigurationEnabled: Boolean
- Definition Classes
- InternalBackendConf
-
def
isFailOnUnsupportedSparkParamEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isH2OReplEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isInsecureXGBoostAllowed: Boolean
- Definition Classes
- SharedBackendConf
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isInternalSecureConnectionsEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isKerberizedHiveEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isKillOnUnhealthyClusterEnabled: Boolean
- Definition Classes
- ExternalBackendConf
-
def
isManualClusterStartUsed: Boolean
- Definition Classes
- ExternalBackendConf
-
def
isModelPrintAfterTrainingEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isProgressBarEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isSparkVersionCheckEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isSslCertificateVerificationInInternalRestConnectionsEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isSslHostnameVerificationInInternalRestConnectionsEnabled: Boolean
- Definition Classes
- SharedBackendConf
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
jettyLdapAesEncryptedBindPasswordLoginModuleIV: Option[String]
- Definition Classes
- InternalBackendConf
-
def
jettyLdapAesEncryptedBindPasswordLoginModuleKey: Option[String]
- Definition Classes
- InternalBackendConf
-
def
jks: Option[String]
- Definition Classes
- SharedBackendConf
-
def
jksAlias: Option[String]
- Definition Classes
- SharedBackendConf
-
def
jksPass: Option[String]
- Definition Classes
- SharedBackendConf
-
def
kerberosKeytab: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
kerberosLogin: Boolean
- Definition Classes
- SharedBackendConf
-
def
kerberosPrincipal: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
ldapLogin: Boolean
- Definition Classes
- SharedBackendConf
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDir: Option[String]
- Definition Classes
- SharedBackendConf
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logLevel: String
- Definition Classes
- SharedBackendConf
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
loginConf: Option[String]
- Definition Classes
- SharedBackendConf
-
def
maxParallelScalaCellJobs: Int
- Definition Classes
- SharedBackendConf
-
def
mojoDestroyTimeout: Int
- Definition Classes
- SharedBackendConf
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nodeNetworkMask: Option[String]
- Definition Classes
- SharedBackendConf
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
nthreads: Int
- Definition Classes
- SharedBackendConf
-
def
numH2OWorkers: Option[Int]
Getters
Getters
- Definition Classes
- InternalBackendConf
-
def
numRddRetries: Int
- Definition Classes
- InternalBackendConf
-
def
pamLogin: Boolean
- Definition Classes
- SharedBackendConf
-
def
password: Option[String]
- Definition Classes
- SharedBackendConf
-
def
proxyLoginOnly: Boolean
- Definition Classes
- SharedBackendConf
-
def
remove(key: String): H2OConf
Remove a parameter from the configuration
- def resolveGeneratedCredentials(): H2OCredentials
-
def
restApiTimeout: Int
- Definition Classes
- SharedBackendConf
-
def
runAsUser: Option[String]
- Definition Classes
- ExternalBackendConf
-
def
runsInExternalClusterMode: Boolean
- Definition Classes
- SharedBackendConf
-
def
runsInInternalClusterMode: Boolean
- Definition Classes
- SharedBackendConf
-
def
scalaIntDefaultNum: Int
- Definition Classes
- SharedBackendConf
- def set(key: String, value: Boolean): H2OConf
-
def
set(key: String, value: String): H2OConf
Set a configuration variable.
-
def
setAll(settings: Traversable[(String, String)]): H2OConf
Set multiple parameters together
-
def
setAutoFlowSslDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setAutoFlowSslEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setBackendClusterMode(backendClusterMode: String): H2OConf
- Attributes
- protected
- Definition Classes
- SharedBackendConfExtensions
-
def
setBackendHeartbeatInterval(interval: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setBasePort(port: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClientCheckRetryTimeout(timeout: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClientFlowBaseurlOverride(baseUrl: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClientIp(ip: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClientNetworkMask(mask: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClientVerboseDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClientVerboseEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClientWebPort(port: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setCloudName(cloudName: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setCloudTimeout(timeout: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClusterInfoFile(path: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setClusterSize(clusterSize: Int): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setClusterStartTimeout(clusterStartTimeout: Int): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setClusterTopologyListenerDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setClusterTopologyListenerEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setContextPath(contextPath: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setDefaultCloudSize(defaultClusterSize: Int): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setDefaultNumReplSessions(numSessions: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setDirectIpConfigurationDisabled(): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setDirectIpConfigurationEnabled(): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setDrddMulFactor(factor: Int): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setExternalAutoStartBackend(backend: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalBackendStopTimeout(timeout: Int): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalClusterMode(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setExternalCommunicationCompression(compressionType: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalExtraJars(paths: Seq[String]): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalExtraJars(paths: ArrayList[String]): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalExtraJars(commaSeparatedPaths: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalExtraMemoryPercent(memoryPercent: Int): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalH2ODriverIf(iface: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalH2ODriverPort(port: Int): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalH2ODriverPortRange(portRange: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalHadoopExecutable(executable: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalK8sDockerImage(name: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalK8sDomain(domain: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalK8sH2OApiPort(port: Int): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalK8sH2OLabel(label: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalK8sH2OServiceName(serviceName: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalK8sH2OStatefulsetName(statefulsetName: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalK8sNamespace(namespace: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExternalK8sServiceTimeout(timeout: Int): H2OConf
- Definition Classes
- ExternalBackendConf
- Annotations
- @DeprecatedMethod( x$4 , x$3 )
-
def
setExternalMemory(memory: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setExtraClusterNodesDisabled(): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setExtraClusterNodesEnabled(): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setExtraProperties(extraProperties: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFailOnUnsupportedSparkParamDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFailOnUnsupportedSparkParamEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFlowDir(dir: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFlowExtraHttpHeaders(headers: Map[String, String]): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFlowExtraHttpHeaders(headers: HashMap[String, String]): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFlowExtraHttpHeaders(headers: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFlowProxyRequestMaxSize(value: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFlowProxyResponseMaxSize(value: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFlowScalaCellAsyncDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setFlowScalaCellAsyncEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setH2OCluster(hostPort: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
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
-
def
setH2ODriverPath(path: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setHDFSOutputDir(dir: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setHashLoginDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setHashLoginEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setHdfsConf(conf: Configuration): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setHdfsConf(path: String): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setHiveHost(host: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setHiveJdbcUrlPattern(pattern: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setHivePrincipal(principal: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setHiveToken(token: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setIcedDir(dir: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setInsecureXGBoostAllowed(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setInsecureXGBoostDenied(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setInternalClusterMode(): H2OConf
Setters
Setters
- Definition Classes
- SharedBackendConf
-
def
setInternalPortOffset(offset: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setInternalSecureConnectionsDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setInternalSecureConnectionsEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setJettyLdapAesEncryptedBindPasswordLoginModuleIV(iv: String): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setJettyLdapAesEncryptedBindPasswordLoginModuleKey(key: String): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setJks(path: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setJksAlias(alias: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setJksPass(password: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setKerberizedHiveDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setKerberizedHiveEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setKerberosKeytab(path: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setKerberosLoginDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setKerberosLoginEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setKerberosPrincipal(principal: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setKillOnUnhealthyClusterDisabled(): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setKillOnUnhealthyClusterEnabled(): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setLdapLoginDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setLdapLoginEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setLogDir(dir: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setLogLevel(level: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setLoginConf(filePath: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setMaxParallelScalaCellJobs(limit: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setModelPrintAfterTrainingDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setModelPrintAfterTrainingEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setMojoDestroyTimeout(timeoutInMilliseconds: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setNodeNetworkMask(mask: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setNthreads(numThreads: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setNumH2OWorkers(numWorkers: Int): H2OConf
Setters
Setters
- Definition Classes
- InternalBackendConf
-
def
setNumRddRetries(retries: Int): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setPamLoginDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setPamLoginEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setPassword(password: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setProgressBarDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setProgressBarEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setProxyLoginOnlyDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setProxyLoginOnlyEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setReplDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setReplEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setRestApiTimeout(timeout: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setRunAsUser(user: String): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
setSparkVersionCheckDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setSparkVersionCheckEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setSpreadRddRetriesTimeout(timeout: Int): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setSslCACert(path: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setSslCertificateVerificationInInternalRestConnectionsDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setSslCertificateVerificationInInternalRestConnectionsEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setSslConf(path: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setSslHostnameVerificationInInternalRestConnectionsDisabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setSslHostnameVerificationInInternalRestConnectionsEnabled(): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setStacktraceCollectorInterval(interval: Int): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setSubseqTries(subseqTriesNum: Int): H2OConf
- Definition Classes
- InternalBackendConf
-
def
setUserName(username: String): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setVerifySslCertificates(verify: Boolean): H2OConf
- Definition Classes
- SharedBackendConf
-
def
setYARNQueue(queueName: String): H2OConf
- Definition Classes
- ExternalBackendConf
- val sparkConf: SparkConf
-
def
spreadRddRetriesTimeout: Int
- Definition Classes
- InternalBackendConf
-
def
sslCACert: Option[String]
- Definition Classes
- SharedBackendConf
-
def
sslConf: Option[String]
- Definition Classes
- SharedBackendConf
-
def
stacktraceCollectorInterval: Int
- Definition Classes
- SharedBackendConf
-
def
subseqTries: Int
- Definition Classes
- InternalBackendConf
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- H2OConf → AnyRef → Any
-
def
useAutoClusterStart(): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
useManualClusterStart(): H2OConf
- Definition Classes
- ExternalBackendConf
-
def
userName: Option[String]
- Definition Classes
- SharedBackendConf
-
def
verifySslCertificates: Boolean
- Definition Classes
- SharedBackendConf
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()