Class QueryIteratorCaching
- java.lang.Object
-
- org.apache.jena.sparql.util.PrintSerializableBase
-
- org.apache.jena.sparql.engine.iterator.QueryIteratorBase
-
- org.apache.jena.sparql.engine.iterator.QueryIteratorWrapper
-
- org.apache.jena.sparql.engine.iterator.QueryIteratorCaching
-
- All Implemented Interfaces:
java.util.Iterator<Binding>,org.apache.jena.atlas.io.Printable,org.apache.jena.atlas.lib.Closeable,QueryIterator,PrintSerializable
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.
-
-
Field Summary
-
Fields inherited from class org.apache.jena.sparql.engine.iterator.QueryIteratorBase
traceIterators
-
-
Constructor Summary
Constructors Constructor Description QueryIteratorCaching(QueryIterator qIter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryIteratorcreateRepeat()voidoutput(org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)static QueryIteratorreset(QueryIterator qIter)-
Methods inherited from class org.apache.jena.sparql.engine.iterator.QueryIteratorWrapper
output
-
Methods inherited from class org.apache.jena.sparql.engine.iterator.QueryIteratorBase
cancel, close, debug, hasNext, next, nextBinding, remove
-
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
toString, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString
-
Methods inherited from interface org.apache.jena.sparql.engine.QueryIterator
isJoinIdentity
-
-
-
-
Constructor Detail
-
QueryIteratorCaching
public QueryIteratorCaching(QueryIterator qIter)
-
-
Method Detail
-
output
public void output(org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)- Specified by:
outputin interfacePrintSerializable- Overrides:
outputin classQueryIteratorWrapper
-
createRepeat
public QueryIterator createRepeat()
-
reset
public static QueryIterator reset(QueryIterator qIter)
-
-