Uses of Class
org.apache.hadoop.hbase.regionserver.ColumnCount

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

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

Fields in org.apache.hadoop.hbase.regionserver with type parameters of type ColumnCount
protected  List<ColumnCount> WildcardColumnTracker.columns
           
 

Methods in org.apache.hadoop.hbase.regionserver that return ColumnCount
 ColumnCount WildcardColumnTracker.getColumnHint()
           
 ColumnCount ScanWildcardColumnTracker.getColumnHint()
          Used by matcher and scan/get to get a hint of the next column to seek to after checkColumn() returns SKIP.
 ColumnCount ExplicitColumnTracker.getColumnHint()
           
 ColumnCount ColumnTracker.getColumnHint()
          Used by matcher and scan/get to get a hint of the next column to seek to after checkColumn() returns SKIP.
 ColumnCount QueryMatcher.getSeekColumn()
          If matcher returns SEEK_NEXT_COL you may be able to get a hint of the next column to seek to - call this.
 



Copyright © 2010 The Apache Software Foundation