Uses of Interface
org.apache.jena.sparql.engine.main.OpExecutorFactory
-
Packages that use OpExecutorFactory Package Description org.apache.jena.sparql.engine org.apache.jena.sparql.engine.main -
-
Uses of OpExecutorFactory in org.apache.jena.sparql.engine
Methods in org.apache.jena.sparql.engine that return OpExecutorFactory Modifier and Type Method Description OpExecutorFactoryExecutionContext. getExecutor()Methods in org.apache.jena.sparql.engine with parameters of type OpExecutorFactory Modifier and Type Method Description voidExecutionContext. setExecutor(OpExecutorFactory executor)Setter for the policy for algebra expression evaluation - use with careConstructors in org.apache.jena.sparql.engine with parameters of type OpExecutorFactory Constructor Description ExecutionContext(DatasetGraph dataset, OpExecutorFactory factory)Setup with defaults of global settings but explicitOpExecutorfactory.ExecutionContext(Context params, Graph activeGraph, DatasetGraph dataset, OpExecutorFactory factory) -
Uses of OpExecutorFactory in org.apache.jena.sparql.engine.main
Fields in org.apache.jena.sparql.engine.main declared as OpExecutorFactory Modifier and Type Field Description static OpExecutorFactoryOpExecutor. stdFactoryMethods in org.apache.jena.sparql.engine.main that return OpExecutorFactory Modifier and Type Method Description static OpExecutorFactoryQC. getFactory(Context context)Methods in org.apache.jena.sparql.engine.main with parameters of type OpExecutorFactory Modifier and Type Method Description static voidQC. setFactory(Context context, OpExecutorFactory factory)
-