Trait/Object

org.apache.spark.h2o.backends

SharedBackendConf

Related Docs: object SharedBackendConf | package backends

Permalink

trait SharedBackendConf extends AnyRef

Shared configuration independent on used backend

Self Type
H2OConf
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharedBackendConf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def autoFlowSsl: Boolean

    Permalink
  6. def backendClusterMode: String

    Permalink

    Generic parameters

  7. def clientBasePort: Int

    Permalink
  8. def clientFlowBaseurlOverride: Option[String]

    Permalink
  9. def clientIcedDir: Option[String]

    Permalink
  10. def clientIp: Option[String]

    Permalink
  11. def clientNetworkMask: Option[String]

    Permalink
  12. def clientVerboseOutput: Boolean

    Permalink
  13. def clientWebEnabled: Boolean

    Permalink
  14. def clientWebPort: Int

    Permalink
  15. def clone(): AnyRef

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

    Permalink
  17. def cloudTimeout: Int

    Permalink
  18. def contextPath: Option[String]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flowDir: Option[String]

    Permalink

    H2O Client parameters

  23. def flowScalaCellAsync: Boolean

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def h2oClientLogDir: Option[String]

    Permalink
  26. def h2oClientLogLevel: String

    Permalink
  27. def h2oNodeLogDir: Option[String]

    Permalink
  28. def h2oNodeLogLevel: String

    Permalink
  29. def h2oNodeWebEnabled: Boolean

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashLogin: Boolean

    Permalink
  32. def ignoreSparkPublicDNS: Boolean

    Permalink
  33. def internalPortOffset: Int

    Permalink
  34. def isClusterTopologyListenerEnabled: Boolean

    Permalink
  35. def isFailOnUnsupportedSparkParamEnabled: Boolean

    Permalink
  36. def isH2OReplEnabled: Boolean

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def isSparkVersionCheckEnabled: Boolean

    Permalink
  39. def jks: Option[String]

    Permalink
  40. def jksPass: Option[String]

    Permalink
  41. def kerberosLogin: Boolean

    Permalink
  42. def ldapLogin: Boolean

    Permalink
  43. def loginConf: Option[String]

    Permalink
  44. def maxParallelScalaCellJobs: Int

    Permalink
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. def nodeNetworkMask: Option[String]

    Permalink
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. def nthreads: Int

    Permalink
  50. def runsInExternalClusterMode: Boolean

    Permalink
  51. def runsInInternalClusterMode: Boolean

    Permalink
  52. def scalaIntDefaultNum: Int

    Permalink
  53. def setAutoFlowSslDisabled(): H2OConf

    Permalink
  54. def setAutoFlowSslEnabled(): H2OConf

    Permalink
  55. def setClientFlowBaseurlOverride(baseUrl: String): H2OConf

    Permalink
  56. def setClientIcedDir(icedDir: String): H2OConf

    Permalink
  57. def setClientIp(ip: String): H2OConf

    Permalink
  58. def setClientNetworkMask(mask: String): H2OConf

    Permalink
  59. def setClientPortBase(basePort: Int): H2OConf

    Permalink
  60. def setClientVerboseDisabled(): H2OConf

    Permalink
  61. def setClientVerboseEnabled(): H2OConf

    Permalink
  62. def setClientWebDisabled(): H2OConf

    Permalink
  63. def setClientWebEnabled(): H2OConf

    Permalink
  64. def setClientWebPort(port: Int): H2OConf

    Permalink
  65. def setCloudName(cloudName: String): H2OConf

    Permalink
  66. def setCloudTimeout(timeout: Int): H2OConf

    Permalink
  67. def setClusterTopologyListenerDisabled(): H2OConf

    Permalink
  68. def setClusterTopologyListenerEnabled(): H2OConf

    Permalink
  69. def setContextPath(contextPath: String): H2OConf

    Permalink
  70. def setDefaultNumReplSessions(numSessions: Int): H2OConf

    Permalink
  71. def setExternalClusterMode(): H2OConf

    Permalink
  72. def setFailOnUnsupportedSparkParamDisabled(): H2OConf

    Permalink
  73. def setFailOnUnsupportedSparkParamEnabled(): H2OConf

    Permalink
  74. def setFlowDir(dir: String): H2OConf

    Permalink

    H2O Client parameters

  75. def setFlowScalaCellAsyncDisabled(): H2OConf

    Permalink
  76. def setFlowScalaCellAsyncEnabled(): H2OConf

    Permalink
  77. def setH2OClientLogDir(dir: String): H2OConf

    Permalink
  78. def setH2OClientLogLevel(level: String): H2OConf

    Permalink
  79. def setH2ONodeLogDir(dir: String): H2OConf

    Permalink
  80. def setH2ONodeLogLevel(level: String): H2OConf

    Permalink
  81. def setH2ONodeWebDisabled(): H2OConf

    Permalink
  82. def setH2ONodeWebEnabled(): H2OConf

    Permalink
  83. def setHashLoginDisabled(): H2OConf

    Permalink
  84. def setHashLoginEnabled(): H2OConf

    Permalink
  85. def setIgnoreSparkPublicDNSDisabled(): H2OConf

    Permalink
  86. def setIgnoreSparkPublicDNSEnabled(): H2OConf

    Permalink
  87. def setInternalClusterMode(): H2OConf

    Permalink

    Generic parameters

  88. def setInternalPortOffset(offset: Int): H2OConf

    Permalink
  89. def setJks(path: String): H2OConf

    Permalink
  90. def setJksPass(password: String): H2OConf

    Permalink
  91. def setKerberosLoginDisabled(): H2OConf

    Permalink
  92. def setKerberosLoginEnabled(): H2OConf

    Permalink
  93. def setLdapLoginDisabled(): H2OConf

    Permalink
  94. def setLdapLoginEnabled(): H2OConf

    Permalink
  95. def setLoginConf(file: String): H2OConf

    Permalink
  96. def setMaxParallelScalaCellJobs(limit: Int): H2OConf

    Permalink
  97. def setNodeNetworkMask(mask: String): H2OConf

    Permalink
  98. def setNthreads(numThreads: Int): H2OConf

    Permalink
  99. def setReplDisabled(): H2OConf

    Permalink
  100. def setReplEnabled(): H2OConf

    Permalink
  101. def setSparkVersionCheckDisabled(): H2OConf

    Permalink
  102. def setSparkVersionCheckEnable(): H2OConf

    Permalink
  103. def setSslConf(path: String): H2OConf

    Permalink
  104. def setStacktraceCollectorInterval(interval: Int): H2OConf

    Permalink
  105. def setUiUpdateInterval(interval: Int): H2OConf

    Permalink
  106. def setUserName(username: String): H2OConf

    Permalink
  107. def sslConf: Option[String]

    Permalink
  108. def stacktraceCollectorInterval: Int

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

    Permalink
    Definition Classes
    AnyRef
  110. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  111. def uiUpdateInterval: Int

    Permalink
  112. def userName: Option[String]

    Permalink
  113. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped