Package

org.apache.spark.h2o

ui

Permalink

package ui

Visibility
  1. Public
  2. All

Type Members

  1. case class H2OBuildInfo(h2oBuildVersion: String, h2oGitBranch: String, h2oGitSha: String, h2oGitDescribe: String, h2oBuildBy: String, h2oBuildOn: String) extends Product with Serializable

    Permalink
  2. case class H2OCloudInfo(localClientIpPort: String, cloudHealthy: Boolean, cloudSecured: Boolean, cloudNodes: Array[String], extraBackendInfo: Seq[(String, String)], h2oStartTime: Long) extends Product with Serializable

    Permalink
  3. class H2ORuntimeInfoUIThread extends Thread

    Permalink

    Periodically publish info to UI

  4. case class SparkListenerH2ORuntimeUpdate(cloudHealthy: Boolean, timeInMillis: Long, memoryInfo: Array[(String, String)]) extends SparkListenerEvent with Product with Serializable

    Permalink

    Update of H2O status at run-time

  5. case class SparkListenerH2OStart(h2oCloudInfo: H2OCloudInfo, h2oBuildInfo: H2OBuildInfo, swProperties: Array[(String, String)]) extends SparkListenerEvent with Product with Serializable

    Permalink

    H2OContext is started

  6. class SparklingWaterHistoryListener extends SparklingWaterListener

    Permalink

    A SparklingWaterListener for rendering the Sparkling Water UI in the history server.

  7. class SparklingWaterHistoryListenerFactory extends SparkHistoryListenerFactory

    Permalink

    Required at the history server in order to create the SparklingWaterHistoryListener

  8. case class SparklingWaterInfoPage(parent: SparklingWaterUITab) extends WebUIPage with Product with Serializable

    Permalink

    Sparkling Water info page.

  9. class SparklingWaterListener extends SparkListener with Logging

    Permalink

    Listener processing related sparkling water spark events

Ungrouped