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

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

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
 

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



Copyright © 2015 The Apache Software Foundation. All rights reserved.