Package | Description |
---|---|
org.tikv.common | |
org.tikv.common.meta | |
org.tikv.common.predicates | |
org.tikv.txn |
Modifier and Type | Method and Description |
---|---|
TiTimestamp |
Snapshot.getTimestamp() |
TiTimestamp |
TiSession.getTimestamp() |
TiTimestamp |
ReadOnlyPDClient.getTimestamp(BackOffer backOffer)
Get Timestamp from Placement Driver
|
TiTimestamp |
PDClient.getTimestamp(BackOffer backOffer) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
TiSession.createSnapshot(TiTimestamp ts) |
Constructor and Description |
---|
Snapshot(TiTimestamp timestamp,
TiSession session) |
Modifier and Type | Method and Description |
---|---|
TiTimestamp |
TiTimestamp.getPrevious() |
TiTimestamp |
TiDAGRequest.getStartTs() |
Modifier and Type | Method and Description |
---|---|
TiDAGRequest |
TiDAGRequest.setStartTs(TiTimestamp startTs)
set start timestamp for the transaction
|
TiDAGRequest.Builder |
TiDAGRequest.Builder.setStartTs(TiTimestamp ts) |
Modifier and Type | Method and Description |
---|---|
TiDAGRequest |
TiKVScanAnalyzer.buildTiDAGReq(boolean allowIndexScan,
boolean canUseTiKV,
boolean canUseTiFlash,
List<TiColumnInfo> columnList,
List<Expression> conditions,
TiTableInfo table,
TableStatistics tableStatistics,
TiTimestamp ts,
TiDAGRequest dagRequest) |
TiDAGRequest |
TiKVScanAnalyzer.buildTiDAGReq(List<TiColumnInfo> columnList,
List<Expression> conditions,
TiTableInfo table,
TiTimestamp ts,
TiDAGRequest dagRequest) |
Modifier and Type | Method and Description |
---|---|
TiTimestamp |
TxnKVClient.getTimestamp() |
Copyright © 2024 PingCAP. All rights reserved.