Class RunCompletion
Object
org.apache.spark.sql.pipelines.graph.RunCompletion
- All Implemented Interfaces:
- Serializable,- RunTerminationReason,- scala.Equals,- scala.Product
public class RunCompletion
extends Object
implements RunTerminationReason, scala.Product, Serializable
Indicates that a triggered run has successfully completed execution.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
RunCompletionpublic RunCompletion()
 
- 
- 
Method Details- 
applypublic abstract static R apply()
- 
toString
- 
terminalStateDescription copied from interface:RunTerminationReasonTerminal state for the given run.- Specified by:
- terminalStatein interface- RunTerminationReason
 
- 
messageDescription copied from interface:RunTerminationReasonUser visible message associated with run termination. This will also be set as the message in the associated terminal run progress log.- Specified by:
- messagein interface- RunTerminationReason
- Returns:
- (undocumented)
 
- 
causeDescription copied from interface:RunTerminationReasonException associated with the given run termination. This exception will be included in the error details in the associated terminal run progress event.- Specified by:
- causein interface- RunTerminationReason
- Returns:
- (undocumented)
 
 
-