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 TranlocalGammaObjectPool. 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 classGammaTxnBooleanATxnBooleanfor theGammaStm.classGammaTxnDoubleclassGammaTxnIntegerclassGammaTxnLongclassGammaTxnRef<E>Fields in org.multiverse.stms.gamma.transactionalobjects declared as BaseGammaTxnRef Modifier and Type Field Description BaseGammaTxnRefTranlocal. 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 SpeculativeConfigurationErrorGammaTxn. abortCommuteOnCommuteDetected(BaseGammaTxnRef ref)IllegalTxnStateExceptionGammaTxn. abortEnsureOnBadStatus(BaseGammaTxnRef o)SpeculativeConfigurationErrorGammaTxn. abortOpenForConstructionRequired(BaseGammaTxnRef ref)SpeculativeConfigurationErrorGammaTxn. abortOpenForReadOnNonRefTypeDetected(BaseGammaTxnRef ref)IllegalTxnStateExceptionGammaTxn. abortOpenForReadOnNullLockMode(BaseGammaTxnRef object)SpeculativeConfigurationErrorGammaTxn. abortOpenForReadOrWriteOnExplicitLockingDetected(BaseGammaTxnRef ref)abstract TranlocalGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)Gets the Tranlocal for a specific AbstractGammaTxnRef.abstract TranlocalGammaTxn. 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 BaseGammaTxnRefFatFixedLengthGammaTxn. prepareChainForCommit()Methods in org.multiverse.stms.gamma.transactions.fat with parameters of type BaseGammaTxnRef Modifier and Type Method Description TranlocalFatFixedLengthGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)TranlocalFatMonoGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)TranlocalFatVariableLengthGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)intFatVariableLengthGammaTxn. indexOf(BaseGammaTxnRef ref, int hash)TranlocalFatFixedLengthGammaTxn. locate(BaseGammaTxnRef o)TranlocalFatMonoGammaTxn. locate(BaseGammaTxnRef o)TranlocalFatVariableLengthGammaTxn. 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 TranlocalLeanFixedLengthGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)TranlocalLeanMonoGammaTxn. getRefTranlocal(BaseGammaTxnRef ref)TranlocalLeanFixedLengthGammaTxn. locate(BaseGammaTxnRef o)TranlocalLeanMonoGammaTxn. locate(BaseGammaTxnRef o)
-