Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
StoreFile.BloomType |
HColumnDescriptor.getBloomFilterType() |
Modifier and Type | Method and Description |
---|---|
HColumnDescriptor |
HColumnDescriptor.setBloomFilterType(StoreFile.BloomType bt) |
Modifier and Type | Field and Description |
---|---|
protected StoreFile.BloomType |
StoreFile.Reader.bloomFilterType |
Modifier and Type | Method and Description |
---|---|
StoreFile.BloomType |
StoreFile.Reader.getBloomFilterType() |
static StoreFile.BloomType |
StoreFile.BloomType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreFile.BloomType[] |
StoreFile.BloomType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StoreFile.WriterBuilder |
StoreFile.WriterBuilder.withBloomType(StoreFile.BloomType bloomType) |
Constructor and Description |
---|
StoreFile(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path p,
org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
StoreFile.BloomType cfBloomType,
HFileDataBlockEncoder dataBlockEncoder)
Constructor, loads a reader and it's indices, etc.
|
Modifier and Type | Method and Description |
---|---|
static BloomFilterWriter |
BloomFilterFactory.createGeneralBloomAtWrite(org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
StoreFile.BloomType bloomType,
int maxKeys,
HFile.Writer writer)
Creates a new general (Row or RowCol) Bloom filter at the time of
StoreFile writing. |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.