HBASE-1412 Change values for delete column and column family in KeyValue
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@774212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f472ec416
commit
81c06b9299
@ -234,6 +234,7 @@ Release 0.20.0 - Unreleased
|
|||||||
HBASE-1414 Add server status logging chore to ServerManager
|
HBASE-1414 Add server status logging chore to ServerManager
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
HBASE-1412 Change values for delete column and column family in KeyValue
|
||||||
|
|
||||||
Release 0.19.0 - 01/21/2009
|
Release 0.19.0 - 01/21/2009
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -143,8 +143,8 @@ public class KeyValue {
|
|||||||
public static enum Type {
|
public static enum Type {
|
||||||
Put((byte)4),
|
Put((byte)4),
|
||||||
Delete((byte)8),
|
Delete((byte)8),
|
||||||
DeleteColumn((byte)16),
|
DeleteColumn((byte)12),
|
||||||
DeleteFamily((byte)32),
|
DeleteFamily((byte)14),
|
||||||
// Maximum is used when searching; you look from maximum on down.
|
// Maximum is used when searching; you look from maximum on down.
|
||||||
Maximum((byte)255);
|
Maximum((byte)255);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user