org.apache.spark.h2o

H2OConf

trait H2OConf extends AnyRef

Just simple configuration holder which is representing properties passed from user to H2O App.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. H2OConf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def sparkConf: SparkConf

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clientBasePort: Int

  8. def clientIcedDir: Option[String]

  9. def clientIp: Option[String]

  10. def clientWebPort: Int

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def cloudName: String

  13. def cloudTimeout: Int

  14. def defaultCloudSize: Int

  15. def disableGA: Boolean

  16. def drddMulFactor: Int

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getH2OClientArgs: Array[String]

    Get arguments for H2O client.

    Get arguments for H2O client.

    returns

    array of H2O client arguments.

  22. def getH2ONodeArgs: Array[String]

    Produce arguments for H2O node based on this config.

    Produce arguments for H2O node based on this config.

    returns

    array of H2O launcher command line arguments

  23. def h2oClientLogDir: String

  24. def h2oClientLogLevel: String

  25. def h2oNodeLogDir: String

  26. def h2oNodeLogLevel: String

  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. def hashLogin: Boolean

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def jks: Option[String]

  31. def jksPass: Option[String]

  32. def ldapLogin: Boolean

  33. def loginConf: Option[String]

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def networkMask: Option[String]

  36. def nodeBasePort: Int

  37. def nodeIcedDir: Option[String]

  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def nthreads: Int

  41. def numH2OWorkers: Option[Int]

  42. def numRddRetries: Int

  43. def scalaIntDefaultNum: Int

  44. def subseqTries: Int

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    H2OConf → AnyRef → Any
  47. def useFlatFile: Boolean

  48. def userName: Option[String]

  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped