Class QueryIteratorCheck
- 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.QueryIteratorCheck
-
- All Implemented Interfaces:
java.util.Iterator<Binding>
,org.apache.jena.atlas.io.Printable
,org.apache.jena.atlas.lib.Closeable
,QueryIterator
,PrintSerializable
public class QueryIteratorCheck extends QueryIteratorWrapper
Query iterator that checks everything was closed correctly
-
-
Field Summary
-
Fields inherited from class org.apache.jena.sparql.engine.iterator.QueryIteratorBase
traceIterators
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryIteratorCheck
check(QueryIterator qIter, ExecutionContext execCxt)
static void
checkForOpenIterators(ExecutionContext execContext)
void
close()
void
output(org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)
-
Methods inherited from class org.apache.jena.sparql.engine.iterator.QueryIteratorWrapper
output
-
Methods inherited from class org.apache.jena.sparql.engine.iterator.QueryIteratorBase
cancel, 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
-
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceorg.apache.jena.atlas.lib.Closeable
- Overrides:
close
in classQueryIteratorBase
-
output
public void output(org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)
- Specified by:
output
in interfacePrintSerializable
- Overrides:
output
in classQueryIteratorWrapper
-
checkForOpenIterators
public static void checkForOpenIterators(ExecutionContext execContext)
-
check
public static QueryIteratorCheck check(QueryIterator qIter, ExecutionContext execCxt)
-
-