Uses of Class
org.apache.jena.sparql.service.ServiceExecutorRegistry
Package
Description
-
Uses of ServiceExecutorRegistry in org.apache.jena.sparql.service
Modifier and TypeMethodDescriptionServiceExecutorRegistry.add
(ServiceExecutor f) Wraps the given service executor as a chaining one and prepends it to the non-bulk chain viaaddSingleLink(ChainingServiceExecutor)
ServiceExecutorRegistry.addBulkLink
(ChainingServiceExecutorBulk f) Add a chaining bulk executor as a link to the executor chainServiceExecutorRegistry.addSingleLink
(ChainingServiceExecutor f) Prepend the given service executor as a link to the per-binding chainstatic ServiceExecutorRegistry
ServiceExecutorRegistry.chooseRegistry
(Context context) Return the registry from the given context if present; otherwise return the global oneServiceExecutorRegistry.copy()
Create an independent copy of the registryReturn a copy of the registry in the context (if present) or a fresh instancestatic ServiceExecutorRegistry
ServiceExecutorRegistry.createFrom
(ServiceExecutorRegistry from) Copies the origin registry into a new one, or makes a fresh instance if the specified registry isnull
.static ServiceExecutorRegistry
ServiceExecutorRegistry.get()
Return the global instance from the ARQ context; create that instance if needed.static ServiceExecutorRegistry
Return the registry from the given context only; null if there is noneServiceExecutorRegistry.remove
(ServiceExecutor f) Remove a given service executor - internally attempts to unwrap every chaining service executorServiceExecutorRegistry.removeBulkLink
(ChainingServiceExecutorBulk f) Remove the given service executorServiceExecutorRegistry.removeSingleLink
(ChainingServiceExecutor f) Remove the given service executor from the per-binding chainstatic ServiceExecutorRegistry
ServiceExecutorRegistry.standardRegistry()
Modifier and TypeMethodDescriptionstatic ServiceExecutorRegistry
ServiceExecutorRegistry.createFrom
(ServiceExecutorRegistry from) Copies the origin registry into a new one, or makes a fresh instance if the specified registry isnull
.static void
ServiceExecutorRegistry.initWithDefaults
(ServiceExecutorRegistry registry) Blindly adds the default executor(s); concretely adds the http executorstatic void
ServiceExecutorRegistry.set
(Context context, ServiceExecutorRegistry reg) -
Uses of ServiceExecutorRegistry in org.apache.jena.sparql.service.bulk
ModifierConstructorDescriptionServiceExecutorBulkOverRegistry
(ServiceExecutorRegistry registry, int pos) -
Uses of ServiceExecutorRegistry in org.apache.jena.sparql.service.single
ModifierConstructorDescriptionServiceExecutorOverRegistry
(ServiceExecutorRegistry registry, int pos)