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()
n
|
TimeRange |
Get.getTimeRange()
Method for retrieving the get's TimeRange n
|
TimeRange |
Append.getTimeRange()
Gets the TimeRange used for this append.
|
TimeRange |
Increment.getTimeRange()
Gets the TimeRange used for this increment.
|
TimeRange |
CheckAndMutate.getTimeRange()
Returns the time range to check
|
Modifier and Type | Method and Description |
---|---|
Map<byte[],TimeRange> |
Query.getColumnFamilyTimeRange()
Returns A map of column families to time ranges
|
Modifier and Type | Method and Description |
---|---|
CheckAndMutate.Builder |
CheckAndMutate.Builder.timeRange(TimeRange timeRange)
Specify a timerange
|
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.