Uses of Package
org.apache.flink.api.java.sampling
-
Packages that use org.apache.flink.api.java.sampling Package Description org.apache.flink.api.java.functions org.apache.flink.api.java.sampling -
Classes in org.apache.flink.api.java.sampling used by org.apache.flink.api.java.functions Class Description IntermediateSampleData The data structure which is transferred between partitions and the coordinator for distributed random sampling. -
Classes in org.apache.flink.api.java.sampling used by org.apache.flink.api.java.sampling Class Description DistributedRandomSampler For sampling with fraction, the sample algorithms are natively distributed, while it's not true for fixed size sample algorithms.IntermediateSampleData The data structure which is transferred between partitions and the coordinator for distributed random sampling.RandomSampler A data sample is a set of data selected from a statistical population by a defined procedure.