case class H2OContextStartedEvent(h2oClusterInfo: H2OClusterInfo, h2oBuildInfo: H2OBuildInfo, swProperties: Array[(String, String, String)]) extends SparkListenerEvent with Product with Serializable
Event representing start of H2OContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- H2OContextStartedEvent
- Serializable
- Serializable
- Product
- Equals
- SparkListenerEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new H2OContextStartedEvent(h2oClusterInfo: H2OClusterInfo, h2oBuildInfo: H2OBuildInfo, swProperties: Array[(String, String, String)])
Value Members
- val h2oBuildInfo: H2OBuildInfo
- val h2oClusterInfo: H2OClusterInfo
- val swProperties: Array[(String, String, String)]