Package | Description |
---|---|
org.apache.hadoop.hbase.io |
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–2021 The Apache Software Foundation. All rights reserved.