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 void
BaseGammaTxnRef. openForCommute(FatMonoGammaTxn tx, Function function)
Tranlocal
BaseGammaTxnRef. openForConstruction(FatMonoGammaTxn tx)
Tranlocal
BaseGammaTxnRef. openForRead(FatMonoGammaTxn tx, int lockMode)
Tranlocal
BaseGammaTxnRef. 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. poolFatMono
Methods in org.multiverse.stms.gamma.transactions that return FatMonoGammaTxn Modifier and Type Method Description FatMonoGammaTxn
GammaTxnPool. takeFatMono()
Takes a FatMonoGammaTxn from the pool.
-