Uses of Class
org.apache.jena.sparql.service.enhancer.impl.PartitionRequest
Packages that use PartitionRequest
-
Uses of PartitionRequest in org.apache.jena.sparql.service.enhancer.impl
Method parameters in org.apache.jena.sparql.service.enhancer.impl with type arguments of type PartitionRequestModifier and TypeMethodDescriptionBatchQueryRewriter.rewrite(org.apache.jena.sparql.service.enhancer.impl.Batch<Integer, PartitionRequest<org.apache.jena.sparql.engine.binding.Binding>> batchRequest) static Set<org.apache.jena.sparql.core.Var>BatchQueryRewriter.seenVars(Collection<PartitionRequest<org.apache.jena.sparql.engine.binding.Binding>> batchRequest) Constructor parameters in org.apache.jena.sparql.service.enhancer.impl with type arguments of type PartitionRequestModifierConstructorDescriptionQueryIterWrapperCache(org.apache.jena.sparql.engine.QueryIterator qIter, int batchSize, ServiceResponseCache cache, ServiceCacheKeyFactory cacheKeyFactory, org.apache.jena.sparql.service.enhancer.impl.Batch<Integer, PartitionRequest<org.apache.jena.sparql.engine.binding.Binding>> inputBatch, org.apache.jena.sparql.core.Var idxVar, org.apache.jena.graph.Node serviceNode)