|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITransactionService | |
|---|---|
| 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.service | This package provides implementations of bigdata services (metadata service, data service, transaction manager service. |
| com.bigdata.service.jini | |
| com.bigdata.service.jini.lookup | |
| Uses of ITransactionService in com.bigdata.journal |
|---|
| Classes in com.bigdata.journal that implement ITransactionService | |
|---|---|
class |
DelegateTransactionService
Delegation pattern for an ITransactionService. |
class |
JournalTransactionService
Implementation for a standalone journal using single-phase commits. |
| Methods in com.bigdata.journal that return ITransactionService | |
|---|---|
ITransactionService |
Journal.getTransactionService()
|
ITransactionService |
ILocalTransactionManager.getTransactionService()
The server side of the transaction manager (possibly remote, in which case this may require the service to be discovered). |
| Constructors in com.bigdata.journal with parameters of type ITransactionService | |
|---|---|
DelegateTransactionService(ITransactionService proxy)
|
|
| Uses of ITransactionService in com.bigdata.rdf.sail |
|---|
| Methods in com.bigdata.rdf.sail that return ITransactionService | |
|---|---|
protected ITransactionService |
BigdataSail.getTxService()
Return the ITransactionService. |
| Uses of ITransactionService in com.bigdata.service |
|---|
| Classes in com.bigdata.service that implement 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. |
| Methods in com.bigdata.service that return ITransactionService | |
|---|---|
ITransactionService |
DataService.DataServiceTransactionManager.getTransactionService()
|
ITransactionService |
IBigdataFederation.getTransactionService()
Return the ITransactionService (or a proxy for that service). |
| Uses of ITransactionService in com.bigdata.service.jini |
|---|
| Classes in com.bigdata.service.jini that implement ITransactionService | |
|---|---|
static class |
TransactionServer.AdministrableTransactionService
Adds jini administration interfaces to the basic DataService. |
| Methods in com.bigdata.service.jini that return ITransactionService | |
|---|---|
ITransactionService |
JiniFederation.getTransactionService()
|
| Uses of ITransactionService in com.bigdata.service.jini.lookup |
|---|
| Methods in com.bigdata.service.jini.lookup that return ITransactionService | |
|---|---|
ITransactionService |
TransactionServiceClient.getTransactionService()
Return the ITransactionService service from the cache -or-
null if there is no such service in the cache and a remote
lookup times out. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||