Uses of Class
org.apache.jena.sparql.util.Context
Packages that use Context
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
RRX (RIOT RDF/XML) is a set of three RDF/XML parsers.
-
Uses of Context in org.apache.jena.atlas.data
Methods in org.apache.jena.atlas.data with parameters of type ContextModifier and TypeMethodDescriptionstatic <E> ThresholdPolicy<E>ThresholdPolicyFactory.policyFromContext(Context context) A threshold policy based on theARQ.spillToDiskThresholdsymbol in the given Context. -
Uses of Context in org.apache.jena.http
Methods in org.apache.jena.http with parameters of type Context -
Uses of Context in org.apache.jena.http.sys
Methods in org.apache.jena.http.sys with parameters of type Context -
Uses of Context in org.apache.jena.query
Methods in org.apache.jena.query that return ContextModifier and TypeMethodDescriptionstatic ContextARQ.getContext()Dataset.getContext()Get the context associated with this datasetQueryExecution.getContext()The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).Methods in org.apache.jena.query with parameters of type ContextModifier and TypeMethodDescriptionstatic voidARQ.enableOptimizer(Context context, boolean state) Switch the default optimizer on and off for a specific Context.static voidARQ.setNormalMode(Context context) Explicitly set the values for normal operation.static voidARQ.setStrictMode(Context context) Set strict mode for a given Context. -
Uses of Context in org.apache.jena.rdfs
Constructors in org.apache.jena.rdfs with parameters of type Context -
Uses of Context in org.apache.jena.riot
Methods in org.apache.jena.riot that return ContextMethods in org.apache.jena.riot with parameters of type ContextModifier and TypeMethodDescriptionSet the context for the parser when built.Set the context for the writer when built.static ResultSetRead ResultSet.static SPARQLResultRead something RDF/SPARQL likevoidReaderRIOT.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) Read from an InputStream and output RDF on the StreamRDF.voidRead from an InputStream and output RDF on the StreamRDF.voidReaderRIOTBase.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) abstract voidvoidWriterDatasetRIOT.write(OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) voidWriterDatasetRIOT.write(Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) Use of Writer is discouraged - let the serializer manage character sets in accordance with the formatvoidWriterGraphRIOT.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidWriterGraphRIOT.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) Use of Writer is discouraged - let the serializer manage character sets in accordance with the format -
Uses of Context in org.apache.jena.riot.adapters
Methods in org.apache.jena.riot.adapters with parameters of type ContextModifier and TypeMethodDescriptionvoidAdapterRDFWriter.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidAdapterRDFWriter.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) -
Uses of Context in org.apache.jena.riot.lang
Methods in org.apache.jena.riot.lang with parameters of type ContextModifier and TypeMethodDescriptionvoidLangJSONLD11.read(InputStream input, String baseURI, ContentType ct, StreamRDF output, Context context) voidvoidReaderRDFNULL.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderRDFNULL.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderTriX.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) void -
Uses of Context in org.apache.jena.riot.lang.extra
Methods in org.apache.jena.riot.lang.extra with parameters of type ContextModifier and TypeMethodDescriptionvoidTurtleJavaccReaderRIOT.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) voidTurtleJavaccReaderRIOT.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.lang.rdfxml
Methods in org.apache.jena.riot.lang.rdfxml with parameters of type ContextModifier and TypeMethodDescriptionvoidReaderRDFXML_ARP1.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderRDFXML_ARP1.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.lang.rdfxml.rrx
Methods in org.apache.jena.riot.lang.rdfxml.rrx with parameters of type ContextModifier and TypeMethodDescriptionvoidReaderRDFXML_SAX.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderRDFXML_SAX.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.lang.rdfxml.rrx_stax_ev
Methods in org.apache.jena.riot.lang.rdfxml.rrx_stax_ev with parameters of type ContextModifier and TypeMethodDescriptionvoidReaderRDFXML_StAX_EV.read(InputStream input, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderRDFXML_StAX_EV.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.lang.rdfxml.rrx_stax_sr
Methods in org.apache.jena.riot.lang.rdfxml.rrx_stax_sr with parameters of type ContextModifier and TypeMethodDescriptionvoidReaderRDFXML_StAX_SR.read(InputStream input, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderRDFXML_StAX_SR.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.protobuf
Methods in org.apache.jena.riot.protobuf with parameters of type ContextModifier and TypeMethodDescriptionvoidWriterDatasetProtobuf.write(OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) voidWriterDatasetProtobuf.write(Writer out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) voidWriterGraphProtobuf.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidWriterGraphProtobuf.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) -
Uses of Context in org.apache.jena.riot.resultset
Methods in org.apache.jena.riot.resultset with parameters of type ContextModifier and TypeMethodDescriptiondefault ResultSetResultSetReader.read(InputStream in, Context context) Read from anInputStreamand produce aResultSet.default ResultSetUsingResultSetReader.read(InputStream, Context)is preferred.ResultSetReader.readAny(InputStream in, Context context) Read from anInputStreamand produce aSPARQLResult.voidResultSetWriter.write(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoidResultSetWriter.write(OutputStream out, ResultSet resultSet, Context context) Write the ResultSet to the OutputStreamvoidUsingResultSetWriter.write(OutputStream, ResultSet, Context)is preferred. -
Uses of Context in org.apache.jena.riot.rowset
Methods in org.apache.jena.riot.rowset with parameters of type ContextModifier and TypeMethodDescriptionSet theContext.default RowSetRowSetReader.read(InputStream in, Context context) Read from anInputStreamand produce aRowSet.default RowSetUsingRowSetReader.read(InputStream, Context)is preferred.RowSetReader.readAny(InputStream in, Context context) Read from anInputStreamand produce aQueryExecResult.voidRowSetWriter.write(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoidRowSetWriter.write(OutputStream out, RowSet rowSet, Context context) Write the ResultSet to the OutputStreamvoidUsingRowSetWriter.write(OutputStream, RowSet, Context)is preferred. -
Uses of Context in org.apache.jena.riot.rowset.rw
Methods in org.apache.jena.riot.rowset.rw with parameters of type ContextModifier and TypeMethodDescriptionstatic ValidationSettingsRowSetReaderJSONStreaming.configureValidationFromContext(ValidationSettings settings, Context cxt) Apply settings present in the context to a given ValidationSettings instancestatic RowSetBuffered<RowSetJSONStreaming<?>>RowSetReaderJSONStreaming.createRowSet(InputStream in, Context context) static voidRowSetWriterText.output(org.apache.jena.atlas.io.AWriter out, RowSet resultSet, String colStart, String colSep, String colEnd, Context cxt) static voidstatic QueryExecResultRowSetReaderJSONStreaming.process(InputStream in, Context context) RowSetReaderCSV.read(InputStream in, Context context) RowSetReaderNone.read(InputStream in, Context context) RowSetReaderProtobuf.read(InputStream in, Context context) RowSetReaderThrift.read(InputStream in, Context context) RowSetReaderTSV.read(InputStream in, Context context) RowSetReaderCSV.readAny(InputStream in, Context context) RowSetReaderJSON_V1.readAny(InputStream in, Context context) Deprecated, for removal: This API element is subject to removal in a future version.RowSetReaderJSONStreaming.readAny(InputStream in, Context context) RowSetReaderNone.readAny(InputStream in, Context context) RowSetReaderProtobuf.readAny(InputStream in, Context context) RowSetReaderThrift.readAny(InputStream in, Context context) RowSetReaderTSV.readAny(InputStream in, Context context) RowSetReaderXML.readAny(InputStream in, Context context) voidRowSetWriterCSV.write(OutputStream out, boolean result, Context context) voidRowSetWriterCSV.write(OutputStream out, RowSet resultSet, Context context) voidvoidRowSetWriterJSON.write(OutputStream outStream, boolean result, Context context) voidRowSetWriterJSON.write(OutputStream outStream, RowSet rowSet, Context context) voidvoidRowSetWriterNone.write(OutputStream out, boolean result, Context context) voidRowSetWriterNone.write(OutputStream out, RowSet resultSet, Context context) voidvoidRowSetWriterProtobuf.write(OutputStream out, boolean result, Context context) voidRowSetWriterProtobuf.write(OutputStream out, RowSet rowSet, Context context) voidvoidRowSetWriterText.write(OutputStream out, boolean result, Context context) voidRowSetWriterText.write(OutputStream out, RowSet resultSet, Context context) voidvoidRowSetWriterThrift.write(OutputStream out, boolean result, Context context) voidRowSetWriterThrift.write(OutputStream out, RowSet rowSet, Context context) voidvoidRowSetWriterTSV.write(OutputStream out, boolean result, Context context) voidRowSetWriterTSV.write(OutputStream out, RowSet rowSet, Context context) voidvoidRowSetWriterXML.write(OutputStream outStream, boolean result, Context context) voidRowSetWriterXML.write(OutputStream outStream, RowSet rs, Context context) void -
Uses of Context in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system with parameters of type ContextModifier and TypeMethodDescriptionStreamRDFWriterFactory.create(OutputStream output, RDFFormat format, Context context) static StreamRDFStreamRDFWriter.getWriterStream(OutputStream output, Lang lang, Context context) Get a StreamRDF destination that will output in syntaxLangand is guaranteed to do so in a scaling, streaming fashion.static StreamRDFStreamRDFWriter.getWriterStream(OutputStream output, RDFFormat format, Context context) Get a StreamRDF destination that will output in syntaxRDFFormatand is guaranteed to do so in a scaling, streaming fashion.static voidStreamRDFWriter.write(OutputStream output, org.apache.jena.graph.Graph graph, Lang lang, Context context) Write a Graph in streaming fashionstatic voidStreamRDFWriter.write(OutputStream output, org.apache.jena.graph.Graph graph, RDFFormat format, Context context) Write a Graph in streaming fashionstatic voidStreamRDFWriter.write(OutputStream output, DatasetGraph datasetGraph, Lang lang, Context context) Write a DatasetGraph in streaming fashionstatic voidStreamRDFWriter.write(OutputStream output, DatasetGraph datasetGraph, RDFFormat format, Context context) Write a DatasetGraph in streaming fashionConstructors in org.apache.jena.riot.system with parameters of type ContextModifierConstructorDescriptionCDTAwareParserProfile(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode) ParserProfileStd(FactoryRDF factory, ErrorHandler errorHandler, org.apache.jena.irix.IRIxResolver resolver, PrefixMap prefixMap, Context context, boolean checking, boolean strictMode) -
Uses of Context in org.apache.jena.riot.system.stream
Methods in org.apache.jena.riot.system.stream with parameters of type ContextModifier and TypeMethodDescriptionstatic StreamManagerReturn theStreamManagerin a context, or the global one if the context is null or does not contain a valid entry for aStreamManager. -
Uses of Context in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift with parameters of type ContextModifier and TypeMethodDescriptionvoidWriterDatasetThrift.write(OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) voidWriterDatasetThrift.write(Writer out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) voidWriterGraphThrift.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidWriterGraphThrift.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) -
Uses of Context in org.apache.jena.riot.writer
Methods in org.apache.jena.riot.writer with parameters of type ContextModifier and TypeMethodDescriptionstatic NodeFormatterTurtleShell.createNodeFormatter(PrefixMap pmap, String baseURI, Context context) voidJsonLD11Writer.write(OutputStream outputStream, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) voidJsonLD11Writer.write(Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) voidNQuadsWriter.write(OutputStream out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context) voidNQuadsWriter.write(Writer out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context) voidNTriplesWriter.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidNTriplesWriter.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidNullWriter.write(OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) voidNullWriter.write(Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) voidRDFJSONWriter.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidRDFJSONWriter.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidTriGWriterBase.write(OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) voidTriGWriterBase.write(Writer out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) voidTurtleWriterBase.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidTurtleWriterBase.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) abstract voidWriterDatasetRIOTBase.write(OutputStream out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context) abstract voidWriterDatasetRIOTBase.write(Writer out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context) abstract voidWriterGraphRIOTBase.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) abstract voidWriterGraphRIOTBase.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidWriterTriX.write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidWriterTriX.write(OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) voidWriterTriX.write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) voidWriterTriX.write(Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) Constructors in org.apache.jena.riot.writer with parameters of type ContextModifierConstructorDescriptionWriterStreamRDFBlocks(OutputStream output, Context context) WriterStreamRDFBlocks(Writer output, Context context) WriterStreamRDFBlocks(org.apache.jena.atlas.io.IndentedWriter output, Context context) WriterStreamRDFFlat(OutputStream output, Context context) WriterStreamRDFFlat(Writer output, Context context) WriterStreamRDFFlat(org.apache.jena.atlas.io.IndentedWriter output, Context context) -
Uses of Context in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type ContextModifier and TypeMethodDescriptionstatic OpPropertyFunctionGenerator.buildPropertyFunctions(PropertyFunctionRegistry registry, OpBGP opBGP, Context context) static OpApply static transformations to a query to optimize itConstructors in org.apache.jena.sparql.algebra with parameters of type Context -
Uses of Context in org.apache.jena.sparql.algebra.optimize
Methods in org.apache.jena.sparql.algebra.optimize with parameters of type ContextModifier and TypeMethodDescriptionCreate an object that can rewrite algebra expressionsstatic OpOptimize based on all optionsstatic OpApply the property function transformation.Constructors in org.apache.jena.sparql.algebra.optimize with parameters of type ContextModifierConstructorDescriptionOptimizerMinimal(Context context) OptimizerStd(Context context) OpVisitorExprPrepare(Context context) TransformPropertyFunction(Context context) -
Uses of Context in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return ContextModifier and TypeMethodDescriptionDatasetGraph.getContext()Get the context associated with this object - may be nullDatasetGraphBase.getContext()DatasetGraphWrapper.getContext()DatasetImpl.getContext()Methods in org.apache.jena.sparql.core with parameters of type ContextModifier and TypeMethodDescriptionstatic DatasetDescriptionCreate a dataset description, given a query and context.static DatasetDescriptionCreate a dataset description, given a context.static VarAllocConstructors in org.apache.jena.sparql.core with parameters of type ContextModifierConstructorDescriptionDatasetGraphReadOnly(DatasetGraph dsg, Context cxt) DatasetGraphWrapper(DatasetGraph dsg, Context context) Create a operations wrapper arounddsgwithcontext. -
Uses of Context in org.apache.jena.sparql.core.assembler
Methods in org.apache.jena.sparql.core.assembler that return ContextModifier and TypeMethodDescriptionstatic ContextAssemblerUtils.parseContext(org.apache.jena.rdf.model.Resource r) Look for and build context declarations.Methods in org.apache.jena.sparql.core.assembler with parameters of type ContextModifier and TypeMethodDescriptionstatic voidAssemblerUtils.mergeContext(org.apache.jena.rdf.model.Resource r, Context context) Look for and merge in context declarations. -
Uses of Context in org.apache.jena.sparql.core.describe
Methods in org.apache.jena.sparql.core.describe with parameters of type ContextModifier and TypeMethodDescriptionstatic DescribeHandlerRegistrystatic voidDescribeHandlerRegistry.set(Context context, DescribeHandlerRegistry reg) voidvoidStart the describe process, passing in the result model. -
Uses of Context in org.apache.jena.sparql.engine
Methods in org.apache.jena.sparql.engine that return ContextMethods in org.apache.jena.sparql.engine with parameters of type ContextModifier and TypeMethodDescriptionbooleanQueryEngineFactory.accept(Query query, DatasetGraph dataset, Context context) Detect appropriate requests for a particular query engine for a particular graph type.booleanQueryEngineFactory.accept(Op op, DatasetGraph dataset, Context context) Detect appropriate requests for a particular query engine for a particular graph type.booleanQueryEngineFactoryWrapper.accept(Query query, DatasetGraph dsg, Context context) booleanQueryEngineFactoryWrapper.accept(Op op, DatasetGraph dsg, Context context) static voidTimeouts.applyDefaultQueryTimeoutFromContext(Timeouts.TimeoutBuilderImpl builder, Context cxt) static QueryEngineRegistryQueryEngineRegistry.chooseRegistry(Context context) If there is a registry in the context then return it otherwise yield the global instancestatic QueryEngineRegistryCreate a copy of the registry from the context or return a new instancestatic ExecutionContextExecutionContext.create(DatasetGraph dataset, org.apache.jena.graph.Graph activeGraph, Context context) ExecutionContext for normal execution over a dataset.static ExecutionContextExecutionContext.create(DatasetGraph dataset, Context context) ExecutionContext for normal execution over a dataset, with default forOpExecutorFactory.static ExecutionContextExecutionContext for execution without a dataset, with default forOpExecutorFactory.QueryEngineFactory.create(Query query, DatasetGraph dataset, Binding inputBinding, Context context) Call to create aPlan: the companionQueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context)will have returnedtrue.QueryEngineFactory.create(Op op, DatasetGraph dataset, Binding inputBinding, Context context) Call to create aPlan: the companionQueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context)will have returnedtrue.QueryEngineFactoryWrapper.create(Query query, DatasetGraph dsg, Binding inputBinding, Context context) QueryEngineFactoryWrapper.create(Op op, DatasetGraph dsg, Binding inputBinding, Context context) static ExecutionContextExecutionContext.createForGraph(org.apache.jena.graph.Graph graph, Context cxt) ExecutionContext for normal execution over a graph.OpEval.evaluate(Op op, DatasetGraph dsg, Binding binding, Context context) final QueryIteratorQueryEngineBase.evaluate(Op op, DatasetGraph dsg, Binding binding, Context context) static Timeouts.TimeoutTimeouts.extractQueryTimeout(Context cxt) static Timeouts.TimeoutTimeouts.extractTimeout(Context cxt, Symbol symbol) static Timeouts.TimeoutTimeouts.extractUpdateTimeout(Context cxt) QueryEngineRegistry.find(Query query, DatasetGraph dataset, Context context) Locate a suitable factory for this query and datasetQueryEngineRegistry.find(Op op, DatasetGraph dataset, Context context) Locate a suitable factory for this algebra expression and datasetstatic QueryEngineFactoryQueryEngineRegistry.findFactory(Query query, DatasetGraph dataset, Context context) Locate a suitable factory for this query and dataset from the default registrystatic QueryEngineFactoryQueryEngineRegistry.findFactory(Op op, DatasetGraph dataset, Context context) Locate a suitable factory for this algebra expression and dataset from the default registrystatic QueryEngineRegistryGet the query engine registry from the context or null if there is none.static voidQueryEngineRegistry.set(Context context, QueryEngineRegistry registry) static voidTimeouts.setQueryTimeout(Context cxt, Timeouts.Timeout timeout) static voidTimeouts.setTimeout(Context cxt, Symbol symbol, Timeouts.Timeout timeout) static voidTimeouts.setUpdateTimeout(Context cxt, Timeouts.Timeout timeout) Constructors in org.apache.jena.sparql.engine with parameters of type ContextModifierConstructorDescriptionExecutionContext(Context params, org.apache.jena.graph.Graph activeGraph, DatasetGraph dataset, OpExecutorFactory factory) Deprecated.Use a "create" function where possible.ExecutionContext(Context params, org.apache.jena.graph.Graph activeGraph, DatasetGraph dataset, OpExecutorFactory factory, AtomicBoolean cancelSignal) Deprecated.This will be changed to be private. -
Uses of Context in org.apache.jena.sparql.engine.main
Methods in org.apache.jena.sparql.engine.main with parameters of type ContextModifier and TypeMethodDescriptionstatic StageGeneratorStageBuilder.chooseStageGenerator(Context context) QueryEngineMain.eval(Op op, DatasetGraph dsg, Binding input, Context context) static OpExecutorFactoryQC.getFactory(Context context) static StageGeneratorStageBuilder.getGenerator(Context context) static voidQC.setFactory(Context context, OpExecutorFactory factory) static voidStageBuilder.setGenerator(Context context, StageGenerator stageGenerator) Constructors in org.apache.jena.sparql.engine.main with parameters of type ContextModifierConstructorDescriptionQueryEngineMain(Query query, DatasetGraph dataset, Binding input, Context context) QueryEngineMain(Op op, DatasetGraph dataset, Binding input, Context context) QueryEngineMainQuad(Query query, DatasetGraph dataset, Binding input, Context context) QueryEngineMainQuad(Op op, DatasetGraph dataset, Binding input, Context context) -
Uses of Context in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type ContextModifier and TypeMethodDescriptionQueryEngineRef.eval(Op op, DatasetGraph dsg, Binding binding, Context context) Constructors in org.apache.jena.sparql.engine.ref with parameters of type ContextModifierConstructorDescriptionQueryEngineRef(Op op, DatasetGraph dataset, Binding input, Context context) QueryEngineRef(Op op, DatasetGraph dataset, Context context) QueryEngineRefQuad(Op op, DatasetGraph dataset, Binding input, Context context) QueryEngineRefQuad(Op op, DatasetGraph dataset, Context context) -
Uses of Context in org.apache.jena.sparql.exec
Methods in org.apache.jena.sparql.exec that return ContextModifier and TypeMethodDescriptionQueryExec.getContext()The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).QueryExecAdapter.getContext()QueryExecApp.getContext()QueryExecBuilderAdapter.getContext()QueryExecDataset.getContext()QueryExecDatasetBuilder.getContext()QueryExecMod.getContext()QueryExecutionAdapter.getContext()The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).QueryExecutionCompat.getContext()UpdateExecAdapter.getContext()UpdateExecDatasetBuilder.getContext()UpdateExecutionAdapter.getContext()Methods in org.apache.jena.sparql.exec with parameters of type ContextModifier and TypeMethodDescriptionSet the context.Set the context. if not set, defaults to the system context (ARQ.getContext()).Set theContext. -
Uses of Context in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http that return ContextModifier and TypeMethodDescriptionQueryExecHTTP.getContext()QueryExecHTTPBuilder.getContext()UpdateExecHTTP.getContext()Methods in org.apache.jena.sparql.exec.http with parameters of type ContextModifier and TypeMethodDescriptionstatic voidService.checkServiceAllowed(Context context) Test whether SERVICE calls out of this JVM are allowed.static QueryIteratorPlain service execution.Constructors in org.apache.jena.sparql.exec.http with parameters of type ContextModifierConstructorDescriptionQueryExecHTTP(String serviceURL, Query query, String queryString, int urlLimit, HttpClient httpClient, Map<String, String> httpHeaders, Params params, Context context, List<String> defaultGraphURIs, List<String> namedGraphURIs, QuerySendMode sendMode, String overrideAcceptHeader, long timeout, TimeUnit timeoutUnit) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Context in org.apache.jena.sparql.expr
Methods in org.apache.jena.sparql.expr with parameters of type ContextModifier and TypeMethodDescriptionvoidE_Function.buildFunction(Context cxt) voidExprList.prepareExprs(Context context) Constructors in org.apache.jena.sparql.expr with parameters of type Context -
Uses of Context in org.apache.jena.sparql.function
Methods in org.apache.jena.sparql.function that return ContextModifier and TypeMethodDescriptionFunctionEnv.getContext()Return the context for this function callFunctionEnvBase.getContext()Methods in org.apache.jena.sparql.function with parameters of type ContextModifier and TypeMethodDescriptionvoidCalled during query plan construction immediately after the construction of the extension instance.voidstatic FunctionRegistrystatic voidFunctionRegistry.set(Context context, FunctionRegistry reg) Constructors in org.apache.jena.sparql.function with parameters of type ContextModifierConstructorDescriptionFunctionEnvBase(Context context) FunctionEnvBase(Context context, org.apache.jena.graph.Graph activeGraph, DatasetGraph dataset) -
Uses of Context in org.apache.jena.sparql.function.library
Methods in org.apache.jena.sparql.function.library with parameters of type Context -
Uses of Context in org.apache.jena.sparql.function.scripting
Methods in org.apache.jena.sparql.function.scripting with parameters of type Context -
Uses of Context in org.apache.jena.sparql.function.user
Methods in org.apache.jena.sparql.function.user with parameters of type Context -
Uses of Context in org.apache.jena.sparql.mgt
Methods in org.apache.jena.sparql.mgt with parameters of type ContextModifier and TypeMethodDescriptionstatic voidExplain.explain(String message, org.apache.jena.graph.Node s, Path path, org.apache.jena.graph.Node o, Context context) static voidstatic voidstatic voidExplain.explain(String message, BasicPattern bgp, Context context) static voidExplain.explain(String message, QuadPattern quads, Context context) static voidExplain.explain(org.apache.jena.graph.Node s, Path path, org.apache.jena.graph.Node o, Context context) static voidstatic voidstatic voidExplain.explain(BasicPattern bgp, Context context) static voidstatic voidstatic booleanExplain.explaining(Explain.InfoLevel level, org.slf4j.Logger logger, Context context) -
Uses of Context in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify that return ContextModifier and TypeMethodDescriptionUpdateProcessorBase.getContext()UpdateProcessorStreamingBase.getContext()Methods in org.apache.jena.sparql.modify with parameters of type ContextModifier and TypeMethodDescriptionbooleanUpdateEngineFactory.accept(DatasetGraph datasetGraph, Context context) Answer whether this factory can produce an UpdateEngine for the specified GraphStoreUpdateEngineFactory.create(DatasetGraph datasetGraph, Binding inputBinding, Context context) Create the update engine - having returned true to accept, should not failUpdateEngineRegistry.find(DatasetGraph graphStore, Context context) Locate a suitable factory for this datasetstatic UpdateEngineFactoryUpdateEngineRegistry.findFactory(DatasetGraph graphStore, Context context) Locate a suitable factory for this dataset from the default registryConstructors in org.apache.jena.sparql.modify with parameters of type ContextModifierConstructorDescriptionUpdateEngineBase(DatasetGraph datasetGraph, Binding inputBinding, Context context) UpdateEngineMain(DatasetGraph datasetGraph, Binding inputBinding, Context context) Creates a new Update EngineUpdateEngineNonStreaming(DatasetGraph datasetGraph, Binding inputBinding, Context context) Creates a new Update EngineUpdateEngineWorker(DatasetGraph datasetGraph, Binding inputBinding, Context context) UpdateProcessorBase(UpdateRequest request, DatasetGraph datasetGraph, Binding inputBinding, Context context, UpdateEngineFactory factory) Deprecated.UpdateProcessorBase(UpdateRequest request, DatasetGraph datasetGraph, Binding inputBinding, Context context, UpdateEngineFactory factory, Timeouts.Timeout timeout) UpdateProcessorStreamingBase(DatasetGraph datasetGraph, Binding inputBinding, Prologue prologue, Context context, UpdateEngineFactory factory) -
Uses of Context in org.apache.jena.sparql.path.eval
Methods in org.apache.jena.sparql.path.eval with parameters of type ContextModifier and TypeMethodDescriptionstatic Iterator<org.apache.jena.graph.Node>PathEval.eval(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node node, Path path, Context context) Evaluate a path : SPARQL semanticsstatic Iterator<org.apache.jena.graph.Node>PathEval.evalReverse(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node node, Path path, Context context) Evaluate a pathConstructors in org.apache.jena.sparql.path.eval with parameters of type ContextModifierConstructorDescriptionPathEngineSPARQL(org.apache.jena.graph.Graph graph, Context context) -
Uses of Context in org.apache.jena.sparql.pfunction
Methods in org.apache.jena.sparql.pfunction with parameters of type ContextModifier and TypeMethodDescriptionstatic PropertyFunctionRegistryPropertyFunctionRegistry.chooseRegistry(Context context) Get the PropertyFunctionRegistry, defaulting to the global onestatic PropertyFunctionRegistrystatic voidPropertyFunctionRegistry.set(Context context, PropertyFunctionRegistry reg) -
Uses of Context in org.apache.jena.sparql.procedure
Methods in org.apache.jena.sparql.procedure with parameters of type ContextModifier and TypeMethodDescriptionstatic ProcedureRegistrystatic voidProcedureRegistry.set(Context context, ProcedureRegistry reg) -
Uses of Context in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset with parameters of type Context -
Uses of Context in org.apache.jena.sparql.service
Methods in org.apache.jena.sparql.service with parameters of type ContextModifier and TypeMethodDescriptionstatic ServiceExecutorRegistryServiceExecutorRegistry.chooseRegistry(Context context) Return the registry from the given context if present; otherwise return the global oneReturn a copy of the registry in the context (if present) or a fresh instancestatic ServiceExecutorRegistryReturn the registry from the given context only; null if there is nonestatic voidServiceExecutorRegistry.set(Context context, ServiceExecutorRegistry reg) -
Uses of Context in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util that return ContextModifier and TypeMethodDescriptionContextAccumulator.context()Build and return.Context.copy()Return a copy of this context.static ContextContextUtils.copyWithRegistries(Context from) Copies the given context also copying its registries (FunctionRegistry,PropertyFunctionRegistryandServiceExecutorRegistry).static ContextContext.create()Create an empty contextstatic final ContextContext.emptyContext()Empty, immutable contextstatic ContextContext.fromDataset(DatasetGraph dataset) Return the context of the dataset (not copied); if the dataset is null, return nullDyadicDatasetGraph.getContext()static ContextMerge an outer (defaults to the system global context) and local context to produce a new context The new context is always a separate copy.Store a named value - overwrites any previous set value.Store a named value - overwrites any previous set value.Set property value to be false.Context.setIfUndef(Symbol property, Object value) Store a named value only if it is not currently set.Set property value to be true.static ContextContext.setupContextForDataset(Context globalContext, DatasetGraph dataset) Setup a context using another context and a dataset.Remove any value associated with a property.Methods in org.apache.jena.sparql.util with parameters of type ContextModifier and TypeMethodDescriptionstatic ContextContextUtils.copyWithRegistries(Context from) Copies the given context also copying its registries (FunctionRegistry,PropertyFunctionRegistryandServiceExecutorRegistry).static AtomicBooleanContext.getCancelSignal(Context context) static AtomicBooleanContext.getOrSetCancelSignal(Context context) Get the context's cancel signal.static ContextMerge an outer (defaults to the system global context) and local context to produce a new context The new context is always a separate copy.voidDyadicDatasetGraph.setContext(Context c) static voidContext.setCurrentDateTime(Context context) static ContextContext.setupContextForDataset(Context globalContext, DatasetGraph dataset) Setup a context using another context and a dataset.Method parameters in org.apache.jena.sparql.util with type arguments of type ContextModifier and TypeMethodDescriptionstatic ContextAccumulatorContextAccumulator.newBuilder(Supplier<Context> baseSupplier) static ContextAccumulatorContextAccumulator.newBuilder(Supplier<Context> baseSupplier, Supplier<Context> extraSupplier) Constructors in org.apache.jena.sparql.util with parameters of type ContextModifierConstructorDescriptionDifferenceDatasetGraph(DatasetGraph left, DatasetGraph right, Context c) IntersectionDatasetGraph(DatasetGraph left, DatasetGraph right, Context c) UnionDatasetGraph(DatasetGraph left, DatasetGraph right, Context c) -
Uses of Context in org.apache.jena.sparql.util.compose
Methods in org.apache.jena.sparql.util.compose with parameters of type Context -
Uses of Context in org.apache.jena.update
Methods in org.apache.jena.update that return ContextModifier and TypeMethodDescriptiondefault ContextUpdateProcessor.getContext()Returns the processor's context.UpdateProcessorStreaming.getContext()The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).Methods in org.apache.jena.update with parameters of type ContextModifier and TypeMethodDescriptionSet theContext.static UpdateExecutionUpdateExecutionFactory.create(UpdateRequest updateRequest, Dataset dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreamingUpdateStreaming.createStreaming(Dataset dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreamingUpdateStreaming.createStreaming(DatasetGraph datasetGraph, Context context) Deprecated, for removal: This API element is subject to removal in a future version.