VersionInfo

Companion
object
class Object
trait Matchable
class Any
trait TxnMixin[Tx, D1, I1]
trait RegularTxnMixin[Tx, D1, I1]
trait RootTxnMixin[Tx, D1, I1]

Value members

Abstract methods

def message: String

(Possibly empty) message describing the associated transaction. This can be seen as similar to a commit message, the difference being that it must be given (currently) at the moment the transaction is opened and not at the moment when it is closed.

(Possibly empty) message describing the associated transaction. This can be seen as similar to a commit message, the difference being that it must be given (currently) at the moment the transaction is opened and not at the moment when it is closed.

def timeStamp: Long

System time stamp of the associated transaction. The format and offset corresponds to System.currentTimeMillis.

System time stamp of the associated transaction. The format and offset corresponds to System.currentTimeMillis.