org.aksw.commons.sparql.api.pagination.core
Class ResultSetPaginated
java.lang.Object
org.aksw.commons.collections.SinglePrefetchIterator<com.hp.hpl.jena.query.ResultSet>
org.aksw.commons.sparql.api.pagination.core.ResultSetPaginated
- All Implemented Interfaces:
- Iterator<com.hp.hpl.jena.query.ResultSet>
public class ResultSetPaginated
- extends org.aksw.commons.collections.SinglePrefetchIterator<com.hp.hpl.jena.query.ResultSet>
|
Method Summary |
protected com.hp.hpl.jena.query.ResultSet |
prefetch()
|
| Methods inherited from class org.aksw.commons.collections.SinglePrefetchIterator |
close, finish, hasNext, next, remove |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetPaginated
public ResultSetPaginated(QueryExecutionPaginated execution,
QueryExecutionFactory service,
String queryString,
long pageSize)
ResultSetPaginated
public ResultSetPaginated(QueryExecutionPaginated execution,
QueryExecutionFactory service,
com.hp.hpl.jena.query.Query query,
long pageSize)
prefetch
protected com.hp.hpl.jena.query.ResultSet prefetch()
throws Exception
- Specified by:
prefetch in class org.aksw.commons.collections.SinglePrefetchIterator<com.hp.hpl.jena.query.ResultSet>
- Throws:
Exception
Copyright © 2011. All Rights Reserved.