| Package | Description |
|---|---|
| org.apache.jena.dboe.transaction.txn |
| Modifier and Type | Class and Description |
|---|---|
class |
TxnIdSimple
Simple TxnId, mainly for debugging.
|
class |
TxnIdUuid
|
| Modifier and Type | Method and Description |
|---|---|
static TxnId |
TxnIdFactory.create()
Return the default, good enough for one JVM
(usually the simple counter based implementation)
|
static TxnId |
TxnIdFactory.create(byte[] bytes) |
static TxnId |
TxnIdFactory.createSimple()
Return a TxnId from the counter based implementation.
|
static TxnId |
TxnIdFactory.createUuid()
Return a TxnId from the UUID based implementation.
|
TxnId |
TxnIdGenerator.generate() |
TxnId |
TransactionInfo.getTxnId()
Get the transaction id for this transaction.
|
TxnId |
Transaction.getTxnId() |
| Constructor and Description |
|---|
IteratorTxnTracker(Iterator<T> iterator,
TransactionalSystem txnSystem,
TxnId txnId) |
Transaction(TransactionCoordinator txnMgr,
TxnType txnType,
ReadWrite readWrite,
TxnId txnId,
long dataVersion,
List<org.apache.jena.dboe.transaction.txn.SysTrans> components) |
Licensed under the Apache License, Version 2.0