Packages

trait SharedBackendConf extends AnyRef

Shared configuration independent on used backend

Self Type
H2OConf
Linear Supertypes
AnyRef, Any
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. def autoFlowSsl: Boolean
  2. def backendClusterMode: String

    Generic parameters

  3. def backendHeartbeatInterval: Int
  4. def clientBasePort: Int
  5. def clientCheckRetryTimeout: Int
  6. def clientExtraProperties: Option[String]
  7. def clientFlowBaseurlOverride: Option[String]
  8. def clientIcedDir: Option[String]
  9. def clientIp: Option[String]
  10. def clientNetworkMask: Option[String]
  11. def clientVerboseOutput: Boolean
  12. def clientWebPort: Int
  13. def cloudName: Option[String]
  14. def cloudTimeout: Int
  15. def contextPath: Option[String]
  16. def flowDir: Option[String]

    H2O Client parameters

  17. def flowExtraHttpHeaders: Option[String]
  18. def flowScalaCellAsync: Boolean
  19. def h2oClientLogDir: Option[String]
  20. def h2oClientLogLevel: String
  21. def h2oNodeLogDir: Option[String]
  22. def h2oNodeLogLevel: String
  23. def hashLogin: Boolean
  24. def hiveHost: Option[String]
  25. def hiveJdbcUrlPattern: Option[String]
  26. def hivePrincipal: Option[String]
  27. def hiveToken: Option[String]
  28. def internalPortOffset: Int
  29. def isClusterTopologyListenerEnabled: Boolean
  30. def isFailOnUnsupportedSparkParamEnabled: Boolean
  31. def isH2OReplEnabled: Boolean
  32. def isHiveSupportEnabled: Boolean
    Annotations
    @DeprecatedMethod( "isKerberizedHiveEnabled" , "3.32" )
  33. def isInsecureXGBoostAllowed: Boolean
  34. def isInternalSecureConnectionsEnabled: Boolean
  35. def isKerberizedHiveEnabled: Boolean
  36. def isSparkVersionCheckEnabled: Boolean
  37. def jks: Option[String]
  38. def jksAlias: Option[String]
  39. def jksPass: Option[String]
  40. def kerberosLogin: Boolean
  41. def ldapLogin: Boolean
  42. def loginConf: Option[String]
  43. def maxParallelScalaCellJobs: Int
  44. def mojoDestroyTimeout: Int
  45. def nodeBasePort: Int
  46. def nodeExtraProperties: Option[String]
  47. def nodeNetworkMask: Option[String]
  48. def nthreads: Int
  49. def password: Option[String]
  50. def restApiTimeout: Int
  51. def runsInExternalClusterMode: Boolean
  52. def runsInInternalClusterMode: Boolean
  53. def scalaIntDefaultNum: Int
  54. def setAutoFlowSslDisabled(): H2OConf
  55. def setAutoFlowSslEnabled(): H2OConf
  56. def setBackendHeartbeatInterval(interval: Int): H2OConf
  57. def setClientBasePort(basePort: Int): H2OConf
  58. def setClientCheckRetryTimeout(timeout: Int): H2OConf
  59. def setClientExtraProperties(extraProperties: String): H2OConf
  60. def setClientFlowBaseurlOverride(baseUrl: String): H2OConf
  61. def setClientIcedDir(icedDir: String): H2OConf
  62. def setClientIp(ip: String): H2OConf
  63. def setClientNetworkMask(mask: String): H2OConf
  64. def setClientVerboseDisabled(): H2OConf
  65. def setClientVerboseEnabled(): H2OConf
  66. def setClientWebPort(port: Int): H2OConf
  67. def setCloudName(cloudName: String): H2OConf
  68. def setCloudTimeout(timeout: Int): H2OConf
  69. def setClusterTopologyListenerDisabled(): H2OConf
  70. def setClusterTopologyListenerEnabled(): H2OConf
  71. def setContextPath(contextPath: String): H2OConf
  72. def setDefaultNumReplSessions(numSessions: Int): H2OConf
  73. def setExternalClusterMode(): H2OConf
  74. def setFailOnUnsupportedSparkParamDisabled(): H2OConf
  75. def setFailOnUnsupportedSparkParamEnabled(): H2OConf
  76. def setFlowDir(dir: String): H2OConf

    H2O Client parameters

  77. def setFlowExtraHttpHeaders(headers: Map[String, String]): H2OConf
  78. def setFlowExtraHttpHeaders(headers: HashMap[String, String]): H2OConf
  79. def setFlowExtraHttpHeaders(headers: String): H2OConf
  80. def setFlowScalaCellAsyncDisabled(): H2OConf
  81. def setFlowScalaCellAsyncEnabled(): H2OConf
  82. def setH2OClientLogDir(dir: String): H2OConf
  83. def setH2OClientLogLevel(level: String): H2OConf
  84. def setH2ONodeLogDir(dir: String): H2OConf
  85. def setH2ONodeLogLevel(level: String): H2OConf
  86. def setHashLoginDisabled(): H2OConf
  87. def setHashLoginEnabled(): H2OConf
  88. def setHiveHost(host: String): H2OConf
  89. def setHiveJdbcUrlPattern(pattern: String): H2OConf
  90. def setHivePrincipal(principal: String): H2OConf
  91. def setHiveSupportDisabled(): H2OConf
    Annotations
    @DeprecatedMethod( "setKerberizedHiveDisabled" , "3.32" )
  92. def setHiveSupportEnabled(): H2OConf
    Annotations
    @DeprecatedMethod( "setKerberizedHiveEnabled" , "3.32" )
  93. def setHiveToken(token: String): H2OConf
  94. def setInsecureXGBoostAllowed(): H2OConf
  95. def setInsecureXGBoostDenied(): H2OConf
  96. def setInternalClusterMode(): H2OConf

    Generic parameters

  97. def setInternalPortOffset(offset: Int): H2OConf
  98. def setInternalSecureConnectionsDisabled(): H2OConf
  99. def setInternalSecureConnectionsEnabled(): H2OConf
  100. def setJks(path: String): H2OConf
  101. def setJksAlias(alias: String): H2OConf
  102. def setJksPass(password: String): H2OConf
  103. def setKerberizedHiveDisabled(): H2OConf
  104. def setKerberizedHiveEnabled(): H2OConf
  105. def setKerberosLoginDisabled(): H2OConf
  106. def setKerberosLoginEnabled(): H2OConf
  107. def setLdapLoginDisabled(): H2OConf
  108. def setLdapLoginEnabled(): H2OConf
  109. def setLoginConf(filePath: String): H2OConf
  110. def setMaxParallelScalaCellJobs(limit: Int): H2OConf
  111. def setMojoDestroyTimeout(timeoutInMilliseconds: Int): H2OConf
  112. def setNodeBasePort(port: Int): H2OConf
  113. def setNodeExtraProperties(extraProperties: String): H2OConf
  114. def setNodeNetworkMask(mask: String): H2OConf
  115. def setNthreads(numThreads: Int): H2OConf
  116. def setPassword(password: String): H2OConf
  117. def setReplDisabled(): H2OConf
  118. def setReplEnabled(): H2OConf
  119. def setRestApiTimeout(timeout: Int): H2OConf
  120. def setSparkVersionCheckDisabled(): H2OConf
  121. def setSparkVersionCheckEnabled(): H2OConf
  122. def setSslConf(path: String): H2OConf
  123. def setStacktraceCollectorInterval(interval: Int): H2OConf
  124. def setUserName(username: String): H2OConf
  125. def setVerifySslCertificates(verify: Boolean): H2OConf
  126. def sslConf: Option[String]
  127. def stacktraceCollectorInterval: Int
  128. def userName: Option[String]
  129. def verifySslCertificates: Boolean