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 classFlinkSampleOperator<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 classJavaRandomSampleOperator<Type>Java implementation of theJavaRandomSampleOperator.classJavaReservoirSampleOperator<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 classSparkBernoulliSampleOperator<Type>Spark implementation of theSparkBernoulliSampleOperator.classSparkRandomPartitionSampleOperator<Type>Spark implementation of theSampleOperator.classSparkShufflePartitionSampleOperator<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).
-