HBASE-696 Make bloomfilter true/false and self-sizing

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@676097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-07-11 23:07:36 +00:00
parent e60307ea31
commit 5162324ef9
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ public class HColumnDescriptor implements WritableComparable {
*/
public static final boolean DEFAULT_BLOCKCACHE = false;
/**
* Default setting for whether or not to use bloomfilters.
*/
public static final boolean DEFAULT_BLOOMFILTER = false;
/**
* Default time to live of cell contents.
*/