Uses of Class
org.apache.jena.sparql.util.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
Modifier and TypeMethodDescriptionstatic <E> ThresholdPolicy<E>
ThresholdPolicyFactory.policyFromContext
(Context context) A threshold policy based on theARQ.spillToDiskThreshold
symbol in the given Context. -
Uses of Context in org.apache.jena.http
-
Uses of Context in org.apache.jena.http.sys
-
Uses of Context in org.apache.jena.query
Modifier and TypeMethodDescriptionstatic Context
ARQ.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).Modifier and TypeMethodDescriptionstatic void
ARQ.enableOptimizer
(Context context, boolean state) Switch the default optimizer on and off for a specific Context.static void
ARQ.setNormalMode
(Context context) Explicitly set the values for normal operation.static void
ARQ.setStrictMode
(Context context) Set strict mode for a given Context. -
Uses of Context in org.apache.jena.rdfs
-
Uses of Context in org.apache.jena.riot
Modifier and TypeMethodDescriptionSet the context for the parser when built.Set the context for the writer when built.static ResultSet
Read ResultSet.static SPARQLResult
Read something RDF/SPARQL likevoid
ReaderRIOT.read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) Read from an InputStream and output RDF on the StreamRDF.void
Read from an InputStream and output RDF on the StreamRDF.void
ReaderRIOTBase.read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) abstract void
void
WriterDatasetRIOT.write
(OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) void
WriterDatasetRIOT.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 formatvoid
WriterGraphRIOT.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
WriterGraphRIOT.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
Modifier and TypeMethodDescriptionvoid
AdapterRDFWriter.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
AdapterRDFWriter.write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) -
Uses of Context in org.apache.jena.riot.lang
Modifier and TypeMethodDescriptionvoid
LangJSONLD11.read
(InputStream input, String baseURI, ContentType ct, StreamRDF output, Context context) void
void
ReaderRDFNULL.read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) void
ReaderRDFNULL.read
(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) void
ReaderTriX.read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) void
-
Uses of Context in org.apache.jena.riot.lang.extra
Modifier and TypeMethodDescriptionvoid
TurtleJavaccReaderRIOT.read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) void
TurtleJavaccReaderRIOT.read
(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.lang.rdfxml
Modifier and TypeMethodDescriptionvoid
ReaderRDFXML_ARP0.read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) void
ReaderRDFXML_ARP0.read
(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) void
ReaderRDFXML_ARP1.read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) void
ReaderRDFXML_ARP1.read
(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.lang.rdfxml.rrx
Modifier and TypeMethodDescriptionvoid
ReaderRDFXML_SAX.read
(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) void
ReaderRDFXML_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
Modifier and TypeMethodDescriptionvoid
ReaderRDFXML_StAX_EV.read
(InputStream input, String baseURI, ContentType ct, StreamRDF output, Context context) void
ReaderRDFXML_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
Modifier and TypeMethodDescriptionvoid
ReaderRDFXML_StAX_SR.read
(InputStream input, String baseURI, ContentType ct, StreamRDF output, Context context) void
ReaderRDFXML_StAX_SR.read
(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of Context in org.apache.jena.riot.protobuf
Modifier and TypeMethodDescriptionvoid
WriterDatasetProtobuf.write
(OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) void
WriterDatasetProtobuf.write
(Writer out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) void
WriterGraphProtobuf.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
WriterGraphProtobuf.write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) -
Uses of Context in org.apache.jena.riot.resultset
Modifier and TypeMethodDescriptiondefault ResultSet
ResultSetReader.read
(InputStream in, Context context) Read from anInputStream
and produce aResultSet
.default ResultSet
UsingResultSetReader.read(InputStream, Context)
is preferred.ResultSetReader.readAny
(InputStream in, Context context) Read from anInputStream
and produce aSPARQLResult
.void
ResultSetWriter.write
(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoid
ResultSetWriter.write
(OutputStream out, ResultSet resultSet, Context context) Write the ResultSet to the OutputStreamvoid
UsingResultSetWriter.write(OutputStream, ResultSet, Context)
is preferred. -
Uses of Context in org.apache.jena.riot.rowset
Modifier and TypeMethodDescriptionSet theContext
.default RowSet
RowSetReader.read
(InputStream in, Context context) Read from anInputStream
and produce aRowSet
.default RowSet
UsingRowSetReader.read(InputStream, Context)
is preferred.RowSetReader.readAny
(InputStream in, Context context) Read from anInputStream
and produce aQueryExecResult
.void
RowSetWriter.write
(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoid
RowSetWriter.write
(OutputStream out, RowSet rowSet, Context context) Write the ResultSet to the OutputStreamvoid
UsingRowSetWriter.write(OutputStream, RowSet, Context)
is preferred. -
Uses of Context in org.apache.jena.riot.rowset.rw
Modifier and TypeMethodDescriptionstatic ValidationSettings
RowSetReaderJSONStreaming.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 void
RowSetWriterText.output
(org.apache.jena.atlas.io.AWriter out, RowSet resultSet, String colStart, String colSep, String colEnd, Context cxt) static void
static QueryExecResult
RowSetReaderJSONStreaming.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) void
RowSetWriterCSV.write
(OutputStream out, boolean result, Context context) void
RowSetWriterCSV.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterJSON.write
(OutputStream outStream, boolean result, Context context) void
RowSetWriterJSON.write
(OutputStream outStream, RowSet rowSet, Context context) void
void
RowSetWriterNone.write
(OutputStream out, boolean result, Context context) void
RowSetWriterNone.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterProtobuf.write
(OutputStream out, boolean result, Context context) void
RowSetWriterProtobuf.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterText.write
(OutputStream out, boolean result, Context context) void
RowSetWriterText.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterThrift.write
(OutputStream out, boolean result, Context context) void
RowSetWriterThrift.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterTSV.write
(OutputStream out, boolean result, Context context) void
RowSetWriterTSV.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterXML.write
(OutputStream outStream, boolean result, Context context) void
RowSetWriterXML.write
(OutputStream outStream, RowSet rs, Context context) void
-
Uses of Context in org.apache.jena.riot.system
Modifier and TypeMethodDescriptionStreamRDFWriterFactory.create
(OutputStream output, RDFFormat format, Context context) static StreamRDF
StreamRDFWriter.getWriterStream
(OutputStream output, Lang lang, Context context) Get a StreamRDF destination that will output in syntaxLang
and is guaranteed to do so in a scaling, streaming fashion.static StreamRDF
StreamRDFWriter.getWriterStream
(OutputStream output, RDFFormat format, Context context) Get a StreamRDF destination that will output in syntaxRDFFormat
and is guaranteed to do so in a scaling, streaming fashion.static void
StreamRDFWriter.write
(OutputStream output, org.apache.jena.graph.Graph graph, Lang lang, Context context) Write a Graph in streaming fashionstatic void
StreamRDFWriter.write
(OutputStream output, org.apache.jena.graph.Graph graph, RDFFormat format, Context context) Write a Graph in streaming fashionstatic void
StreamRDFWriter.write
(OutputStream output, DatasetGraph datasetGraph, Lang lang, Context context) Write a DatasetGraph in streaming fashionstatic void
StreamRDFWriter.write
(OutputStream output, DatasetGraph datasetGraph, RDFFormat format, Context context) Write a DatasetGraph in streaming fashionModifierConstructorDescriptionCDTAwareParserProfile
(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
Modifier and TypeMethodDescriptionstatic StreamManager
Return theStreamManager
in 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
Modifier and TypeMethodDescriptionvoid
WriterDatasetThrift.write
(OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) void
WriterDatasetThrift.write
(Writer out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) void
WriterGraphThrift.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
WriterGraphThrift.write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) -
Uses of Context in org.apache.jena.riot.writer
Modifier and TypeMethodDescriptionstatic NodeFormatter
TurtleShell.createNodeFormatter
(PrefixMap pmap, String baseURI, Context context) void
JsonLD11Writer.write
(OutputStream outputStream, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) void
JsonLD11Writer.write
(Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) void
NQuadsWriter.write
(OutputStream out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context) void
NQuadsWriter.write
(Writer out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context) void
NTriplesWriter.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
NTriplesWriter.write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
NullWriter.write
(OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) void
NullWriter.write
(Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) void
RDFJSONWriter.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
RDFJSONWriter.write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
TriGWriterBase.write
(OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) void
TriGWriterBase.write
(Writer out, DatasetGraph dsg, PrefixMap prefixMap, String baseURI, Context context) void
TurtleWriterBase.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
TurtleWriterBase.write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) abstract void
WriterDatasetRIOTBase.write
(OutputStream out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context) abstract void
WriterDatasetRIOTBase.write
(Writer out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context) abstract void
WriterGraphRIOTBase.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) abstract void
WriterGraphRIOTBase.write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
WriterTriX.write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
WriterTriX.write
(OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) void
WriterTriX.write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) void
WriterTriX.write
(Writer out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) ModifierConstructorDescriptionWriterStreamRDFBlocks
(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
Modifier and TypeMethodDescriptionstatic Op
PropertyFunctionGenerator.buildPropertyFunctions
(PropertyFunctionRegistry registry, OpBGP opBGP, Context context) static Op
Apply static transformations to a query to optimize it -
Uses of Context in org.apache.jena.sparql.algebra.optimize
Modifier and TypeMethodDescriptionCreate an object that can rewrite algebra expressionsstatic Op
Optimize based on all optionsstatic Op
Apply the property function transformation.ModifierConstructorDescriptionOptimizerMinimal
(Context context) OptimizerStd
(Context context) OpVisitorExprPrepare
(Context context) TransformPropertyFunction
(Context context) -
Uses of Context in org.apache.jena.sparql.core
Modifier and TypeMethodDescriptionDatasetGraph.getContext()
Get the context associated with this object - may be nullDatasetGraphBase.getContext()
DatasetGraphWrapper.getContext()
DatasetImpl.getContext()
Modifier and TypeMethodDescriptionstatic DatasetDescription
Create a dataset description, given a query and context.static DatasetDescription
Create a dataset description, given a context.static VarAlloc
ModifierConstructorDescriptionDatasetGraphReadOnly
(DatasetGraph dsg, Context cxt) DatasetGraphWrapper
(DatasetGraph dsg, Context context) Create a operations wrapper arounddsg
withcontext
. -
Uses of Context in org.apache.jena.sparql.core.assembler
Modifier and TypeMethodDescriptionstatic Context
AssemblerUtils.parseContext
(org.apache.jena.rdf.model.Resource r) Look for and build context declarations.Modifier and TypeMethodDescriptionstatic void
AssemblerUtils.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
Modifier and TypeMethodDescriptionstatic DescribeHandlerRegistry
static void
DescribeHandlerRegistry.set
(Context context, DescribeHandlerRegistry reg) void
void
Start the describe process, passing in the result model. -
Uses of Context in org.apache.jena.sparql.engine
Modifier and TypeMethodDescriptionboolean
QueryEngineFactory.accept
(Query query, DatasetGraph dataset, Context context) Detect appropriate requests for a particular query engine for a particular graph type.boolean
QueryEngineFactory.accept
(Op op, DatasetGraph dataset, Context context) Detect appropriate requests for a particular query engine for a particular graph type.boolean
QueryEngineFactoryWrapper.accept
(Query query, DatasetGraph dsg, Context context) boolean
QueryEngineFactoryWrapper.accept
(Op op, DatasetGraph dsg, Context context) static QueryEngineRegistry
QueryEngineRegistry.chooseRegistry
(Context context) If there is a registry in the context then return it otherwise yield the global instancestatic QueryEngineRegistry
Create a copy of the registry from the context or return a new instanceQueryEngineFactory.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) OpEval.evaluate
(Op op, DatasetGraph dsg, Binding binding, Context context) final QueryIterator
QueryEngineBase.evaluate
(Op op, DatasetGraph dsg, Binding binding, Context context) 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 QueryEngineFactory
QueryEngineRegistry.findFactory
(Query query, DatasetGraph dataset, Context context) Locate a suitable factory for this query and dataset from the default registrystatic QueryEngineFactory
QueryEngineRegistry.findFactory
(Op op, DatasetGraph dataset, Context context) Locate a suitable factory for this algebra expression and dataset from the default registrystatic QueryEngineRegistry
Get the query engine registry from the context or null if there is none.static void
QueryEngineRegistry.set
(Context context, QueryEngineRegistry registry) ModifierConstructorDescriptionExecutionContext
(Context params, org.apache.jena.graph.Graph activeGraph, DatasetGraph dataset, OpExecutorFactory factory) -
Uses of Context in org.apache.jena.sparql.engine.main
Modifier and TypeMethodDescriptionstatic StageGenerator
StageBuilder.chooseStageGenerator
(Context context) QueryEngineMain.eval
(Op op, DatasetGraph dsg, Binding input, Context context) static OpExecutorFactory
QC.getFactory
(Context context) static StageGenerator
StageBuilder.getGenerator
(Context context) static void
QC.setFactory
(Context context, OpExecutorFactory factory) static void
StageBuilder.setGenerator
(Context context, StageGenerator stageGenerator) ModifierConstructorDescriptionQueryEngineMain
(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
Modifier and TypeMethodDescriptionQueryEngineRef.eval
(Op op, DatasetGraph dsg, Binding binding, Context context) ModifierConstructorDescriptionQueryEngineRef
(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
Modifier 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()
Modifier 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
Modifier and TypeMethodDescriptionstatic void
Service.checkServiceAllowed
(Context context) Test whether SERVICE calls out of this JVM are allowed.static QueryIterator
Plain service execution.ModifierConstructorDescriptionQueryExecHTTP
(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 explicitAcceptHeader, long timeout, TimeUnit timeoutUnit) -
Uses of Context in org.apache.jena.sparql.expr
Modifier and TypeMethodDescriptionvoid
E_Function.buildFunction
(Context cxt) void
ExprList.prepareExprs
(Context context) -
Uses of Context in org.apache.jena.sparql.function
Modifier and TypeMethodDescriptionFunctionEnv.getContext()
Return the context for this function callFunctionEnvBase.getContext()
Modifier and TypeMethodDescriptionvoid
Called during query plan construction immediately after the construction of the extension instance.void
static FunctionRegistry
static void
FunctionRegistry.set
(Context context, FunctionRegistry reg) ModifierConstructorDescriptionFunctionEnvBase
(Context context) FunctionEnvBase
(Context context, org.apache.jena.graph.Graph activeGraph, DatasetGraph dataset) -
Uses of Context in org.apache.jena.sparql.function.library
-
Uses of Context in org.apache.jena.sparql.function.scripting
-
Uses of Context in org.apache.jena.sparql.function.user
-
Uses of Context in org.apache.jena.sparql.mgt
Modifier and TypeMethodDescriptionstatic void
Explain.explain
(String message, org.apache.jena.graph.Node s, Path path, org.apache.jena.graph.Node o, Context context) static void
static void
static void
Explain.explain
(String message, BasicPattern bgp, Context context) static void
Explain.explain
(String message, QuadPattern quads, Context context) static void
Explain.explain
(org.apache.jena.graph.Node s, Path path, org.apache.jena.graph.Node o, Context context) static void
static void
static void
Explain.explain
(BasicPattern bgp, Context context) static void
static void
static boolean
Explain.explaining
(Explain.InfoLevel level, org.slf4j.Logger logger, Context context) -
Uses of Context in org.apache.jena.sparql.modify
Modifier and TypeMethodDescriptionboolean
UpdateEngineFactory.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 UpdateEngineFactory
UpdateEngineRegistry.findFactory
(DatasetGraph graphStore, Context context) Locate a suitable factory for this dataset from the default registryModifierConstructorDescriptionUpdateEngineBase
(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) UpdateProcessorStreamingBase
(DatasetGraph datasetGraph, Binding inputBinding, Prologue prologue, Context context, UpdateEngineFactory factory) -
Uses of Context in org.apache.jena.sparql.path.eval
Modifier 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 pathModifierConstructorDescriptionPathEngineSPARQL
(org.apache.jena.graph.Graph graph, Context context) -
Uses of Context in org.apache.jena.sparql.pfunction
Modifier and TypeMethodDescriptionstatic PropertyFunctionRegistry
PropertyFunctionRegistry.chooseRegistry
(Context context) Get the PropertyFunctionRegistry, defaulting to the global onestatic PropertyFunctionRegistry
static void
PropertyFunctionRegistry.set
(Context context, PropertyFunctionRegistry reg) -
Uses of Context in org.apache.jena.sparql.procedure
Modifier and TypeMethodDescriptionstatic ProcedureRegistry
static void
ProcedureRegistry.set
(Context context, ProcedureRegistry reg) -
Uses of Context in org.apache.jena.sparql.resultset
-
Uses of Context in org.apache.jena.sparql.service
Modifier and TypeMethodDescriptionstatic ServiceExecutorRegistry
ServiceExecutorRegistry.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 ServiceExecutorRegistry
Return the registry from the given context only; null if there is nonestatic void
ServiceExecutorRegistry.set
(Context context, ServiceExecutorRegistry reg) -
Uses of Context in org.apache.jena.sparql.util
Modifier and TypeMethodDescriptionContextAccumulator.context()
Build and return.Context.copy()
Return a copy of this context.static Context
ContextUtils.copyWithRegistries
(Context from) Copies the given context also copying its registries (FunctionRegistry
,PropertyFunctionRegistry
andServiceExecutorRegistry
).static Context
Context.create()
Create an empty contextstatic final Context
Context.emptyContext()
Empty, immutable contextstatic Context
Context.fromDataset
(DatasetGraph dataset) Return the context of the dataset (not copied); if the dataset is null, return nullDyadicDatasetGraph.getContext()
static Context
Merge 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 Context
Context.setupContextForDataset
(Context globalContext, DatasetGraph dataset) Setup a context using another context and a dataset.Remove any value associated with a property.Modifier and TypeMethodDescriptionstatic Context
ContextUtils.copyWithRegistries
(Context from) Copies the given context also copying its registries (FunctionRegistry
,PropertyFunctionRegistry
andServiceExecutorRegistry
).static Context
Merge an outer (defaults to the system global context) and local context to produce a new context The new context is always a separate copy.void
DyadicDatasetGraph.setContext
(Context c) static void
Context.setCurrentDateTime
(Context context) static Context
Context.setupContextForDataset
(Context globalContext, DatasetGraph dataset) Setup a context using another context and a dataset.Modifier and TypeMethodDescriptionstatic ContextAccumulator
ContextAccumulator.newBuilder
(Supplier<Context> baseSupplier) static ContextAccumulator
ContextAccumulator.newBuilder
(Supplier<Context> baseSupplier, Supplier<Context> extraSupplier) ModifierConstructorDescriptionDifferenceDatasetGraph
(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
-
Uses of Context in org.apache.jena.update
Modifier and TypeMethodDescriptionUpdateProcessorStreaming.getContext()
The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).Modifier and TypeMethodDescriptionSet theContext
.static UpdateExecution
UpdateExecutionFactory.create
(UpdateRequest updateRequest, Dataset dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreaming
UpdateStreaming.createStreaming
(Dataset dataset, Context context) Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecutionstatic UpdateProcessorStreaming
UpdateStreaming.createStreaming
(DatasetGraph datasetGraph, Context context) Deprecated, for removal: This API element is subject to removal in a future version.