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(OpBGP opBGP,
Context context) |
static PropertyFunctionRegistry |
PropertyFunctionGenerator.chooseRegistry(Context context) |
static Op |
Algebra.optimize(Op op,
Context context)
Apply static transformations to a query to optimize it
|
Constructor and Description |
---|
AlgebraGenerator_LC3(Context context) |
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 |
DatasetGraphTrackActive.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() |
Modifier and Type | Method and Description |
---|---|
boolean |
UpdateEngineFactory.accept(UpdateRequest request,
GraphStore graphStore,
Context context)
Answer whether this factory can produce an UpdateEngine for the UpdateRequest and GraphStore
|
UpdateEngine |
UpdateEngineFactory.create(UpdateRequest request,
GraphStore graphStore,
Binding inputBinding,
Context context)
Create the request - having returned true to accept, should not fail
|
UpdateEngineFactory |
UpdateEngineRegistry.find(UpdateRequest request,
GraphStore graphStore,
Context context)
Locate a suitable factory for this query and dataset
|
static UpdateEngineFactory |
UpdateEngineRegistry.findFactory(UpdateRequest request,
GraphStore graphStore,
Context context)
Locate a suitable factory for this query and dataset from the default registry
|
Constructor and Description |
---|
UpdateEngineBase(GraphStore graphStore,
UpdateRequest request,
Binding input,
Context context) |
UpdateEngineMain(GraphStore graphStore,
UpdateRequest request,
Binding initialBinding,
Context context) |
UpdateEngineWorker(GraphStore graphStore,
Binding initialBinding,
Context context) |
UpdateProcessorBase(UpdateRequest request,
GraphStore graphStore,
Context context,
UpdateEngineFactory factory) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static <E> ThresholdPolicy<E> |
ThresholdPolicyFactory.policyFromContext(Context context)
A threshold policy based on the
ARQ.spillToDiskThreshold symbol in the given Context. |
Licenced under the Apache License, Version 2.0