Class TriggeredGraphExecution.StreamState$.TERMINATED_WITH_ERROR$
Object
org.apache.spark.sql.pipelines.graph.TriggeredGraphExecution.StreamState$.TERMINATED_WITH_ERROR$
- All Implemented Interfaces:
Serializable
,TriggeredGraphExecution.StreamState
,scala.Equals
,scala.Product
- Enclosing class:
- TriggeredGraphExecution.StreamState$
public static class TriggeredGraphExecution.StreamState$.TERMINATED_WITH_ERROR$
extends Object
implements TriggeredGraphExecution.StreamState, scala.Product, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionStatic 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
-
TERMINATED_WITH_ERROR$
public TERMINATED_WITH_ERROR$()
-