Uses of Class
org.apache.flink.api.java.sampling.IntermediateSampleData
-
Packages that use IntermediateSampleData Package Description org.apache.flink.api.java.functions org.apache.flink.api.java.sampling -
-
Uses of IntermediateSampleData in org.apache.flink.api.java.functions
Method parameters in org.apache.flink.api.java.functions with type arguments of type IntermediateSampleData Modifier and Type Method Description voidSampleInPartition. mapPartition(Iterable<T> values, org.apache.flink.util.Collector<IntermediateSampleData<T>> out)voidSampleInCoordinator. reduce(Iterable<IntermediateSampleData<T>> values, org.apache.flink.util.Collector<T> out) -
Uses of IntermediateSampleData in org.apache.flink.api.java.sampling
Fields in org.apache.flink.api.java.sampling with type parameters of type IntermediateSampleData Modifier and Type Field Description protected Iterator<IntermediateSampleData<T>>DistributedRandomSampler. emptyIntermediateIterableMethods in org.apache.flink.api.java.sampling that return types with arguments of type IntermediateSampleData Modifier and Type Method Description abstract Iterator<IntermediateSampleData<T>>DistributedRandomSampler. sampleInPartition(Iterator<T> input)Sample algorithm for the first phase.Iterator<IntermediateSampleData<T>>ReservoirSamplerWithoutReplacement. sampleInPartition(Iterator<T> input)Iterator<IntermediateSampleData<T>>ReservoirSamplerWithReplacement. sampleInPartition(Iterator<T> input)Methods in org.apache.flink.api.java.sampling with parameters of type IntermediateSampleData Modifier and Type Method Description intIntermediateSampleData. compareTo(IntermediateSampleData<T> other)Method parameters in org.apache.flink.api.java.sampling with type arguments of type IntermediateSampleData Modifier and Type Method Description Iterator<T>DistributedRandomSampler. sampleInCoordinator(Iterator<IntermediateSampleData<T>> input)Sample algorithm for the second phase.
-