package
ui
Type Members
-
class
AppStatusListener extends SparkListener with Logging
-
class
AppStatusPlugin extends AppHistoryServerPlugin
-
-
case class
H2OBuildInfo(h2oBuildVersion: String, h2oGitBranch: String, h2oGitSha: String, h2oGitDescribe: String, h2oBuildBy: String, h2oBuildOn: String) extends Product with Serializable
-
case class
H2OCloudInfo(localClientIpPort: String, cloudHealthy: Boolean, cloudSecured: Boolean, cloudNodes: Array[String], extraBackendInfo: Seq[(String, String)], h2oStartTime: Long) extends Product with Serializable
-
-
case class
SparkListenerH2ORuntimeUpdate(cloudHealthy: Boolean, timeInMillis: Long, memoryInfo: Array[(String, String)]) extends SparkListenerEvent with Product with Serializable
-
case class
SparkListenerH2OStart(h2oCloudInfo: H2OCloudInfo, h2oBuildInfo: H2OBuildInfo, swProperties: Array[(String, String)]) extends SparkListenerEvent with Product with Serializable
-
case class
SparklingWaterInfoPage(parent: SparklingWaterUITab) extends WebUIPage with Product with Serializable
-
-