Uses of Class
org.apache.jena.sparql.service.enhancer.impl.ServiceResultSizeCache
Packages that use ServiceResultSizeCache
-
Uses of ServiceResultSizeCache in org.apache.jena.sparql.service.enhancer.impl
Methods in org.apache.jena.sparql.service.enhancer.impl that return ServiceResultSizeCacheModifier and TypeMethodDescriptionstatic ServiceResultSizeCacheServiceResultSizeCache.get()Return the global instance (if any) in ARQ.getContex()static ServiceResultSizeCacheServiceResultSizeCache.get(org.apache.jena.sparql.util.Context cxt) Methods in org.apache.jena.sparql.service.enhancer.impl with parameters of type ServiceResultSizeCacheModifier and TypeMethodDescriptionstatic voidServiceResultSizeCache.set(org.apache.jena.sparql.util.Context cxt, ServiceResultSizeCache cache) Constructors in org.apache.jena.sparql.service.enhancer.impl with parameters of type ServiceResultSizeCacheModifierConstructorDescriptionQueryIterServiceBulk(OpServiceInfo serviceInfo, BatchQueryRewriter batchQueryRewriter, ServiceCacheKeyFactory cacheKeyFactory, OpServiceExecutor opExecutor, org.apache.jena.sparql.engine.ExecutionContext execCxt, List<org.apache.jena.sparql.engine.binding.Binding> inputs, ServiceResultSizeCache resultSizeCache, ServiceResponseCache cache, CacheMode cacheMode) RequestExecutor(OpServiceExecutorImpl opExector, OpServiceInfo serviceInfo, ServiceResultSizeCache resultSizeCache, ServiceResponseCache cache, CacheMode cacheMode, org.apache.jena.atlas.iterator.IteratorCloseable<GroupedBatch<org.apache.jena.graph.Node, Long, org.apache.jena.sparql.engine.binding.Binding>> batchIterator)