Package | Description |
---|---|
org.tikv.txn |
Modifier and Type | Method and Description |
---|---|
void |
TwoPhaseCommitter.commitPrimaryKey(BackOffer backOffer,
byte[] key,
long commitTs)
2pc - commit primary key
|
void |
TwoPhaseCommitter.commitSecondaryKeys(Iterator<ByteWrapper> keys,
long commitTs,
int commitBackOfferMS)
2pc - commit secondary keys
|
void |
TwoPhaseCommitter.prewritePrimaryKey(BackOffer backOffer,
byte[] primaryKey,
byte[] value)
2pc - prewrite primary key
|
void |
TwoPhaseCommitter.prewriteSecondaryKeys(byte[] primaryKey,
Iterator<BytePairWrapper> pairs,
int maxBackOfferMS)
2pc - prewrite secondary keys
|
Copyright © 2024 PingCAP. All rights reserved.