Uses of Enum Class
org.apache.jena.query.TxnType
Packages that use TxnType
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
In-memory, transactional dataset
-
Uses of TxnType in org.apache.jena.query
Methods in org.apache.jena.query that return TxnTypeModifier and TypeMethodDescriptionstatic TxnTypeConvert aReadWritemode toTxnTypestatic TxnTypeTxnType.promote(Transactional.Promote promoteMode) Convert aTxnTypemode toReadWrite: "promote" not supported.static TxnTypeReturns the enum constant of this class with the specified name.static TxnType[]TxnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.query with parameters of type TxnType -
Uses of TxnType in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return TxnTypeModifier and TypeMethodDescriptionDatasetGraphMap.transactionType()DatasetGraphMapLink.transactionType()DatasetGraphNull.transactionType()DatasetGraphOne.transactionType()DatasetGraphWrapper.transactionType()DatasetImpl.transactionType()Transactional.transactionType()Return the transaction type used inbegin(TxnType).TransactionalLock.transactionType()default TxnTypeTransactionalNotSupportedMixin.transactionType()TransactionalNull.transactionType()default TxnTypeTransactionalTrait.transactionType()Methods in org.apache.jena.sparql.core with parameters of type TxnTypeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidStart a transaction.
READ or WRITE transactions start in that state and do not change for the lifetime of the transaction.voiddefault voidvoiddefault voidvoiddefault <T> TExecute and return a value in a transaction with the giventransaction type.default voidExecute application code in a transaction with the giventransaction type. -
Uses of TxnType in org.apache.jena.sparql.core.mem
Methods in org.apache.jena.sparql.core.mem that return TxnTypeMethods in org.apache.jena.sparql.core.mem with parameters of type TxnType -
Uses of TxnType in org.apache.jena.sparql.graph
Methods in org.apache.jena.sparql.graph that return TxnTypeMethods in org.apache.jena.sparql.graph with parameters of type TxnType -
Uses of TxnType in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util that return TxnTypeMethods in org.apache.jena.sparql.util with parameters of type TxnType -
Uses of TxnType in org.apache.jena.system
Methods in org.apache.jena.system that return TxnTypeMethods in org.apache.jena.system with parameters of type TxnTypeModifier and TypeMethodDescriptionstatic AutoTxnTxn.autoTxn(Transactional txn, TxnType txnType) Begins a transaction and returns a AutoTxn instance suitable for use with try-with-resources blocks.voidstatic <T extends Transactional,X>
XExecute and return a value in a transaction with the giventransaction type.static voidTxnOp.compatibleWithPromote(TxnType requestedTxnType, Transactional currentTxn) Check an existingTransactionalfor compatibility with aTxnTypeand promote theTransactionalif necessary.static <T extends Transactional>
voidExecute application code in a transaction with the giventransaction type.static booleanTxnOp.isTxnTypeCompatible(TxnType innerTxnType, TxnType outerTxnType) Check whether aTxnTypeis compatible with another.static ThreadActionThreadTxn.threadTxn(Transactional trans, TxnType txnType, Runnable action) Create a thread-backed delayed transaction action.static voidTxnOp.txnTypeCompatibleEx(TxnType innerTxnType, TxnType outerTxnType) Check whether aTxnTypeis compatible with another. -
Uses of TxnType in org.apache.jena.system.buffering
Methods in org.apache.jena.system.buffering that return TxnTypeMethods in org.apache.jena.system.buffering with parameters of type TxnType