Uses of Interface
org.apache.hadoop.hbase.util.RandomDistribution.DiscreteRNG
Packages that use RandomDistribution.DiscreteRNG
-
Uses of RandomDistribution.DiscreteRNG in org.apache.hadoop.hbase.io.compress
Methods in org.apache.hadoop.hbase.io.compress with parameters of type RandomDistribution.DiscreteRNGModifier and TypeMethodDescriptionprotected static void
CompressionTestBase.fill
(RandomDistribution.DiscreteRNG rng, byte[] input) protected static void
CompressionTestBase.fill
(RandomDistribution.DiscreteRNG rng, byte[][] input) -
Uses of RandomDistribution.DiscreteRNG in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement RandomDistribution.DiscreteRNGModifier and TypeClassDescriptionstatic final class
Binomial distribution.static final class
P(i)=1/(max-min)static final class
Zipf distribution.