Package

org.apache.spark.h2o

converters

Permalink

package converters

Visibility
  1. Public
  2. All

Type Members

  1. trait ReadConverterContext extends AnyRef

    Permalink

    Methods which each ReadConverterContext has to implement.

    Methods which each ReadConverterContext 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

  2. trait SparkDataFrameConverter extends Logging with ConverterUtils

    Permalink
  3. trait SupportedDataset[T] extends AnyRef

    Permalink

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

  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 SupportedRDDConverter extends AnyRef

    Permalink

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

  6. trait WriteConverterContext extends AnyRef

    Permalink

    Methods which each WriteConverterContext has to implement.

    Methods which each WriteConverterContext 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 ConverterUtils extends ConverterUtils

    Permalink
  2. object SparkDataFrameConverter extends SparkDataFrameConverter

    Permalink
  3. object SupportedDataset

    Permalink
  4. object SupportedRDDConverter extends SupportedRDDConverter

    Permalink

Ungrouped