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 voidCompressionTestBase.fill(RandomDistribution.DiscreteRNG rng, byte[] input) protected static voidCompressionTestBase.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.DiscreteRNGTestHFileSeek.keyLenGen(package private) RandomDistribution.DiscreteRNGKeySampler.keyLenRNGprivate final RandomDistribution.DiscreteRNGKVGenerator.keyLenRNGprivate final RandomDistribution.DiscreteRNGKVGenerator.valLenRNGConstructors 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 classBinomial distribution.static final classP(i)=1/(max-min)static final classZipf distribution.