Modifier and Type | Method and Description |
---|---|
Context |
QueryExecution.getContext()
The properties associated with a query execution -
implementation specific parameters This includes
Java objects (so it is not an RDF graph).
|
Context |
Dataset.getContext()
Get the context associated with this dataset
|
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) |
static void |
ARQ.setStrictMode(Context context)
Set strict mode for a given 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) |
Modifier and Type | Method and Description |
---|---|
Rewrite |
Optimize.RewriterFactory.create(Context context) |
static Op |
Optimize.optimize(Op op,
Context context) |
Constructor and Description |
---|
OpVisitorExprPrepare(Context context) |
TransformPropertyFunction(Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
DatasetGraphWrapper.getContext() |
Context |
DatasetImpl.getContext() |
Context |
DatasetGraphBase.getContext() |
Context |
DatasetGraph.getContext()
Get the context associated with this object - may be null
|
Context |
DatasetGraphWithLock.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) |
Modifier and Type | Method and Description |
---|---|
static void |
AssemblerUtils.setContext(Resource r,
Context context) |
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 |
ExecutionContext.getContext() |
Context |
QueryExecutionBase.getContext() |
static Context |
QueryExecutionBase.setupContext(Context context,
DatasetGraph dataset) |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryEngineFactory.accept(Op op,
DatasetGraph dataset,
Context context) |
boolean |
QueryEngineFactory.accept(Query query,
DatasetGraph dataset,
Context context) |
Plan |
QueryEngineFactory.create(Op op,
DatasetGraph dataset,
Binding inputBinding,
Context context) |
Plan |
QueryEngineFactory.create(Query query,
DatasetGraph dataset,
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
|
static Context |
QueryExecutionBase.setupContext(Context context,
DatasetGraph dataset) |
Constructor and Description |
---|
ExecutionContext(Context params,
Graph activeGraph,
DatasetGraph dataset,
OpExecutorFactory factory) |
QueryExecutionBase(Query query,
Dataset dataset,
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) |
Modifier and Type | Method and Description |
---|---|
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 |
FunctionEnv.getContext()
Return the context for this function call
|
Context |
FunctionBase.getContext()
Return the Context object for this execution
|
Context |
FunctionEnvBase.getContext() |
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 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 |
UpdateProcessorBase.getContext() |
Context |
UpdateProcessorStreamingBase.getContext() |
Context |
UpdateProcessRemoteBase.getContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
UpdateEngineFactory.accept(GraphStore graphStore,
Context context)
Answer whether this factory can produce an UpdateEngine for the specified GraphStore
|
UpdateEngine |
UpdateEngineFactory.create(GraphStore graphStore,
Context context)
Create the update engine - having returned true to accept, should not fail
|
UpdateEngineFactory |
UpdateEngineRegistry.find(GraphStore graphStore,
Context context)
Locate a suitable factory for this dataset
|
static UpdateEngineFactory |
UpdateEngineRegistry.findFactory(GraphStore graphStore,
Context context)
Locate a suitable factory for this dataset from the default registry
|
Constructor and Description |
---|
UpdateEngineBase(GraphStore graphStore,
Context context) |
UpdateEngineMain(GraphStore graphStore,
Context context)
Creates a new Update Engine
|
UpdateEngineNonStreaming(GraphStore graphStore,
Context context)
Creates a new Update Engine
|
UpdateEngineWorker(GraphStore graphStore,
Context context) |
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Context context,
UpdateEngineFactory factory) |
UpdateProcessorStreamingBase(GraphStore graphStore,
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
|
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
|
Modifier and Type | Method and Description |
---|---|
static PropertyFunctionRegistry |
PropertyFunctionRegistry.chooseRegistry(Context context)
Get the PropertyFunctionRegistry, defailting 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 PropertyFunctionRegistry |
ProcEval.choosePropFuncRegistry(Context context) |
static ProcedureRegistry |
ProcedureRegistry.get(Context context) |
static void |
ProcedureRegistry.set(Context context,
ProcedureRegistry reg) |
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.
|
static Context |
Context.setupContext(Context context,
DatasetGraph dataset) |
Modifier and Type | Method and Description |
---|---|
void |
Context.putAll(Context other) |
static Context |
Context.setupContext(Context context,
DatasetGraph dataset) |
Constructor and Description |
---|
Context(Context cxt)
Create a context and initialize it with a copy of the named values of another one.
|
RefBoolean(Context context,
Symbol monitoredProperty) |
RefBoolean(Context context,
Symbol monitoredProperty,
boolean initialValue) |
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,
GraphStore graphStore,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update request to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemote(Update update,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send the update to a remote SPARQL Update service.
|
static UpdateProcessor |
UpdateExecutionFactory.createRemoteForm(UpdateRequest updateRequest,
String remoteEndpoint,
Context context)
Create an UpdateProcessor that send 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 send the update request to a remote SPARQL Update service using an HTML form
|
static UpdateProcessorStreaming |
UpdateExecutionFactory.createStreaming(GraphStore graphStore,
Context context)
Create an UpdateProcessor appropriate to the GraphStore, or null if no available factory to make an UpdateProcessor
|
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 |
---|---|
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)
Read RDF data.
|
static void |
RDFDataMgr.parse(StreamRDF sink,
String uri,
Lang hintLang,
Context context)
Read RDF data.
|
static void |
RDFDataMgr.parse(StreamRDF sink,
String uri,
String base,
Lang hintLang,
Context context)
Read RDF data.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri,
Lang hintLang,
Context context)
Read quads or triples into a Dataset from the given location.
|
static void |
RDFDataMgr.read(DatasetGraph dataset,
String uri,
String base,
Lang hintLang,
Context context)
Read quads or triples into a Dataset from the given location.
|
static void |
RDFDataMgr.read(Dataset dataset,
String uri,
Lang hintLang,
Context context)
Read quads or triples into a Dataset from the given location.
|
static void |
RDFDataMgr.read(Dataset dataset,
String uri,
String base,
Lang hintLang,
Context context)
Read quads or triples into a Dataset from the given location.
|
static void |
RDFDataMgr.read(Graph graph,
String uri,
Context context)
Read triples into a Model from the given location, with some parameters for the reader
|
static void |
RDFDataMgr.read(Graph graph,
String uri,
Lang hintLang,
Context context)
Read triples into a Model from the given location, with hint of language and with some parameters for the reader
|
static void |
RDFDataMgr.read(Graph graph,
String uri,
String base,
Lang hintLang,
Context context)
Read triples into a Model from the given location, with hint of language and the with some parameters for the reader
Throws parse errors depending on the language and reader; the graph may be partially updated.
|
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) |
abstract void |
ReaderRIOTBase.read(InputStream in,
String baseURI,
Lang lang,
StreamRDF output,
Context context) |
static void |
RDFDataMgr.read(Model model,
String uri,
Context context)
Read triples into a Model from the given location, with some parameters for the reader
|
static void |
RDFDataMgr.read(Model model,
String uri,
Lang hintLang,
Context context)
Read triples into a Model from the given location, with hint of language and the with some parameters for the reader
|
static void |
RDFDataMgr.read(Model model,
String uri,
String base,
Lang hintLang,
Context context)
Read triples into a Model from the given location, with hint of language
and with some parameters for the reader.
|
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 |
---|---|
abstract void |
WriterDatasetRIOTBase.write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
TriGWriterBase.write(OutputStream out,
DatasetGraph dsg,
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 |
RDFJSONWriter.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 |
NTriplesWriter.write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract void |
WriterDatasetRIOTBase.write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
TriGWriterBase.write(Writer out,
DatasetGraph dsg,
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 |
RDFJSONWriter.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 |
NTriplesWriter.write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
Licenced under the Apache License, Version 2.0