Uses of Enum
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
Packages that use org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
-
Uses of org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode in org.apache.hadoop.hbase.regionserver.querymatcher
Methods in org.apache.hadoop.hbase.regionserver.querymatcher that return org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeColumnTracker.checkColumn(org.apache.hadoop.hbase.Cell 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.MatchCodeExplicitColumnTracker.checkColumn(org.apache.hadoop.hbase.Cell 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.MatchCodeNewVersionBehaviorTracker.checkColumn(org.apache.hadoop.hbase.Cell cell, byte type) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeScanWildcardColumnTracker.checkColumn(org.apache.hadoop.hbase.Cell 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.MatchCodeScanQueryMatcher.checkDeleted(org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker deletes, org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeColumnTracker.checkVersions(org.apache.hadoop.hbase.Cell 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.MatchCodeExplicitColumnTracker.checkVersions(org.apache.hadoop.hbase.Cell cell, long timestamp, byte type, boolean ignoreCount) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeNewVersionBehaviorTracker.checkVersions(org.apache.hadoop.hbase.Cell cell, long timestamp, byte type, boolean ignoreCount) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeScanWildcardColumnTracker.checkVersions(org.apache.hadoop.hbase.Cell 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.MatchCodeColumnTracker.getNextRowOrNextColumn(org.apache.hadoop.hbase.Cell cell) Retrieve the MatchCode for the next row or columnorg.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeExplicitColumnTracker.getNextRowOrNextColumn(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeNewVersionBehaviorTracker.getNextRowOrNextColumn(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeScanWildcardColumnTracker.getNextRowOrNextColumn(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeIncludeAllCompactionQueryMatcher.match(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeMajorCompactionScanQueryMatcher.match(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeMinorCompactionScanQueryMatcher.match(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeNormalUserScanQueryMatcher.match(org.apache.hadoop.hbase.Cell cell) org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeRawScanQueryMatcher.match(org.apache.hadoop.hbase.Cell cell) abstract org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeScanQueryMatcher.match(org.apache.hadoop.hbase.Cell 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.MatchCodeStripeCompactionScanQueryMatcher.match(org.apache.hadoop.hbase.Cell cell) protected final org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeUserScanQueryMatcher.matchColumn(org.apache.hadoop.hbase.Cell cell, long timestamp, byte typeByte) protected final org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeScanQueryMatcher.preCheck(org.apache.hadoop.hbase.Cell cell) Check before the delete logic.protected final org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeDropDeletesCompactionScanQueryMatcher.tryDropDelete(org.apache.hadoop.hbase.Cell cell) static org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCodeScanQueryMatcher.MatchCode.valueOf(String name) static org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode[]ScanQueryMatcher.MatchCode.values()