java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.OpServiceExecutorImpl
All Implemented Interfaces:
OpServiceExecutor

public class OpServiceExecutorImpl extends Object implements OpServiceExecutor
Helper class to simplify executing concrete OpService instances
  • Constructor Summary

    Constructors
    Constructor
    Description
    OpServiceExecutorImpl(org.apache.jena.sparql.algebra.op.OpService opService, org.apache.jena.sparql.engine.ExecutionContext execCxt, org.apache.jena.sparql.service.bulk.ServiceExecutorBulk delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.engine.QueryIterator
    exec(org.apache.jena.sparql.algebra.op.OpService substitutedOp)
     
    org.apache.jena.sparql.engine.ExecutionContext
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OpServiceExecutorImpl

      public OpServiceExecutorImpl(org.apache.jena.sparql.algebra.op.OpService opService, org.apache.jena.sparql.engine.ExecutionContext execCxt, org.apache.jena.sparql.service.bulk.ServiceExecutorBulk delegate)
  • Method Details

    • getExecCxt

      public org.apache.jena.sparql.engine.ExecutionContext getExecCxt()
    • exec

      public org.apache.jena.sparql.engine.QueryIterator exec(org.apache.jena.sparql.algebra.op.OpService substitutedOp)
      Specified by:
      exec in interface OpServiceExecutor