Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Field and Description |
---|---|
TTimeRange |
TScan.timeRange |
TTimeRange |
TGet.timeRange |
Modifier and Type | Method and Description |
---|---|
TTimeRange |
TTimeRange.deepCopy() |
TTimeRange |
TScan.getTimeRange() |
TTimeRange |
TGet.getTimeRange() |
TTimeRange |
TTimeRange.setMaxStamp(long maxStamp) |
TTimeRange |
TTimeRange.setMinStamp(long minStamp) |
Modifier and Type | Method and Description |
---|---|
int |
TTimeRange.compareTo(TTimeRange other) |
boolean |
TTimeRange.equals(TTimeRange that) |
TScan |
TScan.setTimeRange(TTimeRange timeRange) |
TGet |
TGet.setTimeRange(TTimeRange timeRange) |
Constructor and Description |
---|
TTimeRange(TTimeRange other)
Performs a deep copy on other.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.