Uses of Class
org.apache.jena.sparql.algebra.op.OpService
Packages that use OpService
Package
Description
-
Uses of OpService in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type OpServiceModifier and TypeMethodDescriptionvoid
void
void
void
-
Uses of OpService in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type OpService -
Uses of OpService in org.apache.jena.sparql.engine.iterator
Methods in org.apache.jena.sparql.engine.iterator with parameters of type OpService -
Uses of OpService in org.apache.jena.sparql.engine.main.iterator
Constructors in org.apache.jena.sparql.engine.main.iterator with parameters of type OpServiceModifierConstructorDescriptionQueryIterService
(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
Methods in org.apache.jena.sparql.engine.ref with parameters of type OpService -
Uses of OpService in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http with parameters of type OpService -
Uses of OpService in org.apache.jena.sparql.service
Methods in org.apache.jena.sparql.service with parameters of type OpServiceModifier 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
Methods in org.apache.jena.sparql.service.bulk with parameters of type OpServiceModifier 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
Methods in org.apache.jena.sparql.service.single with parameters of type OpServiceModifier 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)