| Modifier and Type | Method and Description |
|---|---|
static <E> ThresholdPolicy<E> |
ThresholdPolicyFactory.policyFromContext(Context context)
A threshold policy based on the
ARQ.spillToDiskThreshold symbol in the given Context. |
| Modifier and Type | Method and Description |
|---|---|
Context |
Dataset.getContext()
Get the context associated with this dataset
|
Context |
QueryExecution.getContext()
The properties associated with a query execution -
implementation specific parameters This includes
Java objects (so it is not an RDF graph).
|
static Context |
ARQ.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static Plan |
QueryExecutionFactory.createPlan(Query query,
DatasetGraph dataset,
Binding input,
Context context) |
static 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonLDWriteContext
Set of parameters that can be used to control the writing of JSON-LD.
|
| Modifier and Type | Method and Description |
|---|---|
static Context |
RIOT.getContext()
The system-wide context
|
| Modifier and Type | Method and Description |
|---|---|
RDFParserBuilder |
RDFParserBuilder.context(Context context) |
RDFWriterBuilder |
RDFWriterBuilder.context(Context context)
Set the context for the writer when built.
|
static TypedInputStream |
RDFDataMgr.open(String filenameOrURI,
Context context)
Open a stream to the destination (URI or filename)
Performs content negotiation, including looking at file extension.
|
static void |
RDFDataMgr.parse(StreamRDF sink,
InputStream in,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.source(in).base(base).lang(hintLang).context(context).parse(sink) |
static void |
RDFDataMgr.parse(StreamRDF sink,
Reader in,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. An
InputStream or StringReader is preferable. Use RDFParser.create().source(in).lang(hintLang).base(base).context(context).parse(sink) |
static void |
RDFDataMgr.parse(StreamRDF sink,
String uri,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.source(uri).lang(hintLang).context(context).parse(sink) |
static void |
RDFDataMgr.parse(StreamRDF sink,
StringReader in,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().source(in).base(base).lang(hintLang).context(context).pase(sink) |
static void |
RDFDataMgr.parse(StreamRDF sink,
String uri,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.source(uri).lang(hintLang).base(base).context(context).parse(sink) |
static void |
RDFDataMgr.parse(StreamRDF sink,
TypedInputStream in,
String base,
Context context)
Deprecated.
To be removed. Use
RDFParser.source(in).lang(lang).base(base).context(context).parse(sink) |
static ResultSet |
ResultSetMgr.parse(String uri,
Lang hintLang,
Context context)
Read ResultSet.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(Dataset dataset,
String uri,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(Dataset dataset,
String uri,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(Graph graph,
String uri,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(Graph graph,
String uri,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(Graph graph,
String uri,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
void |
ReaderRIOTBase.read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
void |
ReaderRIOT.read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context)
Read from an InputStream and output RDF on the StreamRDF.
|
abstract void |
ReaderRIOTBase.read(InputStream in,
String baseURI,
Lang lang,
StreamRDF output,
Context context) |
static void |
RDFDataMgr.read(Model model,
String uri,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(Model model,
String uri,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
static void |
RDFDataMgr.read(Model model,
String uri,
String base,
Lang hintLang,
Context context)
Deprecated.
To be removed. Use
RDFParser.create().context(context)... |
void |
ReaderRIOT.read(Reader reader,
String baseURI,
ContentType ct,
StreamRDF output,
Context context)
Read from an InputStream and output RDF on the StreamRDF.
|
void |
WriterDatasetRIOT.write(OutputStream out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterGraphRIOT.write(OutputStream out,
Graph graph,
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 format
|
void |
WriterGraphRIOT.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context)
Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdapterRDFWriter.write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
AdapterRDFWriter.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReaderRIOTRDFXML.read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
void |
JsonLDReader.read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
void |
ReaderTriX.read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
void |
ReaderRDFNULL.read(InputStream in,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
void |
ReaderRIOTRDFXML.read(Reader reader,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
void |
JsonLDReader.read(Reader reader,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
void |
ReaderTriX.read(Reader reader,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
void |
ReaderRDFNULL.read(Reader reader,
String baseURI,
ContentType ct,
StreamRDF output,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
| Modifier and Type | Method and Description |
|---|---|
default ResultSet |
ResultSetReader.read(InputStream in,
Context context)
Read from an
InputStream and produce a ResultSet. |
default ResultSet |
ResultSetReader.read(Reader in,
Context context)
Using
ResultSetReader.read(InputStream, Context) is preferred. |
SPARQLResult |
ResultSetReader.readAny(InputStream in,
Context context)
Read from an
InputStream and produce a SPARQLResult. |
void |
ResultSetWriter.write(OutputStream out,
boolean result,
Context context)
Write a boolean result to the output stream
|
void |
ResultSetWriter.write(OutputStream out,
ResultSet resultSet,
Context context)
Write the ResultSet to the OutputStream
|
void |
ResultSetWriter.write(Writer out,
ResultSet resultSet,
Context context)
Using
ResultSetWriter.write(OutputStream, ResultSet, Context) is preferred. |
| Modifier and Type | Method and Description |
|---|---|
ResultsWriter.Builder |
ResultsWriter.Builder.context(Context context)
Set the
Context. |
ResultsReader.Builder |
ResultsReader.Builder.context(Context context)
Set the
Context. |
ResultSet |
ResultSetReaderThrift.read(InputStream in,
Context context) |
static SPARQLResult |
ResultsStAX.read(InputStream in,
Model model,
Context context) |
ResultSet |
ResultSetReaderThrift.read(Reader in,
Context context) |
ResultSet |
ResultSetReaderXML.read(Reader in,
Context context) |
static SPARQLResult |
ResultsStAX.read(Reader in,
Model model,
Context context) |
static SPARQLResult |
ReadAnything.read(String url,
Context context)
Read something RDF/SPARQL like
|
SPARQLResult |
ResultSetReaderThrift.readAny(InputStream in,
Context context) |
SPARQLResult |
ResultSetReaderJSON.readAny(InputStream in,
Context context) |
SPARQLResult |
ResultSetReaderXML.readAny(InputStream in,
Context context) |
void |
ResultSetWriterJSON.write(OutputStream outStream,
boolean result,
Context context) |
void |
ResultSetWriterXML.write(OutputStream outStream,
boolean result,
Context context) |
void |
ResultSetWriterThrift.write(OutputStream out,
boolean result,
Context context) |
void |
ResultSetWriterJSON.write(OutputStream out,
ResultSet resultSet,
Context context) |
void |
ResultSetWriterXML.write(OutputStream outStream,
ResultSet resultSet,
Context context) |
void |
ResultSetWriterThrift.write(OutputStream out,
ResultSet resultSet,
Context context) |
void |
ResultSetWriterJSON.write(Writer out,
ResultSet resultSet,
Context context) |
void |
ResultSetWriterXML.write(Writer out,
ResultSet resultSet,
Context context) |
void |
ResultSetWriterThrift.write(Writer out,
ResultSet resultSet,
Context context) |
| Constructor and Description |
|---|
ParserProfileStd(FactoryRDF factory,
ErrorHandler errorHandler,
IRIResolver resolver,
PrefixMap prefixMap,
Context context,
boolean checking,
boolean strictMode) |
| Modifier and Type | Method and Description |
|---|---|
static StreamManager |
StreamManager.get(Context context)
Return the
StreamManager in a context, or the global one if the context is
null or does not contain a valid entry for a StreamManager. |
| Modifier and Type | Method and Description |
|---|---|
void |
WriterDatasetThrift.write(OutputStream out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterGraphThrift.write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterDatasetThrift.write(Writer out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterGraphThrift.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
static NodeFormatter |
TurtleShell.createNodeFormatter(PrefixMap pmap,
String baseURI,
Context context) |
static Object |
JsonLDWriter.toJsonLDJavaAPI(RDFFormat.JSONLDVariant variant,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context jenaContext)
the JsonLD-java API object corresponding to a dataset and a JsonLD format.
|
void |
TriGWriterBase.write(OutputStream out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterTriX.write(OutputStream out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract void |
WriterDatasetRIOTBase.write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
JsonLDWriter.write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NullWriter.write(OutputStream out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NQuadsWriter.write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract void |
WriterGraphRIOTBase.write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterTriX.write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NTriplesWriter.write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
TurtleWriterBase.write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
RDFJSONWriter.write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
TriGWriterBase.write(Writer out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterTriX.write(Writer out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract void |
WriterDatasetRIOTBase.write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
JsonLDWriter.write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NullWriter.write(Writer out,
DatasetGraph datasetGraph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NQuadsWriter.write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract void |
WriterGraphRIOTBase.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
WriterTriX.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
NTriplesWriter.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
TurtleWriterBase.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
RDFJSONWriter.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
static Op |
PropertyFunctionGenerator.buildPropertyFunctions(PropertyFunctionRegistry registry,
OpBGP opBGP,
Context context) |
static Op |
Algebra.optimize(Op op,
Context context)
Apply static transformations to a query to optimize it
|
| Constructor and Description |
|---|
AlgebraGenerator(Context context)
Create a new generator
|
| Modifier and Type | Method and Description |
|---|---|
Rewrite |
RewriteFactory.create(Context context)
Create an object that can rewrite algebra expressions
|
static Op |
Optimize.optimize(Op op,
Context context)
Optimize based on all options
|
static Op |
TransformPropertyFunction.transform(Op op,
Context context)
Apply the property function transformation.
|
| Constructor and Description |
|---|
OptimizerMinimal(Context context) |
OptimizerStd(Context context) |
OpVisitorExprPrepare(Context context) |
TransformPropertyFunction(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
DatasetGraphBase.getContext() |
Context |
DatasetGraph.getContext()
Get the context associated with this object - may be null
|
Context |
DatasetGraphWrapper.getContext() |
Context |
DatasetImpl.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static DatasetDescription |
DatasetDescription.create(Context context)
Create a dataset description, given a context.
|
static DatasetDescription |
DatasetDescription.create(Query query,
Context context)
Create a dataset description, given a query and context.
|
static VarAlloc |
VarAlloc.get(Context context,
Symbol name) |
| Constructor and Description |
|---|
DatasetGraphReadOnly(DatasetGraph dsg,
Context cxt) |
DatasetGraphWrapper(DatasetGraph dsg,
Context context)
Create a operations wrapper around
dsg with context. |
| Modifier and Type | Method and Description |
|---|---|
static void |
AssemblerUtils.setContext(Resource r,
Context context)
Look for and set context declarations.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeHandlerRegistry |
DescribeHandlerRegistry.get(Context context) |
static void |
DescribeHandlerRegistry.set(Context context,
DescribeHandlerRegistry reg) |
void |
DescribeBNodeClosure.start(Model accumulateResultModel,
Context cxt) |
void |
DescribeHandler.start(Model accumulateResultModel,
Context qContext)
Start the describe process, passing in the result model.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
QueryExecutionBase.getContext() |
Context |
ExecutionContext.getContext() |
| Modifier and Type | Method and Description |
|---|---|
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(Op op,
DatasetGraph dsg,
Context context) |
boolean |
QueryEngineFactory.accept(Query query,
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) |
Plan |
QueryEngineFactory.create(Op op,
DatasetGraph dataset,
Binding inputBinding,
Context context)
Call to create a
Plan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) wil have returned true. |
Plan |
QueryEngineFactoryWrapper.create(Op op,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
Plan |
QueryEngineFactory.create(Query query,
DatasetGraph dataset,
Binding inputBinding,
Context context)
Call to create a
Plan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) will have returned true. |
Plan |
QueryEngineFactoryWrapper.create(Query query,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
QueryIterator |
OpEval.evaluate(Op op,
DatasetGraph dsg,
Binding binding,
Context context) |
QueryIterator |
QueryEngineBase.evaluate(Op op,
DatasetGraph dsg,
Binding binding,
Context context) |
QueryEngineFactory |
QueryEngineRegistry.find(Op op,
DatasetGraph dataset,
Context context)
Locate a suitable factory for this algebra expression and dataset
|
QueryEngineFactory |
QueryEngineRegistry.find(Query query,
DatasetGraph dataset,
Context context)
Locate a suitable factory for this query and dataset
|
static QueryEngineFactory |
QueryEngineRegistry.findFactory(Op op,
DatasetGraph dataset,
Context context)
Locate a suitable factory for this algebra expression
and dataset from the default registry
|
static QueryEngineFactory |
QueryEngineRegistry.findFactory(Query query,
DatasetGraph dataset,
Context context)
Locate a suitable factory for this query and dataset from the default registry
|
| Constructor and Description |
|---|
ExecutionContext(Context params,
Graph activeGraph,
DatasetGraph dataset,
OpExecutorFactory factory) |
QueryExecutionBase(Query query,
Dataset dataset,
Context context,
QueryEngineFactory qeFactory) |
QueryExecutionBase(Query query,
Dataset dataset,
DatasetGraph datasetGraph,
Context context,
QueryEngineFactory qeFactory) |
QueryExecutionBase(Query query,
DatasetGraph datasetGraph,
Context context,
QueryEngineFactory qeFactory) |
| Modifier and Type | Method and Description |
|---|---|
Context |
QueryEngineHTTP.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static QueryIterator |
Service.exec(OpService op,
Context context)
Executes a service operator
|
| Modifier and Type | Method and Description |
|---|---|
static StageGenerator |
StageBuilder.chooseStageGenerator(Context context) |
QueryIterator |
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 builder) |
| Constructor and Description |
|---|
QueryEngineMain(Op op,
DatasetGraph dataset,
Binding input,
Context context) |
QueryEngineMain(Query query,
DatasetGraph dataset,
Binding input,
Context context) |
QueryEngineMainQuad(Op op,
DatasetGraph dataset,
Binding input,
Context context) |
QueryEngineMainQuad(Query query,
DatasetGraph dataset,
Binding input,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator |
QueryEngineRef.eval(Op op,
DatasetGraph dsg,
Binding binding,
Context context) |
| Constructor and Description |
|---|
QueryEngineRef(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) |
| Modifier and Type | Method and Description |
|---|---|
void |
E_Function.buildFunction(Context cxt) |
void |
ExprList.prepareExprs(Context context) |
| Constructor and Description |
|---|
ExprBuild(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
FunctionEnvBase.getContext() |
Context |
FunctionEnv.getContext()
Return the context for this function call
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionRegistry |
FunctionRegistry.get(Context context) |
static void |
FunctionRegistry.set(Context context,
FunctionRegistry reg) |
| Constructor and Description |
|---|
FunctionEnvBase(Context context) |
FunctionEnvBase(Context context,
Graph activeGraph,
DatasetGraph dataset) |
| Modifier and Type | Method and Description |
|---|---|
static EnvJavaScript |
EnvJavaScript.create(Context context) |
static void |
EnvJavaScript.reset(Context context)
Reset the global
EnvJavaScript |
| Modifier and Type | Method and Description |
|---|---|
static void |
Explain.explain(BasicPattern bgp,
Context context) |
static void |
Explain.explain(Context context,
String message) |
static void |
Explain.explain(Context context,
String format,
Object... args) |
static void |
Explain.explain(Node s,
Path path,
Node o,
Context context) |
static void |
Explain.explain(Op op,
Context context) |
static void |
Explain.explain(Query query,
Context context) |
static void |
Explain.explain(String message,
BasicPattern bgp,
Context context) |
static void |
Explain.explain(String message,
Node s,
Path path,
Node o,
Context context) |
static void |
Explain.explain(String message,
Op op,
Context context) |
static void |
Explain.explain(String message,
QuadPattern quads,
Context context) |
static void |
Explain.explain(String message,
Query query,
Context context) |
static boolean |
Explain.explaining(Explain.InfoLevel level,
org.slf4j.Logger logger,
Context context) |
| Constructor and Description |
|---|
ContextMBean(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
UpdateProcessorStreamingBase.getContext() |
Context |
UpdateProcessorBase.getContext() |
Context |
UpdateProcessRemoteBase.getContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UpdateEngineFactory.accept(DatasetGraph datasetGraph,
Context context)
Answer whether this factory can produce an UpdateEngine for the specified GraphStore
|
UpdateEngine |
UpdateEngineFactory.create(DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Create the update engine - having returned true to accept, should not fail
|
UpdateEngineFactory |
UpdateEngineRegistry.find(DatasetGraph graphStore,
Context context)
Locate a suitable factory for this dataset
|
static UpdateEngineFactory |
UpdateEngineRegistry.findFactory(DatasetGraph graphStore,
Context context)
Locate a suitable factory for this dataset from the default registry
|
| Constructor and Description |
|---|
UpdateEngineBase(DatasetGraph datasetGraph,
Binding inputBinding,
Context context) |
UpdateEngineMain(DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Creates a new Update Engine
|
UpdateEngineNonStreaming(DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Creates a new Update Engine
|
UpdateEngineWorker(DatasetGraph datasetGraph,
Binding inputBinding,
Context context) |
UpdateProcessorBase(UpdateRequest request,
DatasetGraph datasetGraph,
Binding inputBinding,
Context context,
UpdateEngineFactory factory) |
UpdateProcessorStreamingBase(DatasetGraph datasetGraph,
Binding inputBinding,
Context context,
UpdateEngineFactory factory) |
UpdateProcessRemote(UpdateRequest request,
String endpoint,
Context context)
Creates a new remote update processor that uses the application/sparql-update submission method
|
UpdateProcessRemote(UpdateRequest request,
String endpoint,
Context context,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext)
Creates a new remote update processor that uses the application/sparql-update submission method
|
UpdateProcessRemoteBase(UpdateRequest request,
String endpoint,
Context context)
Creates a new remote update processor
|
UpdateProcessRemoteForm(UpdateRequest request,
String endpoint,
Context context)
Creates a new remote update processor that uses the form URL encoded
submission method
|
UpdateProcessRemoteForm(UpdateRequest request,
String endpoint,
Context context,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext)
Creates a new remote update processor that uses the form URL encoded
submission method
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Node> |
PathEval.eval(Graph graph,
Node node,
Path path,
Context context)
Evaluate a path : SPARQL semantics
|
static Iterator<Node> |
PathEval.evalReverse(Graph graph,
Node node,
Path path,
Context context)
Evaluate a path
|
| Constructor and Description |
|---|
PathEngineSPARQL(Graph graph,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyFunctionRegistry |
PropertyFunctionRegistry.chooseRegistry(Context context)
Get the PropertyFunctionRegistry, defaulting to the global one
|
static PropertyFunctionRegistry |
PropertyFunctionRegistry.get(Context context) |
static void |
PropertyFunctionRegistry.set(Context context,
PropertyFunctionRegistry reg) |
| Modifier and Type | Method and Description |
|---|---|
static ProcedureRegistry |
ProcedureRegistry.get(Context context) |
static void |
ProcedureRegistry.set(Context context,
ProcedureRegistry reg) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLOutput.setStylesheetURL(Context cxt,
String stylesheetURL)
Set the XML style sheet processing instruction
<?xml-stylesheet...>. |
static void |
XMLOutput.setXMLinstruction(Context cxt,
Boolean value)
Set whether to include
<?xml ...>. |
| Modifier and Type | Field and Description |
|---|---|
static Context |
Context.emptyContext |
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.copy()
Return a copy of this context.
|
Context |
DyadicDatasetGraph.getContext() |
static Context |
Context.mergeCopy(Context contextGlobal,
Context contextLocal)
Merge an outer (global) and local context to produce a new context
The new context is always a separate copy.
|
static Context |
Context.setupContextExec(Context globalContext,
DatasetGraph dataset)
Setup a context using another context and a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static Context |
Context.mergeCopy(Context contextGlobal,
Context contextLocal)
Merge an outer (global) and local context to produce a new context
The new context is always a separate copy.
|
void |
Context.putAll(Context other) |
DatasetGraph |
DyadicDatasetGraph.setContext(Context c) |
static Context |
Context.setupContextExec(Context globalContext,
DatasetGraph dataset)
Setup a context using another context and a dataset.
|
| Constructor and Description |
|---|
Context(Context cxt)
Create a context and initialize it with a copy of the named values of
another one.
|
DifferenceDatasetGraph(DatasetGraph left,
DatasetGraph right,
Context c) |
IntersectionDatasetGraph(DatasetGraph left,
DatasetGraph right,
Context c) |
UnionDatasetGraph(DatasetGraph left,
DatasetGraph right,
Context c) |
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
DatasetLib.difference(Dataset d1,
Dataset d2,
Context c) |
static Dataset |
DatasetLib.intersection(Dataset d1,
Dataset d2,
Context c) |
static Dataset |
DatasetLib.union(Dataset d1,
Dataset d2,
Context c) |
| Modifier and Type | Method and Description |
|---|---|
Context |
UpdateProcessorStreaming.getContext()
The properties associated with a query execution -
implementation specific parameters This includes
Java objects (so it is not an RDF graph).
|
Context |
UpdateProcessor.getContext()
The properties associated with a query execution -
implementation specific parameters This includes
Java objects (so it is not an RDF graph).
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
Dataset dataset,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
DatasetGraph datasetGraph,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.create(UpdateRequest updateRequest,
Dataset dataset,
QuerySolution inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(Update update,
String remoteEndpoint,
Context context,
org.apache.http.client.HttpClient client,
org.apache.http.protocol.HttpContext httpContext)
Create an UpdateProcessor that sends the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(Dataset dataset,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(DatasetGraph datasetGraph,
Binding inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(DatasetGraph datasetGraph,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(Dataset dataset,
QuerySolution inputBinding,
Context context)
Create an UpdateProcessor appropriate to the datasetGraph, or null if no available factory to make an UpdateProcessor
|
Licenced under the Apache License, Version 2.0