|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILocalTransactionManager | |
|---|---|
| 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 ILocalTransactionManager in com.bigdata.journal |
|---|
| Classes in com.bigdata.journal that implement ILocalTransactionManager | |
|---|---|
class |
AbstractLocalTransactionManager
Manages the client side of a transaction either for a standalone Journal or for an IDataService in an
IBigdataFederation. |
| Methods in com.bigdata.journal that return ILocalTransactionManager | |
|---|---|
ILocalTransactionManager |
JournalDelegate.getLocalTransactionManager()
|
ILocalTransactionManager |
IJournal.getLocalTransactionManager()
Return the object providing the local transaction manager for this journal. |
ILocalTransactionManager |
ConcurrencyManager.getTransactionManager()
|
ILocalTransactionManager |
IConcurrencyManager.getTransactionManager()
The client side of the transaction manager. |
ILocalTransactionManager |
Journal.getTransactionManager()
|
| Constructors in com.bigdata.journal with parameters of type ILocalTransactionManager | |
|---|---|
ConcurrencyManager(Properties properties,
ILocalTransactionManager transactionManager,
IResourceManager resourceManager)
(Re-)open a journal supporting concurrent operations. |
|
JournalTransactionService.SinglePhaseCommit(IConcurrencyManager concurrencyManager,
ILocalTransactionManager localTransactionManager,
Tx state)
|
|
| Uses of ILocalTransactionManager in com.bigdata.service |
|---|
| Classes in com.bigdata.service that implement ILocalTransactionManager | |
|---|---|
class |
DataService.DataServiceTransactionManager
Concrete implementation manages the local state of transactions executing on a DataService. |
| Methods in com.bigdata.service that return ILocalTransactionManager | |
|---|---|
ILocalTransactionManager |
DataService.getLocalTransactionManager()
The object used to coordinate transactions executing against local resources. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||