Module org.apache.jena.arq
Class ServiceExecutorBulkOverRegistry
java.lang.Object
org.apache.jena.sparql.service.bulk.ServiceExecutorBulkOverRegistry
- All Implemented Interfaces:
ServiceExecutorBulk
Factory for service executions w.r.t. a
ServiceExecutorRegistry
.
The createExecution(OpService, QueryIterator, ExecutionContext)
method
delegates the request to all executors in order of their registration.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecution
(OpService opService, QueryIterator input, ExecutionContext execCxt)
-
Constructor Details
-
ServiceExecutorBulkOverRegistry
-
ServiceExecutorBulkOverRegistry
-
-
Method Details
-
createExecution
public QueryIterator createExecution(OpService opService, QueryIterator input, ExecutionContext execCxt) - Specified by:
createExecution
in interfaceServiceExecutorBulk
-