Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
private ColumnTracker |
ScanQueryMatcher.columns
Keeps track of columns and versions
|
Modifier and Type | Method and Description |
---|---|
(package private) static ScanQueryMatcher.MatchCode |
ScanQueryMatcher.checkColumn(ColumnTracker columnTracker,
byte[] bytes,
int offset,
int length,
long ttl,
byte type,
boolean ignoreCount) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.