Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.querymatcher | |
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Field and Description |
---|---|
protected Map<byte[],TimeRange> |
Query.colFamTimeRangeMap |
Modifier and Type | Method and Description |
---|---|
TimeRange |
Increment.getTimeRange()
Gets the TimeRange used for this increment.
|
TimeRange |
Append.getTimeRange()
Gets the TimeRange used for this append.
|
TimeRange |
Scan.getTimeRange() |
TimeRange |
Get.getTimeRange()
Method for retrieving the get's TimeRange
|
Modifier and Type | Method and Description |
---|---|
Map<byte[],TimeRange> |
Query.getColumnFamilyTimeRange() |
Modifier and Type | Method and Description |
---|---|
AsyncTable.CheckAndMutateBuilder |
AsyncTable.CheckAndMutateBuilder.timeRange(TimeRange timeRange) |
Table.CheckAndMutateBuilder |
Table.CheckAndMutateBuilder.timeRange(TimeRange timeRange) |
Modifier and Type | Method and Description |
---|---|
static TimeRange |
TimeRange.allTime() |
static TimeRange |
TimeRange.at(long ts) |
Modifier and Type | Method and Description |
---|---|
boolean |
TimeRange.includesTimeRange(TimeRange tr)
Check if the range has any overlap with TimeRange
|
Modifier and Type | Method and Description |
---|---|
static HBaseProtos.TimeRange |
ProtobufUtil.toTimeRange(TimeRange timeRange) |
Modifier and Type | Field and Description |
---|---|
protected TimeRange |
StoreFileReader.timeRange |
Modifier and Type | Method and Description |
---|---|
boolean |
HRegion.checkAndMutate(byte[] row,
byte[] family,
byte[] qualifier,
CompareOperator op,
ByteArrayComparable comparator,
TimeRange timeRange,
Mutation mutation) |
boolean |
Region.checkAndMutate(byte[] row,
byte[] family,
byte[] qualifier,
CompareOperator op,
ByteArrayComparable comparator,
TimeRange timeRange,
Mutation mutation)
Atomically checks if a row/family/qualifier value matches the expected value and if it does,
it performs the mutation.
|
boolean |
HRegion.checkAndRowMutate(byte[] row,
byte[] family,
byte[] qualifier,
CompareOperator op,
ByteArrayComparable comparator,
TimeRange timeRange,
RowMutations rm) |
boolean |
Region.checkAndRowMutate(byte[] row,
byte[] family,
byte[] qualifier,
CompareOperator op,
ByteArrayComparable comparator,
TimeRange timeRange,
RowMutations mutations)
Atomically checks if a row/family/qualifier value matches the expected values and if it does,
it performs the row mutations.
|
boolean |
TimeRangeTracker.includesTimeRange(TimeRange tr)
Check if the range has ANY overlap with TimeRange
|
boolean |
CompositeImmutableSegment.shouldSeek(TimeRange tr,
long oldestUnexpiredTS) |
boolean |
Segment.shouldSeek(TimeRange tr,
long oldestUnexpiredTS) |
Modifier and Type | Field and Description |
---|---|
protected TimeRange |
UserScanQueryMatcher.tr |
Modifier and Type | Method and Description |
---|---|
static TimeRange |
ProtobufUtil.toTimeRange(HBaseProtos.TimeRange timeRange) |
Modifier and Type | Method and Description |
---|---|
static ClientProtos.Condition |
RequestConverter.buildCondition(byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
TimeRange timeRange)
Create a protocol buffer Condition
|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
TimeRange timeRange,
Delete delete)
Create a protocol buffer MutateRequest for a conditioned delete
|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
TimeRange timeRange,
Mutation mutation,
ClientProtos.MutationProto.MutationType type) |
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
TimeRange timeRange,
Put put)
Create a protocol buffer MutateRequest for a conditioned put
|
static ClientProtos.MultiRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
TimeRange timeRange,
RowMutations rowMutations)
Create a protocol buffer MutateRequest for conditioned row mutations
|
static HBaseProtos.TimeRange |
ProtobufUtil.toTimeRange(TimeRange timeRange) |
Copyright © 2007–2019 Cloudera. All rights reserved.