|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Context in com.hp.hpl.jena.query |
---|
Methods in com.hp.hpl.jena.query that return Context | |
---|---|
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()
|
Methods in com.hp.hpl.jena.query with parameters of type Context | |
---|---|
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 |
Uses of Context in com.hp.hpl.jena.sparql.algebra |
---|
Methods in com.hp.hpl.jena.sparql.algebra with parameters of type Context | |
---|---|
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 |
Constructors in com.hp.hpl.jena.sparql.algebra with parameters of type Context | |
---|---|
AlgebraGenerator(Context context)
|
Uses of Context in com.hp.hpl.jena.sparql.algebra.optimize |
---|
Methods in com.hp.hpl.jena.sparql.algebra.optimize with parameters of type Context | |
---|---|
Rewrite |
Optimize.RewriterFactory.create(Context context)
|
static Op |
Optimize.optimize(Op op,
Context context)
|
Constructors in com.hp.hpl.jena.sparql.algebra.optimize with parameters of type Context | |
---|---|
OpVisitorExprPrepare(Context context)
|
|
TransformJoinStrategy(Context context)
|
|
TransformPropertyFunction(Context context)
|
Uses of Context in com.hp.hpl.jena.sparql.core |
---|
Methods in com.hp.hpl.jena.sparql.core that return Context | |
---|---|
Context |
DatasetGraphWrapper.getContext()
|
Context |
DatasetGraphBase.getContext()
|
Context |
DatasetGraph.getContext()
Get the context associated with this object - may be null |
Methods in com.hp.hpl.jena.sparql.core with parameters of type Context | |
---|---|
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)
|
Uses of Context in com.hp.hpl.jena.sparql.core.assembler |
---|
Methods in com.hp.hpl.jena.sparql.core.assembler with parameters of type Context | |
---|---|
static void |
AssemblerUtils.setContext(com.hp.hpl.jena.rdf.model.Resource r,
Context context)
|
Uses of Context in com.hp.hpl.jena.sparql.core.describe |
---|
Methods in com.hp.hpl.jena.sparql.core.describe with parameters of type Context | |
---|---|
static DescribeHandlerRegistry |
DescribeHandlerRegistry.get(Context context)
|
static void |
DescribeHandlerRegistry.set(Context context,
DescribeHandlerRegistry reg)
|
void |
DescribeBNodeClosure.start(com.hp.hpl.jena.rdf.model.Model accumulateResultModel,
Context cxt)
|
void |
DescribeHandler.start(com.hp.hpl.jena.rdf.model.Model accumulateResultModel,
Context qContext)
Start the describe process, passing in the result model. |
Uses of Context in com.hp.hpl.jena.sparql.engine |
---|
Methods in com.hp.hpl.jena.sparql.engine that return Context | |
---|---|
Context |
ExecutionContext.getContext()
|
Context |
QueryExecutionBase.getContext()
|
static Context |
QueryExecutionBase.setupContext(Context context,
DatasetGraph dataset)
|
Methods in com.hp.hpl.jena.sparql.engine with parameters of type Context | |
---|---|
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)
|
Constructors in com.hp.hpl.jena.sparql.engine with parameters of type Context | |
---|---|
ExecutionContext(Context params,
com.hp.hpl.jena.graph.Graph activeGraph,
DatasetGraph dataset,
OpExecutorFactory factory)
|
|
QueryExecutionBase(Query query,
Dataset dataset,
Context context,
QueryEngineFactory qeFactory)
|
Uses of Context in com.hp.hpl.jena.sparql.engine.http |
---|
Methods in com.hp.hpl.jena.sparql.engine.http that return Context | |
---|---|
Context |
QueryEngineHTTP.getContext()
|
Methods in com.hp.hpl.jena.sparql.engine.http with parameters of type Context | |
---|---|
static QueryIterator |
Service.exec(OpService op,
Context context)
|
Uses of Context in com.hp.hpl.jena.sparql.engine.main |
---|
Methods in com.hp.hpl.jena.sparql.engine.main with parameters of type 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)
|
Constructors in com.hp.hpl.jena.sparql.engine.main with parameters of type Context | |
---|---|
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)
|
Uses of Context in com.hp.hpl.jena.sparql.engine.ref |
---|
Methods in com.hp.hpl.jena.sparql.engine.ref with parameters of type Context | |
---|---|
QueryIterator |
QueryEngineRef.eval(Op op,
DatasetGraph dsg,
Binding binding,
Context context)
|
Constructors in com.hp.hpl.jena.sparql.engine.ref with parameters of type Context | |
---|---|
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)
|
Uses of Context in com.hp.hpl.jena.sparql.expr |
---|
Methods in com.hp.hpl.jena.sparql.expr with parameters of type Context | |
---|---|
void |
E_Function.buildFunction(Context cxt)
|
void |
ExprList.prepareExprs(Context context)
|
Constructors in com.hp.hpl.jena.sparql.expr with parameters of type Context | |
---|---|
ExprBuild(Context context)
|
Uses of Context in com.hp.hpl.jena.sparql.function |
---|
Methods in com.hp.hpl.jena.sparql.function that return Context | |
---|---|
Context |
FunctionEnv.getContext()
Return the context for this function call |
Context |
FunctionBase.getContext()
Return the Context object for this execution |
Context |
FunctionEnvBase.getContext()
|
Methods in com.hp.hpl.jena.sparql.function with parameters of type Context | |
---|---|
static FunctionRegistry |
FunctionRegistry.get(Context context)
|
static void |
FunctionRegistry.set(Context context,
FunctionRegistry reg)
|
Constructors in com.hp.hpl.jena.sparql.function with parameters of type Context | |
---|---|
FunctionEnvBase(Context context)
|
|
FunctionEnvBase(Context context,
com.hp.hpl.jena.graph.Graph activeGraph,
DatasetGraph dataset)
|
Uses of Context in com.hp.hpl.jena.sparql.mgt |
---|
Methods in com.hp.hpl.jena.sparql.mgt with parameters of type Context | |
---|---|
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(com.hp.hpl.jena.graph.Node s,
Path path,
com.hp.hpl.jena.graph.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,
com.hp.hpl.jena.graph.Node s,
Path path,
com.hp.hpl.jena.graph.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)
|
Constructors in com.hp.hpl.jena.sparql.mgt with parameters of type Context | |
---|---|
ContextMBean(Context context)
|
Uses of Context in com.hp.hpl.jena.sparql.modify |
---|
Methods in com.hp.hpl.jena.sparql.modify that return Context | |
---|---|
Context |
UpdateProcessorBase.getContext()
|
Methods in com.hp.hpl.jena.sparql.modify with parameters of type Context | |
---|---|
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 |
Constructors in com.hp.hpl.jena.sparql.modify with parameters of type Context | |
---|---|
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)
|
Uses of Context in com.hp.hpl.jena.sparql.pfunction |
---|
Methods in com.hp.hpl.jena.sparql.pfunction with parameters of type Context | |
---|---|
static PropertyFunctionRegistry |
PropertyFunctionRegistry.get(Context context)
|
static void |
PropertyFunctionRegistry.set(Context context,
PropertyFunctionRegistry reg)
|
Uses of Context in com.hp.hpl.jena.sparql.procedure |
---|
Methods in com.hp.hpl.jena.sparql.procedure with parameters of type Context | |
---|---|
static PropertyFunctionRegistry |
ProcEval.choosePropFuncRegistry(Context context)
|
static ProcedureRegistry |
ProcedureRegistry.get(Context context)
|
static void |
ProcedureRegistry.set(Context context,
ProcedureRegistry reg)
|
Uses of Context in com.hp.hpl.jena.sparql.util |
---|
Methods in com.hp.hpl.jena.sparql.util that return Context | |
---|---|
Context |
Context.copy()
Return a copy of this context. |
static Context |
Context.setupContext(Context context,
DatasetGraph dataset)
|
Methods in com.hp.hpl.jena.sparql.util with parameters of type Context | |
---|---|
void |
Context.putAll(Context other)
|
static Context |
Context.setupContext(Context context,
DatasetGraph dataset)
|
Constructors in com.hp.hpl.jena.sparql.util with parameters of type Context | |
---|---|
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)
|
Uses of Context in org.openjena.atlas.data |
---|
Methods in org.openjena.atlas.data with parameters of type Context | ||
---|---|---|
static
|
ThresholdPolicyFactory.policyFromContext(Context context)
A threshold policy based on the ARQ.spillToDiskThreshold symbol in the given Context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |