Uses of Class
org.multiverse.stms.gamma.transactions.fat.FatFixedLengthGammaTxn
-
Packages that use FatFixedLengthGammaTxn Package Description org.multiverse.stms.gamma.transactionalobjects org.multiverse.stms.gamma.transactions -
-
Uses of FatFixedLengthGammaTxn in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type FatFixedLengthGammaTxn Modifier and Type Method Description void
BaseGammaTxnRef. openForCommute(FatFixedLengthGammaTxn tx, Function function)
Tranlocal
BaseGammaTxnRef. openForConstruction(FatFixedLengthGammaTxn tx)
Tranlocal
BaseGammaTxnRef. openForRead(FatFixedLengthGammaTxn tx, int desiredLockMode)
Tranlocal
BaseGammaTxnRef. openForWrite(FatFixedLengthGammaTxn tx, int lockMode)
-
Uses of FatFixedLengthGammaTxn in org.multiverse.stms.gamma.transactions
Methods in org.multiverse.stms.gamma.transactions that return FatFixedLengthGammaTxn Modifier and Type Method Description FatFixedLengthGammaTxn
GammaTxnPool. takeFatFixedLength()
Takes a FatArrayGammaTxn from the pool.
-