public class QueryExecutionFactoryRetry extends QueryExecutionFactoryDecorator
| Constructor and Description |
|---|
QueryExecutionFactoryRetry(QueryExecutionFactory decoratee,
int retryCount,
long retryDelayInMs) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(com.hp.hpl.jena.query.Query query) |
com.hp.hpl.jena.query.QueryExecution |
createQueryExecution(String queryString) |
getId, getState, unwrappublic QueryExecutionFactoryRetry(QueryExecutionFactory decoratee, int retryCount, long retryDelayInMs)
public com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
createQueryExecution in interface QueryExecutionFactoryQuerycreateQueryExecution in class QueryExecutionFactoryDecoratorpublic com.hp.hpl.jena.query.QueryExecution createQueryExecution(String queryString)
createQueryExecution in interface QueryExecutionFactoryStringcreateQueryExecution in class QueryExecutionFactoryDecoratorCopyright © 2014. All Rights Reserved.