Uses of Enum Class
org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker.DeleteResult
Package
Description
-
Uses of DeleteTracker.DeleteResult in org.apache.hadoop.hbase.regionserver.querymatcher
Modifier and TypeMethodDescriptionDeleteTracker.isDeleted
(ExtendedCell cell) Check if the specified cell buffer has been deleted by a previously seen delete.NewVersionBehaviorTracker.isDeleted
(ExtendedCell cell) This method is not idempotent, we will save some info to judge VERSION_MASKED.ScanDeleteTracker.isDeleted
(ExtendedCell cell) Check if the specified Cell buffer has been deleted by a previously seen delete.static DeleteTracker.DeleteResult
Returns the enum constant of this class with the specified name.static DeleteTracker.DeleteResult[]
DeleteTracker.DeleteResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeleteTracker.DeleteResult in org.apache.hadoop.hbase.security.visibility
Modifier and TypeMethodDescriptionVisibilityNewVersionBehaivorTracker.isDeleted
(ExtendedCell cell) VisibilityScanDeleteTracker.isDeleted
(ExtendedCell cell)