|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITimestampService | |
|---|---|
| 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. |
| com.bigdata.service.jini | |
| Uses of ITimestampService in com.bigdata.journal |
|---|
| Subinterfaces of ITimestampService in com.bigdata.journal | |
|---|---|
interface |
ITransactionService
An interface for managing transaction life cycles. |
| Classes in com.bigdata.journal that implement ITimestampService | |
|---|---|
class |
DelegateTransactionService
Delegation pattern for an ITransactionService. |
class |
JournalTransactionService
Implementation for a standalone journal using single-phase commits. |
| Methods in com.bigdata.journal with parameters of type ITimestampService | |
|---|---|
static long |
TimestampServiceUtil.nextTimestamp(ITimestampService service)
Utility method retries several times if there is a problem before throwing a RuntimeException. |
| Uses of ITimestampService in com.bigdata.service |
|---|
| Classes in com.bigdata.service that implement ITimestampService | |
|---|---|
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. |
| Uses of ITimestampService in com.bigdata.service.jini |
|---|
| Classes in com.bigdata.service.jini that implement ITimestampService | |
|---|---|
static class |
TransactionServer.AdministrableTransactionService
Adds jini administration interfaces to the basic DataService. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||