Uses of Class
org.apache.hadoop.hbase.regionserver.BloomType

Packages that use BloomType
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util   
 

Uses of BloomType in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return BloomType
 BloomType HColumnDescriptor.getBloomFilterType()
           
 

Methods in org.apache.hadoop.hbase with parameters of type BloomType
 HColumnDescriptor HColumnDescriptor.setBloomFilterType(BloomType bt)
           
 

Uses of BloomType in org.apache.hadoop.hbase.regionserver
 

Fields in org.apache.hadoop.hbase.regionserver declared as BloomType
protected  BloomType StoreFile.Reader.bloomFilterType
           
 

Methods in org.apache.hadoop.hbase.regionserver that return BloomType
 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.
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type BloomType
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withBloomType(BloomType bloomType)
           
 

Constructors in org.apache.hadoop.hbase.regionserver with parameters of type BloomType
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.
 

Uses of BloomType in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util with parameters of type BloomType
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–2015 The Apache Software Foundation. All rights reserved.