Uses of Interface
org.apache.hadoop.hbase.regionserver.ColumnTracker

Packages that use ColumnTracker
org.apache.hadoop.hbase.regionserver   
 

Uses of ColumnTracker in org.apache.hadoop.hbase.regionserver
 

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.
 

Fields in org.apache.hadoop.hbase.regionserver declared as ColumnTracker
protected  ColumnTracker QueryMatcher.columns
          Keeps track of columns and versions
 

Methods in org.apache.hadoop.hbase.regionserver that return ColumnTracker
 ColumnTracker QueryMatcher.getColumnTracker()
           
 



Copyright © 2010 The Apache Software Foundation