com.hp.hpl.jena.sparql.engine.iterator
Class QueryIteratorCheck
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.QueryIteratorCheck
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, Printable, Closeable
public class QueryIteratorCheck
- extends QueryIteratorWrapper
Query iterator that checks everything was closed correctly
close
public void close()
- Specified by:
close
in interface Closeable
- Overrides:
close
in class QueryIteratorBase
abort
@Deprecated
public void abort()
- Deprecated.
- Description copied from interface:
QueryIterator
- Abort a query - may not clearup properly
- Specified by:
abort
in interface QueryIterator
- Overrides:
abort
in class QueryIteratorBase
output
public void output(IndentedWriter out,
SerializationContext sCxt)
- Specified by:
output
in interface PrintSerializable
- Overrides:
output
in class QueryIteratorWrapper
checkForOpenIterators
public static void checkForOpenIterators(ExecutionContext execContext)
check
public static QueryIteratorCheck check(QueryIterator qIter,
ExecutionContext execCxt)
Licenced under the Apache License, Version 2.0