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