Package | Description |
---|---|
org.apache.hadoop.hbase.io.compress | |
org.apache.hadoop.hbase.io.hfile | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
protected static void |
CompressionTestBase.fill(RandomDistribution.DiscreteRNG rng,
byte[] input) |
protected static void |
CompressionTestBase.fill(RandomDistribution.DiscreteRNG rng,
byte[][] input) |
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) |
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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.