public interface ITxState0
Modifier and Type | Method and Description |
---|---|
long |
getReadsOnCommitTime()
The timestamp of the commit point against which this transaction is
reading.
|
long |
getStartTimestamp()
The start time for the transaction as assigned by a centralized
transaction manager service.
|
long getStartTimestamp()
TODO Rename since the sign indicates read-only vs read-write and
hence it can not be directly interpreted as a commitTime? (e.g.,
getTxId()).
long getReadsOnCommitTime()
Note: This is not currently available on a cluster. In that context, we
wind up with the same timestamp for #startTime
and
#readsOnCommitTime
which causes cache pollution for things which
cache based on #readsOnCommitTime
.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.