Class ChainingServiceExecutorBulkCache

java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.ChainingServiceExecutorBulkCache
All Implemented Interfaces:
org.apache.jena.sparql.service.bulk.ChainingServiceExecutorBulk

public class ChainingServiceExecutorBulkCache extends Object implements org.apache.jena.sparql.service.bulk.ChainingServiceExecutorBulk
Do not register directly - use ChainingServiceExecutorBulkServiceEnhancer which gives more control over when to use this in a service executor chain
  • Field Details

  • Constructor Details

    • ChainingServiceExecutorBulkCache

      public ChainingServiceExecutorBulkCache(int bulkSize, CacheMode cacheMode)
  • Method Details

    • createExecution

      public org.apache.jena.sparql.engine.QueryIterator createExecution(org.apache.jena.sparql.algebra.op.OpService original, org.apache.jena.sparql.engine.QueryIterator input, org.apache.jena.sparql.engine.ExecutionContext execCxt, org.apache.jena.sparql.service.bulk.ServiceExecutorBulk chain)
      Specified by:
      createExecution in interface org.apache.jena.sparql.service.bulk.ChainingServiceExecutorBulk