package utils
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class ArgumentBuilder extends AnyRef
- trait H2OContextExtensions extends RestCommunication with RestApiUtils with ShellUtils
- trait H2OFrameLifecycle extends AnyRef
- case class ProductMember(name: String, typeName: NameOfType, typeClass: Class[_]) extends Product with Serializable
- case class ProductType(members: Array[ProductMember]) extends Product with Serializable
- trait RestApiUtils extends RestCommunication
- trait RestCommunication extends Logging with RestEncodingUtils
-
trait
SharedBackendUtils extends Logging with Serializable
Shared functions which can be used by both backends
- trait ShellUtils extends Logging
Value Members
- object AzureDatabricksUtils extends Logging
-
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
- object ProductType extends Serializable
- object ProgressBar
-
object
ReflectionUtils
Work with reflection only inside this helper.
- object RestApiUtils extends RestApiUtils