Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.querymatcher |
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 |
Scan.getTimeRange() |
TimeRange |
Get.getTimeRange()
Method for retrieving the get's TimeRange
|
Modifier and Type | Method and Description |
---|---|
Map<byte[],TimeRange> |
Query.getColumnFamilyTimeRange() |
Modifier and Type | Method and Description |
---|---|
boolean |
TimeRange.includesTimeRange(TimeRange tr)
Check if the range has any overlap with TimeRange
|
Modifier and Type | Field and Description |
---|---|
protected TimeRange |
StoreFile.Reader.timeRange |
Modifier and Type | Method and Description |
---|---|
boolean |
TimeRangeTracker.includesTimeRange(TimeRange tr)
Check if the range has ANY overlap with TimeRange
|
Modifier and Type | Field and Description |
---|---|
protected TimeRange |
UserScanQueryMatcher.tr |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.