Uses of Class
org.apache.hadoop.hbase.io.TimeRange
Packages that use TimeRange
Package
Description
Provides HBase Client
-
Uses of TimeRange in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as TimeRangeModifier and TypeFieldDescriptionprivate TimeRange
CheckAndMutate.Builder.timeRange
private final TimeRange
CheckAndMutate.timeRange
private TimeRange
RawAsyncTableImpl.CheckAndMutateBuilderImpl.timeRange
private TimeRange
RawAsyncTableImpl.CheckAndMutateWithFilterBuilderImpl.timeRange
private TimeRange
Append.tr
private TimeRange
Get.tr
private TimeRange
Increment.tr
private TimeRange
Scan.tr
Fields in org.apache.hadoop.hbase.client with type parameters of type TimeRangeMethods in org.apache.hadoop.hbase.client that return TimeRangeModifier and TypeMethodDescriptionAppend.getTimeRange()
Gets the TimeRange used for this append.CheckAndMutate.getTimeRange()
Returns the time range to checkGet.getTimeRange()
Method for retrieving the get's TimeRangeImmutableScan.getTimeRange()
Increment.getTimeRange()
Gets the TimeRange used for this increment.Scan.getTimeRange()
Returns TimeRangeMethods in org.apache.hadoop.hbase.client that return types with arguments of type TimeRangeModifier and TypeMethodDescriptionImmutableScan.getColumnFamilyTimeRange()
Query.getColumnFamilyTimeRange()
Returns A map of column families to time rangesMethods in org.apache.hadoop.hbase.client with parameters of type TimeRangeModifier and TypeMethodDescriptionDeprecated.Match a timerange.Deprecated.Match a timerange.Specify a timerangeDeprecated.Specify a timerangeDeprecated.Specify a timerange.Constructors in org.apache.hadoop.hbase.client with parameters of type TimeRangeModifierConstructorDescriptionprivate
CheckAndMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, TimeRange timeRange, Row action) private
CheckAndMutate
(byte[] row, Filter filter, TimeRange timeRange, Row action) -
Uses of TimeRange in org.apache.hadoop.hbase.io
Fields in org.apache.hadoop.hbase.io declared as TimeRangeMethods in org.apache.hadoop.hbase.io that return TimeRangeModifier and TypeMethodDescriptionstatic 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)Methods in org.apache.hadoop.hbase.io with parameters of type TimeRangeModifier and TypeMethodDescriptionboolean
TimeRange.includesTimeRange
(TimeRange tr) Check if the range has any overlap with TimeRange -
Uses of TimeRange in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as TimeRangeMethods in org.apache.hadoop.hbase.regionserver that return TimeRangeModifier and TypeMethodDescription(package private) TimeRange
TimeRangeTracker.toTimeRange()
Returns Make a TimeRange from current state ofthis
.Methods in org.apache.hadoop.hbase.regionserver with parameters of type TimeRangeModifier and TypeMethodDescriptionboolean
HRegion.checkAndMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, Mutation mutation) Deprecated.boolean
HRegion.checkAndMutate
(byte[] row, Filter filter, TimeRange timeRange, Mutation mutation) Deprecated.boolean
Region.checkAndMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, Mutation mutation) Deprecated.since 3.0.0 and will be removed in 4.0.0.boolean
Region.checkAndMutate
(byte[] row, Filter filter, TimeRange timeRange, Mutation mutation) Deprecated.since 3.0.0 and will be removed in 4.0.0.boolean
HRegion.checkAndRowMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, RowMutations rm) Deprecated.boolean
HRegion.checkAndRowMutate
(byte[] row, Filter filter, TimeRange timeRange, RowMutations rm) Deprecated.boolean
Region.checkAndRowMutate
(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.boolean
Region.checkAndRowMutate
(byte[] row, Filter filter, TimeRange timeRange, RowMutations mutations) Deprecated.since 3.0.0 and will be removed in 4.0.0.boolean
TimeRangeTracker.includesTimeRange
(TimeRange tr) Check if the range has ANY overlap with TimeRange(package private) boolean
StoreFileReader.passesTimerangeFilter
(TimeRange tr, long oldestUnexpiredTS) Check if this storeFile may contain keys within the TimeRange that have not expired (i.e.boolean
CompositeImmutableSegment.shouldSeek
(TimeRange tr, long oldestUnexpiredTS) boolean
Segment.shouldSeek
(TimeRange tr, long oldestUnexpiredTS) -
Uses of TimeRange in org.apache.hadoop.hbase.regionserver.querymatcher
Fields in org.apache.hadoop.hbase.regionserver.querymatcher declared as TimeRange -
Uses of TimeRange in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client with parameters of type TimeRangeModifier and TypeMethodDescription