Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Tx |
AbstractTask.tx
The transaction object iff the operation is isolated by a transaction
and otherwise
null . |
Modifier and Type | Method and Description |
---|---|
Tx |
AbstractLocalTransactionManager.getTx(long tx)
Return the local state for a transaction.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
JournalTransactionService.SinglePhaseCommit(IConcurrencyManager concurrencyManager,
ILocalTransactionManager localTransactionManager,
Tx state) |
JournalTransactionService.ValidateWriteSetTask(IConcurrencyManager concurrencyManager,
ILocalTransactionManager localTransactionManager,
Tx state) |
Modifier and Type | Method and Description |
---|---|
void |
DataService.DataServiceTransactionManager.deactivateTx(Tx localState)
Exposed to
DataService.singlePhaseCommit(long) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.