public class QueryExecutionFactoryPaginated extends QueryExecutionFactoryBackQuery
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_PAGE_SIZE |
| Constructor and Description |
|---|
QueryExecutionFactoryPaginated(QueryExecutionFactory decoratee) |
QueryExecutionFactoryPaginated(QueryExecutionFactory decoratee,
long pageSize) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(com.hp.hpl.jena.query.Query query) |
String |
getId() |
long |
getPageSize() |
String |
getState() |
static void |
main(String[] args) |
createQueryExecution, unwrappublic static final long DEFAULT_PAGE_SIZE
public QueryExecutionFactoryPaginated(QueryExecutionFactory decoratee)
public QueryExecutionFactoryPaginated(QueryExecutionFactory decoratee, long pageSize)
Copyright © 2014. All Rights Reserved.