Uses of Interface
org.apache.jena.dboe.transaction.txn.TxnId
-
Packages that use TxnId Package Description org.apache.jena.dboe.transaction.txn -
-
Uses of TxnId in org.apache.jena.dboe.transaction.txn
Classes in org.apache.jena.dboe.transaction.txn that implement TxnId Modifier and Type Class Description classTxnIdSimpleSimple TxnId, mainly for debugging.classTxnIdUuidTxnIdbased on aUUID.Methods in org.apache.jena.dboe.transaction.txn that return TxnId Modifier and Type Method Description static TxnIdTxnIdFactory. create()Return the default, good enough for one JVM (usually the simple counter based implementation)static TxnIdTxnIdFactory. create(byte[] bytes)static TxnIdTxnIdFactory. createSimple()Return a TxnId from the counter based implementation.static TxnIdTxnIdFactory. createUuid()Return a TxnId from the UUID based implementation.TxnIdTxnIdGenerator. generate()TxnIdTransaction. getTxnId()TxnIdTransactionInfo. getTxnId()Get the transaction id for this transaction.Constructors in org.apache.jena.dboe.transaction.txn with parameters of type TxnId Constructor Description IteratorTxnTracker(java.util.Iterator<T> iterator, TransactionalSystem txnSystem, TxnId txnId)Transaction(TransactionCoordinator txnMgr, TxnType txnType, ReadWrite readWrite, TxnId txnId, long dataVersion, java.util.List<org.apache.jena.dboe.transaction.txn.SysTrans> components)
-