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 TimeRangeCheckAndMutate.Builder.timeRangeprivate final TimeRangeCheckAndMutate.timeRangeprivate TimeRangeHTable.CheckAndMutateBuilderImpl.timeRangeprivate TimeRangeHTable.CheckAndMutateWithFilterBuilderImpl.timeRangeprivate TimeRangeRawAsyncTableImpl.CheckAndMutateBuilderImpl.timeRangeprivate TimeRangeRawAsyncTableImpl.CheckAndMutateWithFilterBuilderImpl.timeRangeprivate TimeRangeAppend.trprivate TimeRangeGet.trprivate TimeRangeIncrement.trprivate TimeRangeScan.trFields 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 TypeMethodDescriptionprivate CheckAndMutateResultHTable.doCheckAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, Filter filter, TimeRange timeRange, Mutation mutation) private CheckAndMutateResultHTable.doCheckAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, Filter filter, TimeRange timeRange, RowMutations rm) Deprecated.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 TimeRangeModifierConstructorDescriptionprivateCheckAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, byte[] value, TimeRange timeRange, Row action) privateCheckAndMutate(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 TimeRangeTimeRange.allTime()static TimeRangeTimeRange.at(long ts) static TimeRangeTimeRange.between(long minStamp, long maxStamp) Represents the time interval [minStamp, maxStamp)static TimeRangeTimeRange.from(long minStamp) Represents the time interval [minStamp, Long.MAX_VALUE)static TimeRangeTimeRange.until(long maxStamp) Represents the time interval [0, maxStamp)Methods in org.apache.hadoop.hbase.io with parameters of type TimeRangeModifier and TypeMethodDescriptionbooleanTimeRange.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) TimeRangeTimeRangeTracker.toTimeRange()Returns Make a TimeRange from current state ofthis.Methods in org.apache.hadoop.hbase.regionserver with parameters of type TimeRangeModifier and TypeMethodDescriptionbooleanHRegion.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, Mutation mutation) Deprecated.booleanHRegion.checkAndMutate(byte[] row, Filter filter, TimeRange timeRange, Mutation mutation) Deprecated.booleanRegion.checkAndMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, Mutation mutation) Deprecated.since 2.4.0 and will be removed in 4.0.0.booleanRegion.checkAndMutate(byte[] row, Filter filter, TimeRange timeRange, Mutation mutation) Deprecated.since 2.4.0 and will be removed in 4.0.0.booleanHRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, RowMutations rm) Deprecated.booleanHRegion.checkAndRowMutate(byte[] row, Filter filter, TimeRange timeRange, RowMutations rm) Deprecated.booleanRegion.checkAndRowMutate(byte[] row, byte[] family, byte[] qualifier, CompareOperator op, ByteArrayComparable comparator, TimeRange timeRange, RowMutations mutations) Deprecated.since 2.4.0 and will be removed in 4.0.0.booleanRegion.checkAndRowMutate(byte[] row, Filter filter, TimeRange timeRange, RowMutations mutations) Deprecated.since 2.4.0 and will be removed in 4.0.0.booleanTimeRangeTracker.includesTimeRange(TimeRange tr) Check if the range has ANY overlap with TimeRange(package private) booleanStoreFileReader.passesTimerangeFilter(TimeRange tr, long oldestUnexpiredTS) Check if this storeFile may contain keys within the TimeRange that have not expired (i.e.booleanCompositeImmutableSegment.shouldSeek(TimeRange tr, long oldestUnexpiredTS) booleanSegment.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