Uses of Enum Class
org.apache.jena.sparql.core.Transactional.Promote
Packages that use Transactional.Promote
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
In-memory, transactional dataset
-
Uses of Transactional.Promote in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type Transactional.PromoteModifier and TypeMethodDescriptionstatic 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.PromoteModifier and TypeMethodDescriptionstatic Transactional.PromoteReturns the enum constant of this class with the specified name.static Transactional.Promote[]Transactional.Promote.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.sparql.core with parameters of type Transactional.PromoteModifier and TypeMethodDescriptionbooleanDatasetGraphMap.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) default booleanTransactionalNotSupportedMixin.promote(Transactional.Promote txnType) booleanTransactionalNull.promote(Transactional.Promote txnType) default booleanTransactionalTrait.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.PromoteModifier and TypeMethodDescriptionbooleanDatasetGraphInMemory.promote(Transactional.Promote promoteMode) -
Uses of Transactional.Promote in org.apache.jena.sparql.graph
Methods in org.apache.jena.sparql.graph with parameters of type Transactional.Promote -
Uses of Transactional.Promote in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type Transactional.PromoteModifier and TypeMethodDescriptionbooleanDyadicDatasetGraph.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 -
Uses of Transactional.Promote in org.apache.jena.system.buffering
Methods in org.apache.jena.system.buffering with parameters of type Transactional.PromoteModifier and TypeMethodDescriptionbooleanBufferingDatasetGraph.promote(Transactional.Promote mode)