@InterfaceAudience.Private public class VisibilityScanDeleteTracker extends ScanDeleteTracker
DeleteTracker.DeleteCompare, DeleteTracker.DeleteResultdeleteBuffer, deleteLength, deleteOffset, deleteTimestamp, deleteType, familyStamp, familyVersionStamps, hasFamilyStamp| 构造器和说明 |
|---|
VisibilityScanDeleteTracker() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Cell delCell)
Add the specified KeyValue to the list of deletes to check against for this row operation.
|
DeleteTracker.DeleteResult |
isDeleted(Cell cell)
Check if the specified KeyValue buffer has been deleted by a previously seen delete.
|
void |
reset()
Called between rows.
|
isEmpty, updatepublic void add(Cell delCell)
ScanDeleteTrackerThis is called when a Delete is encountered.
add 在接口中 DeleteTrackeradd 在类中 ScanDeleteTrackerdelCell - - the delete cellpublic DeleteTracker.DeleteResult isDeleted(Cell cell)
ScanDeleteTrackerisDeleted 在接口中 DeleteTrackerisDeleted 在类中 ScanDeleteTrackercell - - current cell to check if deleted by a previously seen deletepublic void reset()
DeleteTrackerThis clears everything as if a new DeleteTracker was instantiated.
reset 在接口中 DeleteTrackerreset 在类中 ScanDeleteTrackerCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.