Uses of Interface
org.apache.hadoop.hbase.util.RandomDistribution.DiscreteRNG
Package
Description
-
Uses of RandomDistribution.DiscreteRNG in org.apache.hadoop.hbase.io.compress
Modifier 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
Modifier and TypeFieldDescriptionprivate RandomDistribution.DiscreteRNG
TestHFileSeek.keyLenGen
(package private) RandomDistribution.DiscreteRNG
KeySampler.keyLenRNG
private final RandomDistribution.DiscreteRNG
KVGenerator.keyLenRNG
private final RandomDistribution.DiscreteRNG
KVGenerator.valLenRNG
ModifierConstructorDescriptionKeySampler
(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
Modifier and TypeClassDescriptionstatic final class
Binomial distribution.static final class
P(i)=1/(max-min)static final class
Zipf distribution.