Package

ai.h2o.sparkling

backend

Permalink

package backend

Visibility
  1. Public
  2. All

Type Members

  1. abstract class H2OContextImplicits extends AnyRef

    Permalink

    Implicit transformations available on ai.h2o.sparkling.H2OContext

  2. case class H2OFrameRelation(frame: H2OFrame, copyMetadata: Boolean)(sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with Product with Serializable

    Permalink

    H2O relation implementing column filter operation.

  3. 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

  4. trait SharedBackendConf extends SharedBackendConfExtensions

    Permalink

    Shared configuration independent on used backend

  5. trait SharedBackendConfExtensions extends AnyRef

    Permalink

    Shared configuration independent on used backend

  6. trait SparklingBackend extends AnyRef

    Permalink
  7. case class WriterMetadata(conf: H2OConf, frameId: String, expectedTypes: Array[ExpectedType], maxVectorSizes: Array[Int], timezone: TimeZone) extends Product with Serializable

    Permalink

Value Members

  1. object BuildInfo

    Permalink

    Store information about H2O & Sparkling Water versions so they are available at run-time

  2. object H2OJobStatus extends Enumeration

    Permalink
  3. object NodeDesc extends Serializable

    Permalink
  4. object SharedBackendConf

    Permalink
  5. object SparklingGateway extends Logging

    Permalink
  6. package api

    Permalink
  7. package converters

    Permalink
  8. package exceptions

    Permalink
  9. package external

    Permalink
  10. package internal

    Permalink
  11. package utils

    Permalink

Ungrouped