Package | Description |
---|---|
org.tikv.common.importer | |
org.tikv.common.key | |
org.tikv.common.operation.iterator | |
org.tikv.common.predicates | |
org.tikv.common.region | |
org.tikv.common.statistics | |
org.tikv.common.util |
Constructor and Description |
---|
ImporterClient(TiSession tiSession,
com.google.protobuf.ByteString uuid,
Key minKey,
Key maxKey,
TiRegion region,
Long ttl) |
Modifier and Type | Class and Description |
---|---|
class |
CompoundKey |
class |
IndexKey |
class |
RowKey |
class |
TypedKey |
Modifier and Type | Field and Description |
---|---|
static Key |
Key.EMPTY |
Key[] |
IndexKey.EncodeIndexDataResult.keys |
static Key |
Key.MAX |
static Key |
Key.MIN |
static Key |
Key.NULL |
Modifier and Type | Method and Description |
---|---|
Key |
Key.append(Key other) |
Key[] |
IndexKey.getDataKeys() |
Key |
Key.next()
Next key simply append a zero byte to previous key.
|
Key |
Key.nextPrefix()
nextPrefix key will be key with next available rid.
|
static Key |
Key.toRawKey(byte[] bytes) |
static Key |
Key.toRawKey(byte[] bytes,
boolean negative) |
static Key |
Key.toRawKey(com.google.protobuf.ByteString bytes) |
static Key |
Key.toRawKey(com.google.protobuf.ByteString bytes,
boolean negative) |
Modifier and Type | Method and Description |
---|---|
Pair<Key,Key> |
StatisticsKeyRangeBuilder.compute() |
Pair<Key,Key> |
StatisticsKeyRangeBuilder.compute() |
List<Key> |
CompoundKey.getKeys() |
Modifier and Type | Method and Description |
---|---|
CompoundKey.Builder |
CompoundKey.Builder.append(Key key) |
Key |
Key.append(Key other) |
int |
Key.compareTo(Key other) |
static CompoundKey |
CompoundKey.concat(Key lKey,
Key rKey) |
static IndexKey |
IndexKey.toIndexKey(long tableId,
long indexId,
Key... dataKeys) |
Constructor and Description |
---|
EncodeIndexDataResult(Key[] keys,
boolean appendHandle) |
Constructor and Description |
---|
CompoundKey(List<Key> keys,
byte[] value) |
Modifier and Type | Field and Description |
---|---|
protected Key |
ScanIterator.endKey |
Modifier and Type | Method and Description |
---|---|
Key |
IndexRange.getAccessKey() |
Constructor and Description |
---|
IndexRange(Key accessKey,
com.google.common.collect.Range<TypedKey> range) |
Modifier and Type | Method and Description |
---|---|
boolean |
TiRegion.contains(Key key) |
Modifier and Type | Method and Description |
---|---|
Key |
Bucket.getLowerBound() |
Key |
Bucket.getUpperBound() |
Modifier and Type | Method and Description |
---|---|
double |
Histogram.lessAndEqRowCount(Key values)
lessAndEqRowCount estimates the row count where the column less than or equal to value.
|
void |
Bucket.setLowerBound(Key lowerBound) |
void |
Bucket.setUpperBound(Key upperBound) |
Constructor and Description |
---|
Bucket(Key upperBound)
used for binary search only
|
Bucket(long count,
long repeats,
Key lowerBound,
Key upperBound) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.Range<Key> |
KeyRangeUtils.makeRange(com.google.protobuf.ByteString startKey,
com.google.protobuf.ByteString endKey) |
Modifier and Type | Method and Description |
---|---|
static Coprocessor.KeyRange |
KeyRangeUtils.makeCoprocRange(com.google.common.collect.Range<Key> range)
Build a Coprocessor Range
|
Copyright © 2024 PingCAP. All rights reserved.