trait
H2OConf extends AnyRef
Abstract Value Members
-
abstract
def
sparkConf: SparkConf
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
buildSparkMajorVersion: String
-
def
clientBasePort: Int
-
def
clientIcedDir: Option[String]
-
def
clientIp: Option[String]
-
def
clientWebPort: Int
-
def
clone(): AnyRef
-
def
cloudName: String
-
def
cloudTimeout: Int
-
def
defaultCloudSize: Int
-
def
disableGA: Boolean
-
def
drddMulFactor: Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getH2OClientArgs: Array[String]
-
def
getH2ONodeArgs: Array[String]
-
def
h2oClientLogDir: String
-
def
h2oClientLogLevel: String
-
def
h2oNodeLogDir: String
-
def
h2oNodeLogLevel: String
-
def
hashCode(): Int
-
def
hashLogin: Boolean
-
def
isClusterTopologyListenerEnabled: Boolean
-
def
isH2OReplEnabled: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isSparkVersionCheckEnabled: Boolean
-
def
jks: Option[String]
-
def
jksPass: Option[String]
-
def
ldapLogin: Boolean
-
def
loginConf: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
networkMask: Option[String]
-
def
nodeBasePort: Int
-
def
nodeIcedDir: Option[String]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
nthreads: Int
-
def
numH2OWorkers: Option[Int]
-
def
numRddRetries: Int
-
def
scalaIntDefaultNum: Int
-
def
subseqTries: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
useFlatFile: Boolean
-
def
userName: Option[String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Just simple configuration holder which is representing properties passed from user to H2O App.