Uses of Class
org.multiverse.stms.gamma.transactionalobjects.BaseGammaTxnRef
-
-
Uses of BaseGammaTxnRef in org.multiverse.stms.gamma
Methods in org.multiverse.stms.gamma with parameters of type BaseGammaTxnRef Modifier and Type Method Description Tranlocal
GammaObjectPool. take(BaseGammaTxnRef owner)
Takes a Tranlocal from the pool for the specified GammaTxnRef. -
Uses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactionalobjects
Subclasses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactionalobjects Modifier and Type Class Description class
GammaTxnBoolean
ATxnBoolean
for theGammaStm
.class
GammaTxnDouble
class
GammaTxnInteger
class
GammaTxnLong
class
GammaTxnRef<E>
Fields in org.multiverse.stms.gamma.transactionalobjects declared as BaseGammaTxnRef Modifier and Type Field Description BaseGammaTxnRef
Tranlocal. owner
-
Uses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactions
Methods in org.multiverse.stms.gamma.transactions with parameters of type BaseGammaTxnRef Modifier and Type Method Description SpeculativeConfigurationError
GammaTxn. abortCommuteOnCommuteDetected(BaseGammaTxnRef ref)
IllegalTxnStateException
GammaTxn. abortEnsureOnBadStatus(BaseGammaTxnRef o)
SpeculativeConfigurationError
GammaTxn. abortOpenForConstructionRequired(BaseGammaTxnRef ref)
SpeculativeConfigurationError
GammaTxn. abortOpenForReadOnNonRefTypeDetected(BaseGammaTxnRef ref)
IllegalTxnStateException
GammaTxn. abortOpenForReadOnNullLockMode(BaseGammaTxnRef object)
SpeculativeConfigurationError
GammaTxn. abortOpenForReadOrWriteOnExplicitLockingDetected(BaseGammaTxnRef ref)
abstract Tranlocal
GammaTxn. getRefTranlocal(BaseGammaTxnRef ref)
Gets the Tranlocal for a specific AbstractGammaTxnRef.abstract Tranlocal
GammaTxn. locate(BaseGammaTxnRef o)
-
Uses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactions.fat
Methods in org.multiverse.stms.gamma.transactions.fat that return BaseGammaTxnRef Modifier and Type Method Description private BaseGammaTxnRef
FatFixedLengthGammaTxn. prepareChainForCommit()
Methods in org.multiverse.stms.gamma.transactions.fat with parameters of type BaseGammaTxnRef Modifier and Type Method Description Tranlocal
FatFixedLengthGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)
Tranlocal
FatMonoGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)
Tranlocal
FatVariableLengthGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)
int
FatVariableLengthGammaTxn. indexOf(BaseGammaTxnRef ref, int hash)
Tranlocal
FatFixedLengthGammaTxn. locate(BaseGammaTxnRef o)
Tranlocal
FatMonoGammaTxn. locate(BaseGammaTxnRef o)
Tranlocal
FatVariableLengthGammaTxn. locate(BaseGammaTxnRef o)
-
Uses of BaseGammaTxnRef in org.multiverse.stms.gamma.transactions.lean
Methods in org.multiverse.stms.gamma.transactions.lean with parameters of type BaseGammaTxnRef Modifier and Type Method Description Tranlocal
LeanFixedLengthGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)
Tranlocal
LeanMonoGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)
Tranlocal
LeanFixedLengthGammaTxn. locate(BaseGammaTxnRef o)
Tranlocal
LeanMonoGammaTxn. locate(BaseGammaTxnRef o)
-