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 H2OClusterInfo(localClientIpPort: String, cloudHealthy: Boolean, cloudSecured: Boolean, cloudNodes: Array[String], extraBackendInfo: Seq[(String, String)], h2oStartTime: Long) extends Product with Serializable

    Permalink
  3. case class H2OContextStartedEvent(h2oClusterInfo: H2OClusterInfo, h2oBuildInfo: H2OBuildInfo, swProperties: Array[(String, String)]) extends SparkListenerEvent with Product with Serializable

    Permalink

    Event representing start of H2OContext

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

    Permalink

    Event representing update of H2O status at run-time

  5. class SparklingWaterHistoryListener extends SparklingWaterListener

    Permalink

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

  6. class SparklingWaterHistoryListenerFactory extends SparkHistoryListenerFactory

    Permalink

    Required at the history server in order to create the SparklingWaterHistoryListener

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

    Permalink

    Sparkling Water info page.

  8. trait SparklingWaterInfoProvider extends AnyRef

    Permalink
  9. class SparklingWaterListener extends SparkListener with Logging with SparklingWaterInfoProvider

    Permalink

    Listener processing related sparkling water spark events

Ungrouped