Class FlowSystemMetadata
Object
org.apache.spark.sql.pipelines.graph.FlowSystemMetadata
- All Implemented Interfaces:
Serializable,org.apache.spark.internal.Logging,SystemMetadata,scala.Equals,scala.Product
public class FlowSystemMetadata
extends Object
implements SystemMetadata, org.apache.spark.internal.Logging, scala.Product, Serializable
Represents the system metadata associated with a
Flow.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.spark.internal.Logging
org.apache.spark.internal.Logging.LogStringContext, org.apache.spark.internal.Logging.SparkShellLoggingFilter -
Constructor Summary
ConstructorsConstructorDescriptionFlowSystemMetadata(PipelineUpdateContext context, Flow flow, DataflowGraph graph) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3) context()flow()graph()Returns the location for the most recent checkpoint of a given flow.scala.Option<String>Same aslatestCheckpointLocation()but returns None if the flow checkpoints directory does not exist.static StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface org.apache.spark.internal.Logging
initializeForcefully, initializeLogIfNecessary, initializeLogIfNecessary, initializeLogIfNecessary$default$2, isTraceEnabled, log, logBasedOnLevel, logDebug, logDebug, logDebug, logDebug, logError, logError, logError, logError, logInfo, logInfo, logInfo, logInfo, logName, LogStringContext, logTrace, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, logWarning, MDC, org$apache$spark$internal$Logging$$log_, org$apache$spark$internal$Logging$$log__$eq, withLogContextMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
FlowSystemMetadata
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
context
-
flow
-
graph
-
latestCheckpointLocation
Returns the location for the most recent checkpoint of a given flow. -
latestCheckpointLocationOpt
Same aslatestCheckpointLocation()but returns None if the flow checkpoints directory does not exist.- Returns:
- (undocumented)
-