Uses of Class
org.apache.wayang.basic.operators.CountOperator
-
Packages that use CountOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of CountOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type CountOperator Constructor Description CountOperator(CountOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of CountOperator in org.apache.wayang.flink.operators
Subclasses of CountOperator in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkCountOperator<Type>
Flink implementation of theCountOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type CountOperator Constructor Description FlinkCountOperator(CountOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of CountOperator in org.apache.wayang.java.operators
Subclasses of CountOperator in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaCountOperator<Type>
Java implementation of theCountOperator
.Constructors in org.apache.wayang.java.operators with parameters of type CountOperator Constructor Description JavaCountOperator(CountOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of CountOperator in org.apache.wayang.spark.operators
Subclasses of CountOperator in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkCountOperator<Type>
Spark implementation of theCountOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type CountOperator Constructor Description SparkCountOperator(CountOperator<Type> that)
Copies an instance (exclusive of broadcasts).
-