org.apache.spark.h2o

converters

package converters

Visibility
  1. Public
  2. All

Type Members

  1. trait ReadConverterContext extends AnyRef

    Methods which each ReadConverterContext has to implement.

  2. trait SparkDataFrameConverter extends Logging with ConverterUtils

  3. trait SupportedDataset[T] extends AnyRef

    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

    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

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

  6. trait WriteConverterContext extends AnyRef

    Methods which each WriteConverterContext has to implement.

Value Members

  1. object ConverterUtils extends ConverterUtils

  2. object SparkDataFrameConverter extends SparkDataFrameConverter

  3. object SupportedDataset

  4. object SupportedRDDConverter extends SupportedRDDConverter

Ungrouped