| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.regionserver.querymatcher | 
| Modifier and Type | Field and Description | 
|---|---|
| private ColumnCount | ExplicitColumnTracker. column | 
| private ColumnCount[] | ExplicitColumnTracker. columnsContains the list of columns that the ExplicitColumnTracker is tracking. | 
| Modifier and Type | Method and Description | 
|---|---|
| ColumnCount | ExplicitColumnTracker. getColumnHint() | 
| ColumnCount | NewVersionBehaviorTracker. 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 | ScanWildcardColumnTracker. getColumnHint()Used by matcher and scan/get to get a hint of the next column to seek to after checkColumn()
 returns SKIP. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.