Packages

trait SharedBackendConf extends SharedBackendConfExtensions

Shared configuration independent on used backend

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

Value Members

  1. def autoFlowSsl: Boolean
  2. def backendClusterMode: String

    Getters

  3. def backendHeartbeatInterval: Int
  4. def basePort: Int
  5. def clientCheckRetryTimeout: Int
  6. def clientFlowBaseurlOverride: Option[String]
  7. def clientIp: Option[String]
  8. def clientNetworkMask: Option[String]
  9. def clientVerboseOutput: Boolean
  10. def clientWebPort: Int
  11. def cloudName: Option[String]
  12. def cloudTimeout: Int
  13. def contextPath: Option[String]
  14. def extraProperties: Option[String]
  15. def flowDir: Option[String]
  16. def flowExtraHttpHeaders: Option[String]
  17. def flowProxyRequestMaxSize(): Int
  18. def flowProxyResponseMaxSize(): Int
  19. def flowScalaCellAsync: Boolean
  20. def hashLogin: Boolean
  21. def hiveHost: Option[String]
  22. def hiveJdbcUrlPattern: Option[String]
  23. def hivePrincipal: Option[String]
  24. def hiveToken: Option[String]
  25. def icedDir: Option[String]
  26. def internalPortOffset: Int
  27. def isClusterTopologyListenerEnabled: Boolean
  28. def isFailOnUnsupportedSparkParamEnabled: Boolean
  29. def isH2OReplEnabled: Boolean
  30. def isInsecureXGBoostAllowed: Boolean
  31. def isInternalSecureConnectionsEnabled: Boolean
  32. def isKerberizedHiveEnabled: Boolean
  33. def isModelPrintAfterTrainingEnabled: Boolean
  34. def isProgressBarEnabled: Boolean
  35. def isSparkVersionCheckEnabled: Boolean
  36. def isSslCertificateVerificationInInternalRestConnectionsEnabled: Boolean
  37. def isSslHostnameVerificationInInternalRestConnectionsEnabled: Boolean
  38. def jks: Option[String]
  39. def jksAlias: Option[String]
  40. def jksPass: Option[String]
  41. def kerberosLogin: Boolean
  42. def ldapLogin: Boolean
  43. def logDir: Option[String]
  44. def logLevel: String
  45. def loginConf: Option[String]
  46. def maxParallelScalaCellJobs: Int
  47. def mojoDestroyTimeout: Int
  48. def nodeNetworkMask: Option[String]
  49. def nthreads: Int
  50. def pamLogin: Boolean
  51. def password: Option[String]
  52. def proxyLoginOnly: Boolean
  53. def restApiTimeout: Int
  54. def runsInExternalClusterMode: Boolean
  55. def runsInInternalClusterMode: Boolean
  56. def scalaIntDefaultNum: Int
  57. def setAutoFlowSslDisabled(): H2OConf
  58. def setAutoFlowSslEnabled(): H2OConf
  59. def setBackendHeartbeatInterval(interval: Int): H2OConf
  60. def setBasePort(port: Int): H2OConf
  61. def setClientCheckRetryTimeout(timeout: Int): H2OConf
  62. def setClientFlowBaseurlOverride(baseUrl: String): H2OConf
  63. def setClientIp(ip: String): H2OConf
  64. def setClientNetworkMask(mask: String): H2OConf
  65. def setClientVerboseDisabled(): H2OConf
  66. def setClientVerboseEnabled(): H2OConf
  67. def setClientWebPort(port: Int): H2OConf
  68. def setCloudName(cloudName: String): H2OConf
  69. def setCloudTimeout(timeout: Int): H2OConf
  70. def setClusterTopologyListenerDisabled(): H2OConf
  71. def setClusterTopologyListenerEnabled(): H2OConf
  72. def setContextPath(contextPath: String): H2OConf
  73. def setDefaultNumReplSessions(numSessions: Int): H2OConf
  74. def setExternalClusterMode(): H2OConf
  75. def setExtraProperties(extraProperties: String): H2OConf
  76. def setFailOnUnsupportedSparkParamDisabled(): H2OConf
  77. def setFailOnUnsupportedSparkParamEnabled(): H2OConf
  78. def setFlowDir(dir: String): H2OConf
  79. def setFlowExtraHttpHeaders(headers: Map[String, String]): H2OConf
  80. def setFlowExtraHttpHeaders(headers: HashMap[String, String]): H2OConf
  81. def setFlowExtraHttpHeaders(headers: String): H2OConf
  82. def setFlowProxyRequestMaxSize(value: Int): H2OConf
  83. def setFlowProxyResponseMaxSize(value: Int): H2OConf
  84. def setFlowScalaCellAsyncDisabled(): H2OConf
  85. def setFlowScalaCellAsyncEnabled(): 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 setHiveToken(token: String): H2OConf
  92. def setIcedDir(dir: String): H2OConf
  93. def setInsecureXGBoostAllowed(): H2OConf
  94. def setInsecureXGBoostDenied(): H2OConf
  95. def setInternalClusterMode(): H2OConf

    Setters

  96. def setInternalPortOffset(offset: Int): H2OConf
  97. def setInternalSecureConnectionsDisabled(): H2OConf
  98. def setInternalSecureConnectionsEnabled(): H2OConf
  99. def setJks(path: String): H2OConf
  100. def setJksAlias(alias: String): H2OConf
  101. def setJksPass(password: String): H2OConf
  102. def setKerberizedHiveDisabled(): H2OConf
  103. def setKerberizedHiveEnabled(): H2OConf
  104. def setKerberosLoginDisabled(): H2OConf
  105. def setKerberosLoginEnabled(): H2OConf
  106. def setLdapLoginDisabled(): H2OConf
  107. def setLdapLoginEnabled(): H2OConf
  108. def setLogDir(dir: String): H2OConf
  109. def setLogLevel(level: String): H2OConf
  110. def setLoginConf(filePath: String): H2OConf
  111. def setMaxParallelScalaCellJobs(limit: Int): H2OConf
  112. def setModelPrintAfterTrainingDisabled(): H2OConf
  113. def setModelPrintAfterTrainingEnabled(): H2OConf
  114. def setMojoDestroyTimeout(timeoutInMilliseconds: Int): H2OConf
  115. def setNodeNetworkMask(mask: String): H2OConf
  116. def setNthreads(numThreads: Int): H2OConf
  117. def setPamLoginDisabled(): H2OConf
  118. def setPamLoginEnabled(): H2OConf
  119. def setPassword(password: String): H2OConf
  120. def setProgressBarDisabled(): H2OConf
  121. def setProgressBarEnabled(): H2OConf
  122. def setProxyLoginOnlyDisabled(): H2OConf
  123. def setProxyLoginOnlyEnabled(): H2OConf
  124. def setReplDisabled(): H2OConf
  125. def setReplEnabled(): H2OConf
  126. def setRestApiTimeout(timeout: Int): H2OConf
  127. def setSparkVersionCheckDisabled(): H2OConf
  128. def setSparkVersionCheckEnabled(): H2OConf
  129. def setSslCACert(path: String): H2OConf
  130. def setSslCertificateVerificationInInternalRestConnectionsDisabled(): H2OConf
  131. def setSslCertificateVerificationInInternalRestConnectionsEnabled(): H2OConf
  132. def setSslConf(path: String): H2OConf
  133. def setSslHostnameVerificationInInternalRestConnectionsDisabled(): H2OConf
  134. def setSslHostnameVerificationInInternalRestConnectionsEnabled(): H2OConf
  135. def setStacktraceCollectorInterval(interval: Int): H2OConf
  136. def setUserName(username: String): H2OConf
  137. def setVerifySslCertificates(verify: Boolean): H2OConf
  138. def sslCACert: Option[String]
  139. def sslConf: Option[String]
  140. def stacktraceCollectorInterval: Int
  141. def userName: Option[String]
  142. def verifySslCertificates: Boolean