Class State
Object
org.apache.spark.sql.pipelines.graph.State
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.apache.spark.internal.Logging.LogStringContextLogStringContext(scala.StringContext sc) static org.slf4j.Loggerstatic voidorg$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1) static scala.collection.immutable.Seq<Input>reset(DataflowGraph resolvedGraph, PipelineUpdateContext env) Performs the following on targets selected for full refresh: - Clearing checkpoint data - Truncating table data
- 
Constructor Details- 
Statepublic State()
 
- 
- 
Method Details- 
resetpublic static scala.collection.immutable.Seq<Input> reset(DataflowGraph resolvedGraph, PipelineUpdateContext env) Performs the following on targets selected for full refresh: - Clearing checkpoint data - Truncating table data- Parameters:
- resolvedGraph- (undocumented)
- env- (undocumented)
- Returns:
- (undocumented)
 
- 
org$apache$spark$internal$Logging$$log_public static org.slf4j.Logger org$apache$spark$internal$Logging$$log_()
- 
org$apache$spark$internal$Logging$$log__$eqpublic static void org$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1) 
- 
LogStringContextpublic static org.apache.spark.internal.Logging.LogStringContext LogStringContext(scala.StringContext sc) 
 
-