|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoreFile.BloomType | |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.util | |
| Uses of StoreFile.BloomType in org.apache.hadoop.hbase |
|---|
| Methods in org.apache.hadoop.hbase that return StoreFile.BloomType | |
|---|---|
StoreFile.BloomType |
HColumnDescriptor.getBloomFilterType()
|
| Methods in org.apache.hadoop.hbase with parameters of type StoreFile.BloomType | |
|---|---|
void |
HColumnDescriptor.setBloomFilterType(StoreFile.BloomType bt)
|
| Uses of StoreFile.BloomType in org.apache.hadoop.hbase.regionserver |
|---|
| Fields in org.apache.hadoop.hbase.regionserver declared as StoreFile.BloomType | |
|---|---|
protected StoreFile.BloomType |
StoreFile.Reader.bloomFilterType
|
| Methods in org.apache.hadoop.hbase.regionserver that return StoreFile.BloomType | |
|---|---|
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. |
| Methods in org.apache.hadoop.hbase.regionserver with parameters of type StoreFile.BloomType | |
|---|---|
static StoreFile.Writer |
StoreFile.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path dir,
int blocksize,
Compression.Algorithm algorithm,
KeyValue.KVComparator c,
org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
StoreFile.BloomType bloomType,
long maxKeyCount)
Create a store file writer. |
| Constructors in org.apache.hadoop.hbase.regionserver with parameters of type StoreFile.BloomType | |
|---|---|
StoreFile.Writer(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
int blocksize,
Compression.Algorithm compress,
org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
KeyValue.KVComparator comparator,
StoreFile.BloomType bloomType,
long maxKeys)
Creates an HFile.Writer that also write helpful meta data. |
|
| Uses of StoreFile.BloomType in org.apache.hadoop.hbase.util |
|---|
| Methods in org.apache.hadoop.hbase.util with parameters of type StoreFile.BloomType | |
|---|---|
static BloomFilterWriter |
BloomFilterFactory.createBloomAtWrite(org.apache.hadoop.conf.Configuration conf,
CacheConfig cacheConf,
StoreFile.BloomType bloomType,
int maxKeys,
HFile.Writer writer)
Creates a new Bloom filter at the time of StoreFile writing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||