org.aksw.commons.sparql.api.pagination.core
Class QueryExecutionPaginated
java.lang.Object
org.aksw.commons.sparql.api.core.QueryExecutionDecorator
org.aksw.commons.sparql.api.pagination.core.QueryExecutionPaginated
- All Implemented Interfaces:
- com.hp.hpl.jena.query.QueryExecution
public class QueryExecutionPaginated
- extends QueryExecutionDecorator
A query execution that generates paginated result sets.
Note: Construct queries are NOT paginated.
(Because I don't see how a model can be paginated)
- Author:
- Claus Stadler
Date: 7/26/11
Time: 7:59 PM
|
Method Summary |
com.hp.hpl.jena.query.ResultSet |
execSelect()
|
| Methods inherited from class org.aksw.commons.sparql.api.core.QueryExecutionDecorator |
abort, close, execAsk, execConstruct, execConstruct, execDescribe, execDescribe, getContext, getDataset, getDecoratee, setDecoratee, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryExecutionPaginated
public QueryExecutionPaginated(QueryExecutionFactory factory,
com.hp.hpl.jena.query.Query query,
long pageSize)
execSelect
public com.hp.hpl.jena.query.ResultSet execSelect()
- Specified by:
execSelect in interface com.hp.hpl.jena.query.QueryExecution- Overrides:
execSelect in class QueryExecutionDecorator
Copyright © 2011. All Rights Reserved.