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 clientCheckRetryTimeout: Int

    Permalink
  9. def clientFlowBaseurlOverride: Option[String]

    Permalink
  10. def clientIcedDir: Option[String]

    Permalink
  11. def clientIp: Option[String]

    Permalink
  12. def clientNetworkMask: Option[String]

    Permalink
  13. def clientVerboseOutput: Boolean

    Permalink
  14. def clientWebEnabled: Boolean

    Permalink
  15. def clientWebPort: Int

    Permalink
  16. def clone(): AnyRef

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

    Permalink
  18. def cloudTimeout: Int

    Permalink
  19. def contextPath: Option[String]

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

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

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

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

    Permalink

    H2O Client parameters

  24. def flowScalaCellAsync: Boolean

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

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

    Permalink
  27. def h2oClientLogLevel: String

    Permalink
  28. def h2oNodeLogDir: Option[String]

    Permalink
  29. def h2oNodeLogLevel: String

    Permalink
  30. def h2oNodeWebEnabled: Boolean

    Permalink
  31. def hashCode(): Int

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

    Permalink
  33. def ignoreSparkPublicDNS: Boolean

    Permalink
  34. def internalPortOffset: Int

    Permalink
  35. def isClusterTopologyListenerEnabled: Boolean

    Permalink
  36. def isFailOnUnsupportedSparkParamEnabled: Boolean

    Permalink
  37. def isH2OReplEnabled: Boolean

    Permalink
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. def isSparkVersionCheckEnabled: Boolean

    Permalink
  40. def jks: Option[String]

    Permalink
  41. def jksAlias: Option[String]

    Permalink
  42. def jksPass: Option[String]

    Permalink
  43. def kerberosLogin: Boolean

    Permalink
  44. def ldapLogin: Boolean

    Permalink
  45. def loginConf: Option[String]

    Permalink
  46. def maxParallelScalaCellJobs: Int

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

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

    Permalink
  49. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  51. def nthreads: Int

    Permalink
  52. def runsInExternalClusterMode: Boolean

    Permalink
  53. def runsInInternalClusterMode: Boolean

    Permalink
  54. def scalaIntDefaultNum: Int

    Permalink
  55. def setAutoFlowSslDisabled(): H2OConf

    Permalink
  56. def setAutoFlowSslEnabled(): H2OConf

    Permalink
  57. def setClientCheckRetryTimeout(timeout: Int): H2OConf

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

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

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

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

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

    Permalink
  63. def setClientVerboseDisabled(): H2OConf

    Permalink
  64. def setClientVerboseEnabled(): H2OConf

    Permalink
  65. def setClientWebDisabled(): H2OConf

    Permalink
  66. def setClientWebEnabled(): H2OConf

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

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

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

    Permalink
  70. def setClusterTopologyListenerDisabled(): H2OConf

    Permalink
  71. def setClusterTopologyListenerEnabled(): H2OConf

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

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

    Permalink
  74. def setExternalClusterMode(): H2OConf

    Permalink
  75. def setFailOnUnsupportedSparkParamDisabled(): H2OConf

    Permalink
  76. def setFailOnUnsupportedSparkParamEnabled(): H2OConf

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

    Permalink

    H2O Client parameters

  78. def setFlowScalaCellAsyncDisabled(): H2OConf

    Permalink
  79. def setFlowScalaCellAsyncEnabled(): H2OConf

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

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

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

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

    Permalink
  84. def setH2ONodeWebDisabled(): H2OConf

    Permalink
  85. def setH2ONodeWebEnabled(): H2OConf

    Permalink
  86. def setHashLoginDisabled(): H2OConf

    Permalink
  87. def setHashLoginEnabled(): H2OConf

    Permalink
  88. def setIgnoreSparkPublicDNSDisabled(): H2OConf

    Permalink
  89. def setIgnoreSparkPublicDNSEnabled(): H2OConf

    Permalink
  90. def setInternalClusterMode(): H2OConf

    Permalink

    Generic parameters

  91. def setInternalPortOffset(offset: Int): H2OConf

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

    Permalink
  93. def setJksAlias(alias: String): H2OConf

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

    Permalink
  95. def setKerberosLoginDisabled(): H2OConf

    Permalink
  96. def setKerberosLoginEnabled(): H2OConf

    Permalink
  97. def setLdapLoginDisabled(): H2OConf

    Permalink
  98. def setLdapLoginEnabled(): H2OConf

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

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

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

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

    Permalink
  103. def setReplDisabled(): H2OConf

    Permalink
  104. def setReplEnabled(): H2OConf

    Permalink
  105. def setSparkVersionCheckDisabled(): H2OConf

    Permalink
  106. def setSparkVersionCheckEnable(): H2OConf

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

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

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

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

    Permalink
  111. def sslConf: Option[String]

    Permalink
  112. def stacktraceCollectorInterval: Int

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

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

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

    Permalink
  116. def userName: Option[String]

    Permalink
  117. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped