Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractLocalTransactionManager |
AbstractTask.transactionManager
The object used to manage local transactions.
|
Modifier and Type | Method and Description |
---|---|
AbstractLocalTransactionManager |
Journal.getLocalTransactionManager() |
protected AbstractLocalTransactionManager |
Journal.newLocalTransactionManager() |
Constructor and Description |
---|
Tx(AbstractLocalTransactionManager localTransactionManager,
IResourceManager resourceManager,
long startTime,
long readsOnCommitTime)
Create a transaction reading from the most recent committed state not
later than the specified startTime.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractLocalTransactionManager |
AbstractResourceManagerTestCase.localTransactionManager |
Modifier and Type | Method and Description |
---|---|
AbstractLocalTransactionManager |
StoreManager.ManagedJournal.getLocalTransactionManager() |
Modifier and Type | Class and Description |
---|---|
class |
DataService.DataServiceTransactionManager
Concrete implementation manages the local state of transactions executing
on a
DataService . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.