Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ArgumentBuilder extends AnyRef
  2. trait H2OContextExtensions extends RestCommunication with RestApiUtils with ShellUtils
  3. trait H2OFrameLifecycle extends AnyRef
  4. case class ProductMember(name: String, typeName: NameOfType, typeClass: Class[_]) extends Product with Serializable
  5. case class ProductType(members: Array[ProductMember]) extends Product with Serializable
  6. trait RestApiUtils extends RestCommunication
  7. trait RestCommunication extends Logging with RestEncodingUtils
  8. trait SharedBackendUtils extends Logging with Serializable

    Shared functions which can be used by both backends

  9. trait ShellUtils extends Logging

Value Members

  1. object AzureDatabricksUtils extends Logging
  2. object H2OClientUtils extends SharedBackendUtils

    All helper methods which are used when H2O client is running on Spark driver This class should be removed after we remove H2O client from Scala as well

  3. object ProductType extends Serializable
  4. object ProgressBar
  5. object ReflectionUtils

    Work with reflection only inside this helper.

  6. object RestApiUtils extends RestApiUtils

Ungrouped