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

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

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, StoreFile.BloomType bloomType, int maxKeySize)
          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, KeyValue.KVComparator comparator, StoreFile.BloomType bloomType, int maxKeys)
          Creates an HFile.Writer that also write helpful meta data.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.