Uses of Interface
com.bigdata.journal.ITx

Packages that use ITx
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
 

Uses of ITx in com.bigdata.journal
 

Classes in com.bigdata.journal that implement ITx
 class Tx
           A read-write transaction.
 

Methods in com.bigdata.journal that return ITx
 ITx ILocalTransactionManager.getTx(long tx)
          Return the local state for a transaction.
 

Methods in com.bigdata.journal with parameters of type ITx
 boolean Tx.equals(ITx o)
          True iff they are the same object or have the same start timestamp.
 

Uses of ITx in com.bigdata.service
 

Methods in com.bigdata.service with parameters of type ITx
 boolean AbstractTransactionService.TxState.equals(ITx o)
          True iff they are the same object or have the same start timestamp.
 



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