| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.io | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<byte[],TimeRange> | 
Query.colFamTimeRangeMap  | 
| Modifier and Type | Method and Description | 
|---|---|
TimeRange | 
Scan.getTimeRange()  | 
TimeRange | 
Append.getTimeRange()
Gets the TimeRange used for this append. 
 | 
TimeRange | 
Increment.getTimeRange()
Gets the TimeRange used for this increment. 
 | 
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 | 
|---|---|
static TimeRange | 
TimeRange.allTime()  | 
static TimeRange | 
TimeRange.at(long ts)  | 
static TimeRange | 
TimeRange.between(long minStamp,
       long maxStamp)
Represents the time interval [minStamp, maxStamp) 
 | 
static TimeRange | 
TimeRange.from(long minStamp)
Represents the time interval [minStamp, Long.MAX_VALUE) 
 | 
static TimeRange | 
TimeRange.until(long maxStamp)
Represents the time interval [0, maxStamp) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
TimeRange.includesTimeRange(TimeRange tr)
Check if the range has any overlap with TimeRange 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.