Uses of Interface
org.apache.jena.dboe.transaction.txn.TxnIdGenerator
-
Packages that use TxnIdGenerator Package Description org.apache.jena.dboe.transaction.txn -
-
Uses of TxnIdGenerator in org.apache.jena.dboe.transaction.txn
Fields in org.apache.jena.dboe.transaction.txn declared as TxnIdGenerator Modifier and Type Field Description static TxnIdGeneratorTxnIdFactory. txnIdGenSimpleGenerator forTxnIds for the counter based implementation.static TxnIdGeneratorTxnIdFactory. txnIdGenUuidGenerator forTxnIds for the UUID based implementation.Methods in org.apache.jena.dboe.transaction.txn with parameters of type TxnIdGenerator Modifier and Type Method Description voidTransactionCoordinator. setTxnIdGenerator(TxnIdGenerator generator)
-