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 voidBaseGammaTxnRef. openForCommute(FatFixedLengthGammaTxn tx, Function function)TranlocalBaseGammaTxnRef. openForConstruction(FatFixedLengthGammaTxn tx)TranlocalBaseGammaTxnRef. openForRead(FatFixedLengthGammaTxn tx, int desiredLockMode)TranlocalBaseGammaTxnRef. openForWrite(FatFixedLengthGammaTxn tx, int lockMode) -
Uses of FatFixedLengthGammaTxn in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as FatFixedLengthGammaTxn Modifier and Type Field Description private FatFixedLengthGammaTxn[]GammaTxnPool. poolFatFixedLengthMethods in org.multiverse.stms.gamma.transactions that return FatFixedLengthGammaTxn Modifier and Type Method Description FatFixedLengthGammaTxnGammaTxnPool. takeFatFixedLength()Takes a FatArrayGammaTxn from the pool.
-