java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.apache.jena.sparql.pfunction.PropertyFunctionEval
org.apache.jena.sparql.service.enhancer.pfunction.cacheLs
All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunction

public class cacheLs extends org.apache.jena.sparql.pfunction.PropertyFunctionEval
A property function for listing the cache's content. Accessible via IRI "http://jena.apache.org/service-enhancer#cacheLs".
Alternatively via: ?id <java:org.apache.jena.sparql.service.enhancer.pfunction.cacheLs> (?serviceIri ?queryStr ?joinBindingStr ?start ?end
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.engine.QueryIterator
    execEvaluated(org.apache.jena.sparql.engine.binding.Binding inputBinding, org.apache.jena.sparql.pfunction.PropFuncArg subject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg object, org.apache.jena.sparql.engine.ExecutionContext execCxt)
     

    Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionEval

    exec

    Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase

    build, exec

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • cacheLs

      public cacheLs()
  • Method Details

    • execEvaluated

      public org.apache.jena.sparql.engine.QueryIterator execEvaluated(org.apache.jena.sparql.engine.binding.Binding inputBinding, org.apache.jena.sparql.pfunction.PropFuncArg subject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg object, org.apache.jena.sparql.engine.ExecutionContext execCxt)
      Specified by:
      execEvaluated in class org.apache.jena.sparql.pfunction.PropertyFunctionEval