| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.querymatcher | |
| org.apache.hadoop.hbase.thrift2.client | 
| Modifier and Type | Field and Description | 
|---|---|
| private TimeRange | HTable.CheckAndMutateBuilderImpl. timeRange | 
| private TimeRange | HTable.CheckAndMutateWithFilterBuilderImpl. timeRange | 
| private TimeRange | RawAsyncTableImpl.CheckAndMutateBuilderImpl. timeRange | 
| private TimeRange | RawAsyncTableImpl.CheckAndMutateWithFilterBuilderImpl. timeRange | 
| private TimeRange | CheckAndMutate. timeRange | 
| private TimeRange | CheckAndMutate.Builder. timeRange | 
| private TimeRange | Scan. tr | 
| private TimeRange | Append. tr | 
| private TimeRange | Increment. tr | 
| private TimeRange | Get. tr | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<byte[],TimeRange> | Query. colFamTimeRangeMap | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeRange | Scan. getTimeRange() | 
| TimeRange | Append. getTimeRange()Gets the TimeRange used for this append. | 
| TimeRange | Increment. getTimeRange()Gets the TimeRange used for this increment. | 
| TimeRange | CheckAndMutate. getTimeRange() | 
| TimeRange | ImmutableScan. getTimeRange() | 
| TimeRange | Get. getTimeRange()Method for retrieving the get's TimeRange | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<byte[],TimeRange> | Query. getColumnFamilyTimeRange() | 
| Map<byte[],TimeRange> | ImmutableScan. getColumnFamilyTimeRange() | 
| Modifier and Type | Method and Description | 
|---|---|
| private CheckAndMutateResult | HTable. doCheckAndMutate(byte[] row,
                byte[] family,
                byte[] qualifier,
                CompareOperator op,
                byte[] value,
                Filter filter,
                TimeRange timeRange,
                Mutation mutation) | 
| private CheckAndMutateResult | HTable. doCheckAndMutate(byte[] row,
                byte[] family,
                byte[] qualifier,
                CompareOperator op,
                byte[] value,
                Filter filter,
                TimeRange timeRange,
                RowMutations rm) | 
| Table.CheckAndMutateBuilder | HTable.CheckAndMutateBuilderImpl. timeRange(TimeRange timeRange) | 
| Table.CheckAndMutateWithFilterBuilder | HTable.CheckAndMutateWithFilterBuilderImpl. timeRange(TimeRange timeRange) | 
| AsyncTable.CheckAndMutateBuilder | AsyncTable.CheckAndMutateBuilder. timeRange(TimeRange timeRange)Deprecated.  | 
| AsyncTable.CheckAndMutateWithFilterBuilder | AsyncTable.CheckAndMutateWithFilterBuilder. timeRange(TimeRange timeRange)Deprecated.  | 
| Table.CheckAndMutateBuilder | Table.CheckAndMutateBuilder. timeRange(TimeRange timeRange)Deprecated.  | 
| Table.CheckAndMutateWithFilterBuilder | Table.CheckAndMutateWithFilterBuilder. timeRange(TimeRange timeRange)Deprecated.  | 
| AsyncTable.CheckAndMutateBuilder | RawAsyncTableImpl.CheckAndMutateBuilderImpl. timeRange(TimeRange timeRange) | 
| AsyncTable.CheckAndMutateWithFilterBuilder | RawAsyncTableImpl.CheckAndMutateWithFilterBuilderImpl. timeRange(TimeRange timeRange) | 
| CheckAndMutate.Builder | CheckAndMutate.Builder. timeRange(TimeRange timeRange) | 
| Constructor and Description | 
|---|
| CheckAndMutate(byte[] row,
              byte[] family,
              byte[] qualifier,
              CompareOperator op,
              byte[] value,
              TimeRange timeRange,
              Row action) | 
| CheckAndMutate(byte[] row,
              Filter filter,
              TimeRange timeRange,
              Row action) | 
| Modifier and Type | Field and Description | 
|---|---|
| private static TimeRange | TimeRange. ALL_TIME | 
| 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 | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TimeRange | StoreFileReader. timeRange | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) TimeRange | TimeRangeTracker. toTimeRange() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Region. 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. Use
    Region.checkAndMutate(CheckAndMutate)instead. | 
| boolean | HRegion. checkAndMutate(byte[] row,
              byte[] family,
              byte[] qualifier,
              CompareOperator op,
              ByteArrayComparable comparator,
              TimeRange timeRange,
              Mutation mutation)Deprecated.  | 
| boolean | Region. checkAndMutate(byte[] row,
              Filter filter,
              TimeRange timeRange,
              Mutation mutation)Deprecated. 
 since 2.4.0 and will be removed in 4.0.0. Use
    Region.checkAndMutate(CheckAndMutate)instead. | 
| boolean | HRegion. checkAndMutate(byte[] row,
              Filter filter,
              TimeRange timeRange,
              Mutation mutation)Deprecated.  | 
| boolean | Region. 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. Use
    Region.checkAndMutate(CheckAndMutate)instead. | 
| boolean | HRegion. checkAndRowMutate(byte[] row,
                 byte[] family,
                 byte[] qualifier,
                 CompareOperator op,
                 ByteArrayComparable comparator,
                 TimeRange timeRange,
                 RowMutations rm)Deprecated.  | 
| boolean | Region. checkAndRowMutate(byte[] row,
                 Filter filter,
                 TimeRange timeRange,
                 RowMutations mutations)Deprecated. 
 since 2.4.0 and will be removed in 4.0.0. Use
    Region.checkAndMutate(CheckAndMutate)instead. | 
| boolean | HRegion. checkAndRowMutate(byte[] row,
                 Filter filter,
                 TimeRange timeRange,
                 RowMutations rm)Deprecated.  | 
| 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 | Segment. shouldSeek(TimeRange tr,
          long oldestUnexpiredTS) | 
| boolean | CompositeImmutableSegment. shouldSeek(TimeRange tr,
          long oldestUnexpiredTS) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TimeRange | UserScanQueryMatcher. tr | 
| Modifier and Type | Method and Description | 
|---|---|
| Table.CheckAndMutateBuilder | ThriftTable.CheckAndMutateBuilderImpl. timeRange(TimeRange timeRange) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.