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:
parent
e60307ea31
commit
5162324ef9
|
@ -92,6 +92,11 @@ public class HColumnDescriptor implements WritableComparable {
|
||||||
*/
|
*/
|
||||||
public static final boolean DEFAULT_BLOCKCACHE = false;
|
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.
|
* Default time to live of cell contents.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue