Uses of Class
org.apache.wayang.basic.operators.SampleOperator
-
Packages that use SampleOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of SampleOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type SampleOperator Constructor Description SampleOperator(SampleOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of SampleOperator in org.apache.wayang.flink.operators
Subclasses of SampleOperator in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkSampleOperator<Type>
Flink implementation of theSampleOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type SampleOperator Constructor Description FlinkSampleOperator(SampleOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of SampleOperator in org.apache.wayang.java.operators
Subclasses of SampleOperator in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaRandomSampleOperator<Type>
Java implementation of theJavaRandomSampleOperator
.class
JavaReservoirSampleOperator<Type>
Java implementation of theJavaReservoirSampleOperator
.Constructors in org.apache.wayang.java.operators with parameters of type SampleOperator Constructor Description JavaRandomSampleOperator(SampleOperator<Type> that)
Copies an instance (exclusive of broadcasts).JavaReservoirSampleOperator(SampleOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of SampleOperator in org.apache.wayang.spark.operators
Subclasses of SampleOperator in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkBernoulliSampleOperator<Type>
Spark implementation of theSparkBernoulliSampleOperator
.class
SparkRandomPartitionSampleOperator<Type>
Spark implementation of theSampleOperator
.class
SparkShufflePartitionSampleOperator<Type>
Spark implementation of theSparkShufflePartitionSampleOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type SampleOperator Constructor Description SparkBernoulliSampleOperator(SampleOperator<Type> that)
Copies an instance (exclusive of broadcasts).SparkRandomPartitionSampleOperator(SampleOperator<Type> that)
Copies an instance (exclusive of broadcasts).SparkShufflePartitionSampleOperator(SampleOperator<Type> that)
Copies an instance (exclusive of broadcasts).
-