Class RunState.CANCELED$
Object
org.apache.spark.sql.pipelines.common.RunState.CANCELED$
- All Implemented Interfaces:
Serializable
,RunState
,scala.Equals
,scala.Product
- Enclosing interface:
- RunState
public static class RunState.CANCELED$
extends Object
implements RunState, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.spark.sql.pipelines.common.RunState
RunState.CANCELED$, RunState.COMPLETED$, RunState.FAILED$, RunState.RUNNING$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RunState.CANCELED$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CANCELED$
public CANCELED$()
-