| Package | Description |
|---|---|
| com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
| com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
| 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 | Interface and Description |
|---|---|
interface |
IDistributedTransactionService
Extended interface for distributed 2-phase transactions for an
IBigdataFederation. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateTransactionService
Delegation pattern for an
ITransactionService. |
class |
JournalTransactionService
Implementation for a standalone journal using single-phase commits.
|
protected static class |
TestTransactionService.MockTransactionService |
| Modifier and Type | Method and Description |
|---|---|
ITransactionService |
ILocalTransactionManager.getTransactionService()
The server side of the transaction manager (possibly remote, in which
case this may require the service to be discovered).
|
ITransactionService |
Journal.getTransactionService() |
| Modifier and Type | Method and Description |
|---|---|
protected ITransactionService |
BigdataSail.getTxService()
Return the
ITransactionService. |
| Modifier and Type | Method and Description |
|---|---|
ITransactionService |
AbstractResourceManagerTestCase.MockFederation.getTransactionService() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEmbeddedTransactionService
Concrete implementation for an
EmbeddedFederation. |
class |
AbstractHATransactionService
Adds local methods to support an HA aware
ITransactionService. |
class |
AbstractTransactionService
Centralized transaction manager service.
|
class |
DistributedTransactionService
Implementation for an
IBigdataFederation supporting both single-phase
commits (for transactions that execute on a single IDataService) and
distributed commits. |
protected class |
EmbeddedFederation.EmbeddedTransactionServiceImpl |
protected static class |
TestDistributedTransactionServiceRestart.MockDistributedTransactionService |
| Modifier and Type | Method and Description |
|---|---|
ITransactionService |
EmbeddedFederation.getTransactionService()
The (in process)
ITransactionService. |
ITransactionService |
IBigdataFederation.getTransactionService()
Return the
ITransactionService (or a proxy for that service). |
ITransactionService |
DataService.DataServiceTransactionManager.getTransactionService() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.