Uses of Interface
org.apache.hadoop.hbase.util.RandomDistribution.DiscreteRNG
Packages that use RandomDistribution.DiscreteRNG
Package
Description
-
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.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as RandomDistribution.DiscreteRNGModifier and TypeFieldDescriptionprivate RandomDistribution.DiscreteRNG
TestHFileSeek.keyLenGen
(package private) RandomDistribution.DiscreteRNG
KeySampler.keyLenRNG
private final RandomDistribution.DiscreteRNG
KVGenerator.keyLenRNG
private final RandomDistribution.DiscreteRNG
KVGenerator.valLenRNG
Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type RandomDistribution.DiscreteRNGModifierConstructorDescriptionKeySampler
(Random random, byte[] first, byte[] last, RandomDistribution.DiscreteRNG keyLenRNG) KVGenerator
(Random random, boolean sorted, RandomDistribution.DiscreteRNG keyLenRNG, RandomDistribution.DiscreteRNG valLenRNG, RandomDistribution.DiscreteRNG wordLenRNG, int dictSize) -
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.