Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private TimeRange |
Increment.tr |
private TimeRange |
Get.tr |
private TimeRange |
Scan.tr |
Modifier and Type | Field and Description |
---|---|
protected Map<byte[],TimeRange> |
Query.colFamTimeRangeMap |
Modifier and Type | Method and Description |
---|---|
TimeRange |
Increment.getTimeRange()
Gets the TimeRange used for this increment.
|
TimeRange |
Get.getTimeRange()
Method for retrieving the get's TimeRange
|
TimeRange |
Scan.getTimeRange() |
Modifier and Type | Method and Description |
---|---|
Map<byte[],TimeRange> |
Query.getColumnFamilyTimeRange() |
Modifier and Type | Field and Description |
---|---|
private TimeRange |
ScanQueryMatcher.tr |
Modifier and Type | Method and Description |
---|---|
private List<Cell> |
HRegion.doGet(Store store,
byte[] row,
Map.Entry<byte[],List<Cell>> family,
TimeRange tr)
Run a Get against passed in
store on passed row , etc. |
boolean |
TimeRangeTracker.includesTimeRange(TimeRange tr)
Check if the range has any overlap with TimeRange
|
(package private) boolean |
StoreFile.Reader.passesTimerangeFilter(TimeRange timeRange,
long oldestUnexpiredTS)
Check if this storeFile may contain keys within the TimeRange that
have not expired (i.e.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.