| 程序包 | 说明 |
|---|---|
| com.pingcap.tikv | |
| com.pingcap.tikv.allocator | |
| com.pingcap.tikv.operation.iterator | |
| com.pingcap.tikv.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static TiConfiguration |
TiConfiguration.createDefault(String pdAddrsStr) |
TiConfiguration |
Snapshot.getConf() |
TiConfiguration |
TiConfiguration.setCertReloadIntervalInSeconds(String interval) |
TiConfiguration |
TiConfiguration.setConnRecycleTimeInSeconds(String connRecycleTime) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ClientSession |
ClientSession.getInstance(TiConfiguration config) |
| 限定符和类型 | 方法和说明 |
|---|---|
static RowIDAllocator |
RowIDAllocator.create(long dbId,
TiTableInfo table,
TiConfiguration conf,
org.tikv.common.meta.TiTimestamp timestamp,
boolean unsigned,
long shardBits,
long step,
RowIDAllocator.RowIDAllocatorType allocatorType) |
static RowIDAllocator |
RowIDAllocator.createRowIDAllocator(long dbId,
TiTableInfo tableInfo,
TiConfiguration conf,
long step,
org.tikv.common.meta.TiTimestamp timestamp,
RowIDAllocator.RowIDAllocatorType allocatorType) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected TiConfiguration |
ScanIterator.conf |
| 构造器和说明 |
|---|
ConcreteScanIterator(TiConfiguration conf,
org.tikv.common.region.RegionStoreClient.RegionStoreClientBuilder builder,
org.tikv.shade.com.google.protobuf.ByteString startKey,
org.tikv.shade.com.google.protobuf.ByteString endKey,
long version) |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.tikv.common.TiConfiguration |
ConvertUpstreamUtils.convertTiConfiguration(TiConfiguration conf) |
Copyright © 2023 PingCAP. All rights reserved.