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 boolean
abstract static boolean
static 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 int
abstract static Object
productElement
(int n) static String
productElementName
(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
-