|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tx | |
|---|---|
| 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 Tx in com.bigdata.journal |
|---|
| Fields in com.bigdata.journal declared as Tx | |
|---|---|
protected Tx |
AbstractTask.tx
The transaction object iff the operation is isolated by a transaction and otherwise null. |
| Methods in com.bigdata.journal that return Tx | |
|---|---|
Tx |
AbstractLocalTransactionManager.getTx(long tx)
Return the local state for a transaction. |
| Methods in com.bigdata.journal with parameters of type Tx | |
|---|---|
void |
AbstractLocalTransactionManager.activateTx(Tx localState)
Notify the journal that a new transaction is being activated (starting on the journal). |
protected void |
AbstractLocalTransactionManager.deactivateTx(Tx localState)
Removes the transaction from the local tables. |
| Constructors in com.bigdata.journal with parameters of type Tx | |
|---|---|
JournalTransactionService.SinglePhaseCommit(IConcurrencyManager concurrencyManager,
ILocalTransactionManager localTransactionManager,
Tx state)
|
|
| Uses of Tx in com.bigdata.service |
|---|
| Methods in com.bigdata.service with parameters of type Tx | |
|---|---|
void |
DataService.DataServiceTransactionManager.deactivateTx(Tx localState)
Exposed to DataService.singlePhaseCommit(long) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||