Class NoFlows
Object
org.apache.spark.sql.pipelines.graph.NoFlows
Used to specify that no flows should be refreshed.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract static booleanabstract static booleanstatic scala.collection.immutable.Seq<ResolvedFlow>filter(scala.collection.immutable.Seq<ResolvedFlow> flows) static scala.collection.immutable.Seq<ResolvedFlow>filterNot(scala.collection.immutable.Seq<ResolvedFlow> flows) abstract static intabstract static ObjectproductElement(int n) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static String 
- 
Constructor Details
- 
NoFlows
public NoFlows() 
 - 
 - 
Method Details
- 
filter
public static scala.collection.immutable.Seq<ResolvedFlow> filter(scala.collection.immutable.Seq<ResolvedFlow> flows)  - 
filterNot
public static scala.collection.immutable.Seq<ResolvedFlow> filterNot(scala.collection.immutable.Seq<ResolvedFlow> flows)  - 
canEqual
 - 
equals
 - 
productArity
public abstract static int productArity() - 
productElement
 - 
productIterator
 - 
productPrefix
 - 
productElementName
 - 
productElementNames
 
 -