Package

org.apache.spark.h2o

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. trait CrossScalaShared extends AnyRef

    Permalink

    Trait specifying which methods should each implementation have

  2. case class NodeDesc(nodeId: String, hostname: String, port: Int) extends Product with Serializable

    Permalink

    Helper class containing node ID, hostname and port.

    Helper class containing node ID, hostname and port.

    nodeId

    In case of external cluster mode the node ID is ID of H2O Node, in the internal cluster mode the ID is ID of Spark Executor where corresponding instance is located

    hostname

    hostname of the node

    port

    port of the node

  3. case class ProductMember(name: String, typeName: NameOfType, typeClass: Class[_]) extends Product with Serializable

    Permalink
  4. case class ProductType(members: Array[ProductMember]) extends Product with Serializable

    Permalink

Value Members

  1. object CrossScalaUtils extends CrossScalaShared

    Permalink

    Utils object which is in both scala 2.10 and scala 2.11 and contains same methods but with implementation tailored to specific scala version

  2. object H2OSchemaUtils

    Permalink

    Utilities for working with Spark SQL component.

  3. object LogUtil extends Logging

    Permalink

    A simple helper to control H2O log subsystem

  4. object NodeDesc extends Serializable

    Permalink
  5. object ProductType extends Serializable

    Permalink
  6. object ReflectionUtils

    Permalink

    Work with reflection only inside this helper.

  7. object SupportedTypes extends Enumeration

    Permalink

    All type associations are gathered in this file.

Ungrouped