Uses of Class
org.multiverse.stms.gamma.transactions.fat.FatMonoGammaTxn
-
Packages that use FatMonoGammaTxn Package Description org.multiverse.stms.gamma.transactionalobjects org.multiverse.stms.gamma.transactions -
-
Uses of FatMonoGammaTxn in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type FatMonoGammaTxn Modifier and Type Method Description voidBaseGammaTxnRef. openForCommute(FatMonoGammaTxn tx, Function function)TranlocalBaseGammaTxnRef. openForConstruction(FatMonoGammaTxn tx)TranlocalBaseGammaTxnRef. openForRead(FatMonoGammaTxn tx, int lockMode)TranlocalBaseGammaTxnRef. openForWrite(FatMonoGammaTxn tx, int desiredLockMode) -
Uses of FatMonoGammaTxn in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as FatMonoGammaTxn Modifier and Type Field Description private FatMonoGammaTxn[]GammaTxnPool. poolFatMonoMethods in org.multiverse.stms.gamma.transactions that return FatMonoGammaTxn Modifier and Type Method Description FatMonoGammaTxnGammaTxnPool. takeFatMono()Takes a FatMonoGammaTxn from the pool.
-