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 | Class and Description |
---|---|
class |
AbstractLocalTransactionManager
Manages the client side of a transaction either for a standalone
Journal or for an IDataService in an
IBigdataFederation . |
Modifier and Type | Method and Description |
---|---|
ILocalTransactionManager |
JournalDelegate.getLocalTransactionManager() |
ILocalTransactionManager |
IJournal.getLocalTransactionManager()
Return the object providing the local transaction manager for this
journal.
|
ILocalTransactionManager |
IConcurrencyManager.getTransactionManager()
The client side of the transaction manager.
|
ILocalTransactionManager |
ConcurrencyManager.getTransactionManager() |
ILocalTransactionManager |
Journal.getTransactionManager() |
Constructor and Description |
---|
ConcurrencyManager(Properties properties,
ILocalTransactionManager transactionManager,
IResourceManager resourceManager)
(Re-)open a journal supporting concurrent operations.
|
JournalTransactionService.SinglePhaseCommit(IConcurrencyManager concurrencyManager,
ILocalTransactionManager localTransactionManager,
Tx state) |
JournalTransactionService.ValidateWriteSetTask(IConcurrencyManager concurrencyManager,
ILocalTransactionManager localTransactionManager,
Tx state) |
Modifier and Type | Class and Description |
---|---|
class |
DataService.DataServiceTransactionManager
Concrete implementation manages the local state of transactions executing
on a
DataService . |
Modifier and Type | Method and Description |
---|---|
ILocalTransactionManager |
DataService.getLocalTransactionManager()
The object used to coordinate transactions executing against local
resources.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.