public class PaginationQueryIterator
extends org.aksw.commons.collections.SinglePrefetchIterator<com.hp.hpl.jena.query.Query>
| Constructor and Description |
|---|
PaginationQueryIterator(com.hp.hpl.jena.query.Query query,
long pageSize)
Note: The query object's limit and offest will be modified.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Query |
prefetch()
Returns the next query or null
|
public PaginationQueryIterator(com.hp.hpl.jena.query.Query query,
long pageSize)
query - pageSize - public com.hp.hpl.jena.query.Query prefetch()
prefetch in class org.aksw.commons.collections.SinglePrefetchIterator<com.hp.hpl.jena.query.Query>ExceptionCopyright © 2013. All Rights Reserved.