Interface GraphFindRaw


public interface GraphFindRaw
This interface is a workaround for graphs whose iterators may take very long to produce the next item. The find raw method may return candidate items which are post-filtered on the QueryIterator level.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.graph.Triple>
    findRaw(org.apache.jena.graph.Triple triplePattern)
     
  • Method Details

    • findRaw

      org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.graph.Triple> findRaw(org.apache.jena.graph.Triple triplePattern)