Package org.apache.hadoop.hbase.regionserver.querymatcher
package org.apache.hadoop.hbase.regionserver.querymatcher
-
ClassDescriptionorg.apache.hadoop.hbase.regionserver.querymatcher.ColumnTrackerImplementing classes of this interface will be used for the tracking and enforcement of columns and numbers of versions and timeToLive during the course of a Get or Scan operation.org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcherQuery matcher for compaction.org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTrackerThis interface is used for the tracking and enforcement of Deletes during the course of a Get or Scan operation.org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker.DeleteResultReturns codes for delete result.org.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcherA query matcher for compaction which can drop delete markers.org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTrackerThis class is used for the tracking and enforcement of columns and numbers of versions during the course of a Get or Scan operation, when explicit column qualifiers have been asked for in the query.org.apache.hadoop.hbase.regionserver.querymatcher.IncludeAllCompactionQueryMatcherA compaction query matcher that always return INCLUDE and drops nothing.org.apache.hadoop.hbase.regionserver.querymatcher.MajorCompactionScanQueryMatcherQuery matcher for major compaction.org.apache.hadoop.hbase.regionserver.querymatcher.MinorCompactionScanQueryMatcherQuery matcher for minor compaction.org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTrackerA tracker both implementing ColumnTracker and DeleteTracker, used for mvcc-sensitive scanning.org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcherQuery matcher for normal user scan.org.apache.hadoop.hbase.regionserver.querymatcher.RawScanQueryMatcherQuery matcher for raw scan.org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTrackerThis class is responsible for the tracking and enforcement of Deletes during the course of a Scan operation.org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcherA query matcher that is specifically designed for the scan case.org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ScanQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell)
return codes.org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTrackerKeeps track of the columns for a scan if they are not explicitly specifiedorg.apache.hadoop.hbase.regionserver.querymatcher.StripeCompactionScanQueryMatcherQuery matcher for stripe compaction if range drop deletes is used.org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcherQuery matcher for user scan.