Uses of Interface
org.apache.jena.dboe.transaction.txn.TxnId
Packages that use TxnId
-
Uses of TxnId in org.apache.jena.dboe.transaction.txn
Classes in org.apache.jena.dboe.transaction.txn that implement TxnIdModifier and TypeClassDescriptionclassSimple TxnId, mainly for debugging.classMethods in org.apache.jena.dboe.transaction.txn that return TxnIdModifier and TypeMethodDescriptionstatic 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.TxnIdGenerator.generate()Transaction.getTxnId()TransactionInfo.getTxnId()Get the transaction id for this transaction.Constructors in org.apache.jena.dboe.transaction.txn with parameters of type TxnIdModifierConstructorDescriptionIteratorTxnTracker(Iterator<T> iterator, TransactionalSystem txnSystem, TxnId txnId) Transaction(TransactionCoordinator txnMgr, org.apache.jena.query.TxnType txnType, org.apache.jena.query.ReadWrite readWrite, TxnId txnId, long dataVersion, List<org.apache.jena.dboe.transaction.txn.SysTrans> components)