com.hp.hpl.jena.sparql.engine.iterator
Class QueryIteratorCaching
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorWrapper
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorCaching
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, java.util.Iterator<Binding>, Printable, Closeable
public class QueryIteratorCaching
- extends QueryIteratorWrapper
A caching QueryIterator. On demand, the application can ask for a new
query iterator which will repeat the bindings yielded so far.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryIteratorCaching
public QueryIteratorCaching(QueryIterator qIter)
output
public void output(IndentedWriter out,
SerializationContext sCxt)
- Specified by:
output in interface PrintSerializable- Overrides:
output in class QueryIteratorWrapper
createRepeat
public QueryIteratorCaching createRepeat()
reset
public static QueryIterator reset(QueryIterator qIter)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.