Interface KeyValueSnapshotReaderManager.TransactionContext
- Enclosing interface:
- KeyValueSnapshotReaderManager
@Immutable
public static interface KeyValueSnapshotReaderManager.TransactionContext
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
startTimestampSupplier
LongSupplier startTimestampSupplier() -
transactionReadSentinelBehavior
TransactionReadSentinelBehavior transactionReadSentinelBehavior() -
commitTimestampLoader
CommitTimestampLoader commitTimestampLoader() -
preCommitRequirementValidator
PreCommitRequirementValidator preCommitRequirementValidator() -
readSnapshotValidator
ReadSnapshotValidator readSnapshotValidator() -
keyValueSnapshotMetricRecorder
KeyValueSnapshotMetricRecorder keyValueSnapshotMetricRecorder()
-