Classes in org.apache.hadoop.hbase.regionserver that implement ColumnTracker |
class |
ExplicitColumnTracker
This 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. |
class |
ScanWildcardColumnTracker
Keeps track of the columns for a scan if they are not explicitly specified |
class |
WildcardColumnTracker
This class is used for the tracking and enforcement of columns and numbers
of versions during the course of a Get or Scan operation, when all available
column qualifiers have been asked for in the query. |