public class ResultSetPaginated
extends org.aksw.commons.collections.PrefetchIterator<com.hp.hpl.jena.sparql.engine.binding.Binding>
implements org.openjena.atlas.lib.Closeable
| Constructor and Description |
|---|
ResultSetPaginated(QueryExecutionIterated execution,
QueryExecutionFactory service,
Iterator<com.hp.hpl.jena.query.Query> queryIterator,
boolean stopOnEmptyResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.hp.hpl.jena.query.ResultSet |
getCurrentResultSet() |
protected com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorResultSet |
prefetch() |
public ResultSetPaginated(QueryExecutionIterated execution, QueryExecutionFactory service, Iterator<com.hp.hpl.jena.query.Query> queryIterator, boolean stopOnEmptyResult)
public com.hp.hpl.jena.query.ResultSet getCurrentResultSet()
protected com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorResultSet prefetch()
throws Exception
prefetch in class org.aksw.commons.collections.PrefetchIterator<com.hp.hpl.jena.sparql.engine.binding.Binding>Exceptionpublic void close()
close in interface org.openjena.atlas.lib.Closeableclose in class org.aksw.commons.collections.PrefetchIterator<com.hp.hpl.jena.sparql.engine.binding.Binding>Copyright © 2013. All Rights Reserved.