Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.security.visibility |
Modifier and Type | Method and Description |
---|---|
DeleteTracker.DeleteResult |
ScanDeleteTracker.isDeleted(Cell cell)
Check if the specified KeyValue buffer has been deleted by a previously
seen delete.
|
DeleteTracker.DeleteResult |
DeleteTracker.isDeleted(Cell cell)
Check if the specified cell 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.
|
Modifier and Type | Method and Description |
---|---|
DeleteTracker.DeleteResult |
VisibilityScanDeleteTracker.isDeleted(Cell cell) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.