Package | Description |
---|---|
org.tikv.common | |
org.tikv.common.catalog | |
org.tikv.common.codec | |
org.tikv.common.operation.iterator |
Modifier and Type | Method and Description |
---|---|
Snapshot |
TiSession.createSnapshot() |
Snapshot |
TiSession.createSnapshot(TiTimestamp ts) |
Constructor and Description |
---|
Catalog(Supplier<Snapshot> snapshotProvider,
boolean showRowId,
String dbPrefix) |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.ByteString |
MetaCodec.bytesGet(com.google.protobuf.ByteString key,
Snapshot snapshot) |
static com.google.protobuf.ByteString |
MetaCodec.hashGet(com.google.protobuf.ByteString key,
com.google.protobuf.ByteString field,
Snapshot snapshot) |
static List<Pair<com.google.protobuf.ByteString,com.google.protobuf.ByteString>> |
MetaCodec.hashGetFields(com.google.protobuf.ByteString key,
Snapshot snapshot) |
Constructor and Description |
---|
IndexScanIterator(Snapshot snapshot,
TiDAGRequest req,
Iterator<Long> handleIterator) |
Copyright © 2024 PingCAP. All rights reserved.