Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Modifier and Type | Class and Description |
---|---|
static class |
RandomDistribution.Binomial
Binomial distribution.
|
static class |
RandomDistribution.Flat
P(i)=1/(max-min)
|
static class |
RandomDistribution.Zipf
Zipf distribution.
|
Modifier and Type | Field and Description |
---|---|
private RandomDistribution.DiscreteRNG |
TestHFileSeek.keyLenGen |
(package private) RandomDistribution.DiscreteRNG |
KeySampler.keyLenRNG |
private RandomDistribution.DiscreteRNG |
KVGenerator.keyLenRNG |
private RandomDistribution.DiscreteRNG |
KVGenerator.valLenRNG |
Constructor and Description |
---|
KeySampler(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) |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.