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

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
 HColumnDescriptor 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
 StoreFile.WriterBuilder StoreFile.WriterBuilder.withBloomType(StoreFile.BloomType bloomType)
           
 

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

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.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.