Uses of Class
org.apache.jena.sparql.algebra.op.OpService
Package
Description
-
Uses of OpService in org.apache.jena.sparql.algebra
Modifier and TypeMethodDescriptionvoid
void
void
void
-
Uses of OpService in org.apache.jena.sparql.algebra.walker
-
Uses of OpService in org.apache.jena.sparql.engine.iterator
-
Uses of OpService in org.apache.jena.sparql.engine.main.iterator
ModifierConstructorDescriptionQueryIterService
(QueryIterator input, OpService opService, ExecutionContext execCxt) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of OpService in org.apache.jena.sparql.engine.ref
-
Uses of OpService in org.apache.jena.sparql.exec.http
-
Uses of OpService in org.apache.jena.sparql.service
Modifier and TypeMethodDescriptiondefault QueryIterator
ServiceExecutorFactory.createExecution
(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) Deprecated.ServiceExecutorFactory.createExecutor
(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) Deprecated.static QueryIterator
ServiceExec.exec
(QueryIterator input, OpService opService, ExecutionContext execCxt) Execute an OpService w.r.t. the execCxt's service executor registry.static QueryIterator
ServiceExecutorRegistry.exec
(QueryIterator input, OpService opService, ExecutionContext execCxt) Deprecated, for removal: This API element is subject to removal in a future version.To be removed. -
Uses of OpService in org.apache.jena.sparql.service.bulk
Modifier and TypeMethodDescriptionChainingServiceExecutorBulk.createExecution
(OpService opService, QueryIterator input, ExecutionContext execCxt, ServiceExecutorBulk chain) If this executor cannot handle the createExecution request then it should delegate to the chain's @{code createExecution} method and return its result.ServiceExecutorBulk.createExecution
(OpService opService, QueryIterator input, ExecutionContext execCxt) ServiceExecutorBulkOverRegistry.createExecution
(OpService opService, QueryIterator input, ExecutionContext execCxt) ServiceExecutorBulkToSingle.createExecution
(OpService original, QueryIterator input, ExecutionContext execCxt) -
Uses of OpService in org.apache.jena.sparql.service.single
Modifier and TypeMethodDescriptionChainingServiceExecutor.createExecution
(OpService opExecute, OpService opOriginal, Binding binding, ExecutionContext execCxt, ServiceExecutor chain) If this factory cannot handle the execution request then this method should return null.ChainingServiceExecutorWrapper.createExecution
(OpService opExecute, OpService opOriginal, Binding binding, ExecutionContext execCxt, ServiceExecutor chain) ServiceExecutor.createExecution
(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) If this factory cannot handle the execution request then this method should return null.ServiceExecutorDecorator.createExecution
(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt) ServiceExecutorHttp.createExecution
(OpService opExecute, OpService opOriginal, Binding binding, ExecutionContext execCxt) ServiceExecutorOverRegistry.createExecution
(OpService opExecute, OpService original, Binding binding, ExecutionContext execCxt)