org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ColumnTracker.checkColumn(org.apache.hadoop.hbase.ExtendedCell cell,
byte type)
Checks if the column is present in the list of requested columns by returning the match code
instance.
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ExplicitColumnTracker.checkColumn(org.apache.hadoop.hbase.ExtendedCell cell,
byte type)
Checks if the column is present in the list of requested columns by returning the match code
instance.
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
NewVersionBehaviorTracker.checkColumn(org.apache.hadoop.hbase.ExtendedCell cell,
byte type)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ScanWildcardColumnTracker.checkColumn(org.apache.hadoop.hbase.ExtendedCell cell,
byte type)
Checks if the column is present in the list of requested columns by returning the match code
instance.
protected final org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ScanQueryMatcher.checkDeleted(org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker deletes,
org.apache.hadoop.hbase.ExtendedCell cell)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ColumnTracker.checkVersions(org.apache.hadoop.hbase.ExtendedCell cell,
long timestamp,
byte type,
boolean ignoreCount)
Keeps track of the number of versions for the columns asked for.
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ExplicitColumnTracker.checkVersions(org.apache.hadoop.hbase.ExtendedCell cell,
long timestamp,
byte type,
boolean ignoreCount)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
NewVersionBehaviorTracker.checkVersions(org.apache.hadoop.hbase.ExtendedCell cell,
long timestamp,
byte type,
boolean ignoreCount)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ScanWildcardColumnTracker.checkVersions(org.apache.hadoop.hbase.ExtendedCell cell,
long timestamp,
byte type,
boolean ignoreCount)
Keeps track of the number of versions for the columns asked for.
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ColumnTracker.getNextRowOrNextColumn(org.apache.hadoop.hbase.ExtendedCell cell)
Retrieve the MatchCode for the next row or column
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ExplicitColumnTracker.getNextRowOrNextColumn(org.apache.hadoop.hbase.ExtendedCell cell)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
NewVersionBehaviorTracker.getNextRowOrNextColumn(org.apache.hadoop.hbase.ExtendedCell cell)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ScanWildcardColumnTracker.getNextRowOrNextColumn(org.apache.hadoop.hbase.ExtendedCell cell)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
IncludeAllCompactionQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell cell)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
MajorCompactionScanQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell cell)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
MinorCompactionScanQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell cell)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
NormalUserScanQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell cell)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
RawScanQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell cell)
abstract org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ScanQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell cell)
Determines if the caller should do one of several things:
seek/skip to the next row (MatchCode.SEEK_NEXT_ROW)
seek/skip to the next column (MatchCode.SEEK_NEXT_COL)
include the current KeyValue (MatchCode.INCLUDE)
ignore the current KeyValue (MatchCode.SKIP)
got to the next row (MatchCode.DONE)
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
StripeCompactionScanQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell cell)
protected final org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
UserScanQueryMatcher.matchColumn(org.apache.hadoop.hbase.ExtendedCell cell,
long timestamp,
byte typeByte)
protected final org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ScanQueryMatcher.preCheck(org.apache.hadoop.hbase.ExtendedCell cell)
Check before the delete logic.
protected final org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
DropDeletesCompactionScanQueryMatcher.tryDropDelete(org.apache.hadoop.hbase.ExtendedCell cell)
static org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
ScanQueryMatcher.MatchCode.valueOf(String name)
static org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode[]
ScanQueryMatcher.MatchCode.values()