Package

org.apache.spark.h2o

converters

Permalink

package converters

Visibility
  1. Public
  2. All

Type Members

  1. case class H2OFrameFromRDDProductBuilder(hc: H2OContext, rdd: RDD[Product], frameKeyName: Option[String]) extends Product with Serializable

    Permalink
  2. case class MetaInfo(names: Array[String], types: Array[SupportedType]) extends Product with Serializable

    Permalink
  3. trait ReadConverterCtx extends AnyRef

    Permalink

    Methods which each ReadConverterCtx has to implement.

    Methods which each ReadConverterCtx has to implement.

    Read Converter Context is a class which holds the state of connection/chunks and allows us to read/download data from those chunks via unified API

  4. trait SupportedRDD extends AnyRef

    Permalink

    Magnet pattern (Type Class pattern) for conversion from various primitive types to their appropriate H2OFrame using the method with the same name

  5. trait WriteConverterCtx extends AnyRef

    Permalink

    Methods which each WriteConverterCtx has to implement.

    Methods which each WriteConverterCtx has to implement.

    Write Converter Context is a class which holds the state of connection/chunks and allows us to write/upload to those chunks via unified API

Value Members

  1. object H2OFrameFromRDDProductBuilder extends Serializable

    Permalink
  2. object ReadConverterCtxUtils

    Permalink
  3. object SupportedRDDConverter

    Permalink

    This converter just wraps the existing RDD converters and hides the internal RDD converters

  4. object WriteConverterCtxUtils

    Permalink

Ungrouped