object InternalBackendConf
- Alphabetic
- By Inheritance
- InternalBackendConf
- 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
-
val
PROP_CLUSTER_SIZE: (String, None.type)
Configuration property - expected number of workers of H2O cloud.
Configuration property - expected number of workers of H2O cloud. Value None means automatic detection of cluster size.
-
val
PROP_DEFAULT_CLUSTER_SIZE: (String, Int)
Starting size of cluster in case that size is not explicitly passed
-
val
PROP_DUMMY_RDD_MUL_FACTOR: (String, Int)
Configuration property - multiplication factor for dummy RDD generation.
Configuration property - multiplication factor for dummy RDD generation. Size of dummy RDD is PROP_CLUSTER_SIZE*PROP_DUMMY_RDD_MUL_FACTOR
-
val
PROP_HDFS_CONF: (String, None.type)
Path to whole Hadoop configuration serialized into XML readable by org.hadoop.Configuration class
-
val
PROP_NODE_ICED_DIR: (String, None.type)
Location of iced directory for Spark nodes
-
val
PROP_SPREADRDD_RETRIES: (String, Int)
Configuration property - number of retries to create an RDD spread over all executors
-
val
PROP_SPREADRDD_RETRIES_TIMEOUT: (String, Int)
Timeout for the spark executor discovery, unit is milliseconds
-
val
PROP_SUBSEQ_TRIES: (String, Int)
Subsequent successful tries to figure out size of Spark cluster which are producing same number of nodes.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()