Uses of Interface
org.apache.jena.sparql.service.bulk.ServiceExecutorBulk
Packages that use ServiceExecutorBulk
-
Uses of ServiceExecutorBulk in org.apache.jena.sparql.service.bulk
Classes in org.apache.jena.sparql.service.bulk that implement ServiceExecutorBulkModifier and TypeClassDescriptionclass
Factory for service executions w.r.t. aServiceExecutorRegistry
.class
Bridge from bulk to individual binding levelMethods in org.apache.jena.sparql.service.bulk with parameters of type ServiceExecutorBulkModifier 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.