Uses of Class
com.bigdata.journal.AbstractLocalTransactionManager

Packages that use AbstractLocalTransactionManager
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
 

Uses of AbstractLocalTransactionManager in com.bigdata.journal
 

Fields in com.bigdata.journal declared as AbstractLocalTransactionManager
protected  AbstractLocalTransactionManager Tx.localTransactionManager
          Used for some handshaking in the commit protocol.
protected  AbstractLocalTransactionManager AbstractTask.transactionManager
          The object used to manage local transactions.
 

Methods in com.bigdata.journal that return AbstractLocalTransactionManager
 AbstractLocalTransactionManager Journal.getLocalTransactionManager()
           
protected  AbstractLocalTransactionManager Journal.newLocalTransactionManager()
           
 

Constructors in com.bigdata.journal with parameters of type AbstractLocalTransactionManager
Tx(AbstractLocalTransactionManager localTransactionManager, IResourceManager resourceManager, long startTime)
          Create a transaction reading from the most recent committed state not later than the specified startTime.
 

Uses of AbstractLocalTransactionManager in com.bigdata.resources
 

Methods in com.bigdata.resources that return AbstractLocalTransactionManager
 AbstractLocalTransactionManager StoreManager.ManagedJournal.getLocalTransactionManager()
           
 

Uses of AbstractLocalTransactionManager in com.bigdata.service
 

Subclasses of AbstractLocalTransactionManager in com.bigdata.service
 class DataService.DataServiceTransactionManager
          Concrete implementation manages the local state of transactions executing on a DataService.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.