Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
DeleteTracker.DeleteResult |
ScanDeleteTracker.isDeleted(byte[] buffer,
int qualifierOffset,
int qualifierLength,
long timestamp)
Check if the specified KeyValue buffer has been deleted by a previously
seen delete.
|
DeleteTracker.DeleteResult |
DeleteTracker.isDeleted(byte[] buffer,
int qualifierOffset,
int qualifierLength,
long timestamp)
Check if the specified KeyValue buffer has been deleted by a previously
seen delete.
|
static DeleteTracker.DeleteResult |
DeleteTracker.DeleteResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteTracker.DeleteResult[] |
DeleteTracker.DeleteResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.