Package

org.apache.spark.h2o.backends

internal

Permalink

package internal

Visibility
  1. Public
  2. All

Type Members

  1. case class FlatFileMsg(nodes: Array[NodeDesc], portOffset: Int) extends Product with Serializable

    Permalink
  2. class H2ORpcEndpoint extends ThreadSafeRpcEndpoint

    Permalink

    An RpcEndpoint used for communication between H2O client and H2O worker nodes on remote executors.

    An RpcEndpoint used for communication between H2O client and H2O worker nodes on remote executors. This endpoint is started on each Spark executor where H2O worker will be running.

  3. class InternalH2OBackend extends SparklingBackend with Logging

    Permalink
  4. case class StartH2OWorkersMsg(conf: H2OConf, user: String) extends Product with Serializable

    Permalink
  5. case class StopEndpointMsg() extends Product with Serializable

    Permalink

Value Members

  1. object InternalH2OBackend extends InternalBackendUtils

    Permalink
  2. object RpcReferenceCache extends SharedBackendUtils

    Permalink

Ungrouped