| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.util |
| Modifier and Type | Method and Description |
|---|---|
BloomType |
HColumnDescriptor.getBloomFilterType() |
| Modifier and Type | Method and Description |
|---|---|
HColumnDescriptor |
HColumnDescriptor.setBloomFilterType(BloomType bt) |
| Modifier and Type | Field and Description |
|---|---|
protected BloomType |
StoreFile.Reader.bloomFilterType |
| Modifier and Type | Method and Description |
|---|---|
BloomType |
StoreFile.Reader.getBloomFilterType() |
static BloomType |
BloomType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BloomType[] |
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(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,
BloomType cfBloomType)
Constructor, loads a reader and it's indices, etc.
|
StoreFile(org.apache.hadoop.fs.FileSystem fs,
StoreFileInfo fileInfo,
org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
BloomType cfBloomType)
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,
BloomType bloomType,
int maxKeys,
HFile.Writer writer)
Creates a new general (Row or RowCol) Bloom filter at the time of
StoreFile writing. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.