Uses of Class
org.multiverse.stms.gamma.transactionalobjects.Tranlocal

Packages that use Tranlocal
org.multiverse.stms.gamma   
org.multiverse.stms.gamma.transactionalobjects   
org.multiverse.stms.gamma.transactions   
org.multiverse.stms.gamma.transactions.fat   
org.multiverse.stms.gamma.transactions.lean   
 

Uses of Tranlocal in org.multiverse.stms.gamma
 

Methods in org.multiverse.stms.gamma that return Tranlocal
 Tranlocal GammaObjectPool.take(BaseGammaTxnRef owner)
          Takes a Tranlocal from the pool for the specified GammaTxnRef.
 Tranlocal[] GammaObjectPool.takeTranlocalArray(int size)
          Takes a tranlocal array from the pool with the given size.
 

Methods in org.multiverse.stms.gamma with parameters of type Tranlocal
 void GammaObjectPool.put(Tranlocal tranlocal)
          Puts an old Tranlocal in this pool.
 void GammaObjectPool.putTranlocalArray(Tranlocal[] array)
          Puts a GammaTranlocal array in the pool.
 

Uses of Tranlocal in org.multiverse.stms.gamma.transactionalobjects
 

Fields in org.multiverse.stms.gamma.transactionalobjects declared as Tranlocal
 Tranlocal Tranlocal.next
           
 Tranlocal Tranlocal.previous
           
 

Methods in org.multiverse.stms.gamma.transactionalobjects that return Tranlocal
 Tranlocal BaseGammaTxnRef.openForConstruction(FatFixedLengthGammaTxn tx)
           
 Tranlocal BaseGammaTxnRef.openForConstruction(FatMonoGammaTxn tx)
           
 Tranlocal BaseGammaTxnRef.openForConstruction(FatVariableLengthGammaTxn tx)
           
 Tranlocal BaseGammaTxnRef.openForConstruction(GammaTxn tx)
           
 Tranlocal BaseGammaTxnRef.openForRead(FatFixedLengthGammaTxn tx, int desiredLockMode)
           
 Tranlocal BaseGammaTxnRef.openForRead(FatMonoGammaTxn tx, int lockMode)
           
 Tranlocal BaseGammaTxnRef.openForRead(FatVariableLengthGammaTxn tx, int desiredLockMode)
           
 Tranlocal BaseGammaTxnRef.openForRead(GammaTxn tx, int lockMode)
           
 Tranlocal BaseGammaTxnRef.openForRead(LeanFixedLengthGammaTxn tx, int lockMode)
           
 Tranlocal BaseGammaTxnRef.openForRead(LeanMonoGammaTxn tx, int lockMode)
           
 Tranlocal BaseGammaTxnRef.openForWrite(FatFixedLengthGammaTxn tx, int lockMode)
           
 Tranlocal BaseGammaTxnRef.openForWrite(FatMonoGammaTxn tx, int desiredLockMode)
           
 Tranlocal BaseGammaTxnRef.openForWrite(FatVariableLengthGammaTxn tx, int lockMode)
           
 Tranlocal BaseGammaTxnRef.openForWrite(GammaTxn tx, int lockMode)
           
 Tranlocal BaseGammaTxnRef.openForWrite(LeanFixedLengthGammaTxn tx, int lockMode)
           
 Tranlocal BaseGammaTxnRef.openForWrite(LeanMonoGammaTxn tx, int lockMode)
           
 

Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type Tranlocal
 Listeners BaseGammaTxnRef.commit(Tranlocal tranlocal, GammaObjectPool pool)
           
 boolean BaseGammaTxnRef.flattenCommute(GammaTxn tx, Tranlocal tranlocal, int lockMode)
           
 boolean BaseGammaTxnRef.hasReadConflict(Tranlocal tranlocal)
           
 Listeners BaseGammaTxnRef.leanCommit(Tranlocal tranlocal)
           
 boolean BaseGammaTxnRef.load(GammaTxn tx, Tranlocal tranlocal, int lockMode, int spinCount, boolean arriveNeeded)
           
 boolean BaseGammaTxnRef.prepare(GammaTxn tx, Tranlocal tranlocal)
           
 int BaseGammaTxnRef.registerChangeListener(RetryLatch latch, Tranlocal tranlocal, GammaObjectPool pool, long listenerEra)
           
 void BaseGammaTxnRef.releaseAfterFailure(Tranlocal tranlocal, GammaObjectPool pool)
           
 void BaseGammaTxnRef.releaseAfterReading(Tranlocal tranlocal, GammaObjectPool pool)
           
 void BaseGammaTxnRef.releaseAfterUpdate(Tranlocal tranlocal, GammaObjectPool pool)
           
 boolean BaseGammaTxnRef.tryLockAndCheckConflict(GammaTxn tx, Tranlocal tranlocal, int spinCount, int desiredLockMode)
          Tries to acquire a lock on a previous read/written tranlocal and checks for conflict.
 

Uses of Tranlocal in org.multiverse.stms.gamma.transactions
 

Methods in org.multiverse.stms.gamma.transactions that return Tranlocal
abstract  Tranlocal GammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
          Gets the Tranlocal for a specific AbstractGammaTxnRef.
abstract  Tranlocal GammaTxn.locate(BaseGammaTxnRef o)
           
 

Methods in org.multiverse.stms.gamma.transactions with parameters of type Tranlocal
abstract  boolean GammaTxn.isReadConsistent(Tranlocal justAdded)
           
 

Uses of Tranlocal in org.multiverse.stms.gamma.transactions.fat
 

Fields in org.multiverse.stms.gamma.transactions.fat declared as Tranlocal
 Tranlocal[] FatVariableLengthGammaTxn.array
           
 Tranlocal FatFixedLengthGammaTxn.head
           
 Tranlocal FatMonoGammaTxn.tranlocal
           
 

Methods in org.multiverse.stms.gamma.transactions.fat that return Tranlocal
 Tranlocal FatVariableLengthGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal FatMonoGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal FatFixedLengthGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal FatVariableLengthGammaTxn.locate(BaseGammaTxnRef o)
           
 Tranlocal FatMonoGammaTxn.locate(BaseGammaTxnRef o)
           
 Tranlocal FatFixedLengthGammaTxn.locate(BaseGammaTxnRef o)
           
 

Methods in org.multiverse.stms.gamma.transactions.fat with parameters of type Tranlocal
 void FatVariableLengthGammaTxn.attach(Tranlocal tranlocal, int hash)
           
 boolean FatVariableLengthGammaTxn.isReadConsistent(Tranlocal justAdded)
           
 boolean FatMonoGammaTxn.isReadConsistent(Tranlocal justAdded)
           
 boolean FatFixedLengthGammaTxn.isReadConsistent(Tranlocal justAdded)
           
 void FatFixedLengthGammaTxn.shiftInFront(Tranlocal newHead)
           
 

Uses of Tranlocal in org.multiverse.stms.gamma.transactions.lean
 

Fields in org.multiverse.stms.gamma.transactions.lean declared as Tranlocal
 Tranlocal LeanFixedLengthGammaTxn.head
           
 Tranlocal LeanMonoGammaTxn.tranlocal
           
 

Methods in org.multiverse.stms.gamma.transactions.lean that return Tranlocal
 Tranlocal LeanMonoGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal LeanFixedLengthGammaTxn.getRefTranlocal(BaseGammaTxnRef ref)
           
 Tranlocal LeanMonoGammaTxn.locate(BaseGammaTxnRef o)
           
 Tranlocal LeanFixedLengthGammaTxn.locate(BaseGammaTxnRef o)
           
 

Methods in org.multiverse.stms.gamma.transactions.lean with parameters of type Tranlocal
 boolean LeanMonoGammaTxn.isReadConsistent(Tranlocal justAdded)
           
 boolean LeanFixedLengthGammaTxn.isReadConsistent(Tranlocal justAdded)
           
 void LeanFixedLengthGammaTxn.shiftInFront(Tranlocal newHead)
           
 



Copyright © 2012. All Rights Reserved.