Uses of Class
org.apache.jena.query.ReadWrite
-
Packages that use ReadWrite Package Description org.apache.jena.query ARQ - A query engine for Jena, implementing SPARQL.org.apache.jena.sparql.core org.apache.jena.sparql.core.mem In-memory, transactional datasetorg.apache.jena.sparql.util org.apache.jena.system -
-
Uses of ReadWrite in org.apache.jena.query
Methods in org.apache.jena.query that return ReadWrite Modifier and Type Method Description static ReadWriteTxnType. convert(TxnType txnType)Convert aTxnTypemode toReadWrite: "promote" not supported.static ReadWriteTxnType. initial(TxnType txnType)Translate aTxnTypeto it's initialReadWritemode.static ReadWriteReadWrite. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReadWrite[]ReadWrite. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.query with parameters of type ReadWrite Modifier and Type Method Description voidDataset. begin(ReadWrite readWrite)Start either a READ or WRITE transactionstatic TxnTypeTxnType. convert(ReadWrite rw)Convert aReadWritemode toTxnType -
Uses of ReadWrite in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return ReadWrite Modifier and Type Method Description ReadWriteDatasetGraphMap. transactionMode()ReadWriteDatasetGraphMapLink. transactionMode()ReadWriteDatasetGraphNull. transactionMode()ReadWriteDatasetGraphOne. transactionMode()ReadWriteDatasetGraphWrapper. transactionMode()ReadWriteDatasetImpl. transactionMode()ReadWriteTransactional. transactionMode()Return the current mode of the transaction - "read" or "write".ReadWriteTransactionalLock. transactionMode()ReadWriteTransactionalNotSupported. transactionMode()default ReadWriteTransactionalNotSupportedMixin. transactionMode()ReadWriteTransactionalNull. transactionMode()Methods in org.apache.jena.sparql.core with parameters of type ReadWrite Modifier and Type Method Description voidDatasetGraphMap. begin(ReadWrite mode)voidDatasetGraphMapLink. begin(ReadWrite mode)voidDatasetGraphNull. begin(ReadWrite mode)voidDatasetGraphOne. begin(ReadWrite mode)voidDatasetGraphReadOnly. begin(ReadWrite mode)voidDatasetGraphWrapper. begin(ReadWrite readWrite)voidDatasetImpl. begin(ReadWrite mode)voidTransactional. begin(ReadWrite readWrite)Start either a READ or WRITE transaction.voidTransactionalLock. begin(ReadWrite readWrite)voidTransactionalNotSupported. begin(ReadWrite readWrite)default voidTransactionalNotSupportedMixin. begin(ReadWrite readWrite)voidTransactionalNull. begin(ReadWrite readWrite)booleanTransactionalLock. isTransactionMode(ReadWrite mode) -
Uses of ReadWrite in org.apache.jena.sparql.core.mem
Methods in org.apache.jena.sparql.core.mem that return ReadWrite Modifier and Type Method Description ReadWriteDatasetGraphInMemory. transactionMode()Methods in org.apache.jena.sparql.core.mem with parameters of type ReadWrite Modifier and Type Method Description voidDatasetGraphInMemory. begin(ReadWrite readWrite)voidHexTable. begin(ReadWrite rw)voidPMapTupleTable. begin(ReadWrite rw)PMapTupleTable.localis initialized viaPMapTupleTable.initial()voidTransactionalComponent. begin(ReadWrite readWrite)Start either a READ or WRITE transactionvoidTriTable. begin(ReadWrite rw) -
Uses of ReadWrite in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util that return ReadWrite Modifier and Type Method Description ReadWriteDyadicDatasetGraph. transactionMode()Methods in org.apache.jena.sparql.util with parameters of type ReadWrite Modifier and Type Method Description voidDyadicDatasetGraph. begin(ReadWrite readWrite) -
Uses of ReadWrite in org.apache.jena.system
Methods in org.apache.jena.system that return ReadWrite Modifier and Type Method Description ReadWriteTxnCounter. transactionMode()Methods in org.apache.jena.system with parameters of type ReadWrite Modifier and Type Method Description voidTxnCounter. begin(ReadWrite readWrite)
-