Uses of Class
org.apache.hadoop.hbase.io.TimeRange
Package
Description
Provides HBase Client
-
Uses of TimeRange in org.apache.hadoop.hbase.client
Modifier 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
Modifier 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 TimeRangeModifier and TypeMethodDescriptionImmutableScan.getColumnFamilyTimeRange()
Query.getColumnFamilyTimeRange()
Returns A map of column families to time rangesModifier and TypeMethodDescriptionDeprecated.Match a timerange.Deprecated.Match a timerange.Specify a timerangeDeprecated.Specify a timerangeDeprecated.Specify a timerange.ModifierConstructorDescriptionprivate
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
Modifier 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)Modifier and TypeMethodDescriptionboolean
TimeRange.includesTimeRange
(TimeRange tr) Check if the range has any overlap with TimeRange -
Uses of TimeRange in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescription(package private) TimeRange
TimeRangeTracker.toTimeRange()
Returns Make a TimeRange from current state ofthis
.Modifier 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
-
Uses of TimeRange in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescription