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
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.