Module org.apache.jena.arq
Interface ServiceExecutorBulk
- All Known Implementing Classes:
ServiceExecutorBulkOverRegistry
,ServiceExecutorBulkToSingle
public interface ServiceExecutorBulk
Interface for abstracting
OpService
execution.
Custom extensions should provide implementations of ChainingServiceExecutorBulk
and register them with ServiceExecutorRegistry.addBulkLink(ChainingServiceExecutorBulk)
.-
Method Summary
Modifier and TypeMethodDescriptioncreateExecution
(OpService opService, QueryIterator input, ExecutionContext execCxt)
-
Method Details
-
createExecution
-