Uses of Class
org.apache.jena.sparql.core.Transactional.Promote
-
Packages that use Transactional.Promote 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 Transactional.Promote in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type Transactional.Promote Modifier and Type Method Description static TxnTypeTxnType. promote(Transactional.Promote promoteMode)Convert aTxnTypemode toReadWrite: "promote" not supported. -
Uses of Transactional.Promote in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return Transactional.Promote Modifier and Type Method Description static Transactional.PromoteTransactional.Promote. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Transactional.Promote[]Transactional.Promote. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.sparql.core with parameters of type Transactional.Promote Modifier and Type Method Description booleanDatasetGraphMap. promote(Transactional.Promote txnType)booleanDatasetGraphMapLink. promote(Transactional.Promote txnType)booleanDatasetGraphNull. promote(Transactional.Promote txnType)booleanDatasetGraphOne. promote(Transactional.Promote txnType)booleanDatasetGraphWrapper. promote(Transactional.Promote type)booleanDatasetImpl. promote(Transactional.Promote txnType)booleanTransactional. promote(Transactional.Promote mode)Attempt to promote a transaction from "read" mode to "write" and the transaction.booleanTransactionalLock. promote(Transactional.Promote txnType)booleanTransactionalNotSupported. promote(Transactional.Promote txnType)default booleanTransactionalNotSupportedMixin. promote(Transactional.Promote txnType)booleanTransactionalNull. promote(Transactional.Promote txnType) -
Uses of Transactional.Promote in org.apache.jena.sparql.core.mem
Methods in org.apache.jena.sparql.core.mem with parameters of type Transactional.Promote Modifier and Type Method Description booleanDatasetGraphInMemory. promote(Transactional.Promote promoteMode) -
Uses of Transactional.Promote in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type Transactional.Promote Modifier and Type Method Description booleanDyadicDatasetGraph. promote(Transactional.Promote txnType) -
Uses of Transactional.Promote in org.apache.jena.system
Methods in org.apache.jena.system with parameters of type Transactional.Promote Modifier and Type Method Description booleanTxnCounter. promote(Transactional.Promote promoteMode)
-