public class QueryExecutionRetry extends QueryExecutionDecorator
decoratee| Constructor and Description |
|---|
QueryExecutionRetry(com.hp.hpl.jena.query.QueryExecution decoratee,
int retryCount,
long retryDelayInMs) |
QueryExecutionRetry(com.hp.hpl.jena.query.QueryExecution decoratee,
com.blogspot.nurkiewicz.asyncretry.policy.RetryPolicy retryPolicy,
com.blogspot.nurkiewicz.asyncretry.backoff.Backoff backoff,
boolean fixedDelay) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
doTry(Callable<T> callable) |
boolean |
execAsk() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct(com.hp.hpl.jena.rdf.model.Model model) |
Iterator<com.hp.hpl.jena.graph.Triple> |
execConstructTriples() |
com.hp.hpl.jena.rdf.model.Model |
execDescribe() |
com.hp.hpl.jena.rdf.model.Model |
execDescribe(com.hp.hpl.jena.rdf.model.Model model) |
Iterator<com.hp.hpl.jena.graph.Triple> |
execDescribeTriples() |
com.hp.hpl.jena.query.ResultSet |
execSelect() |
abort, close, getContext, getDataset, getDecoratee, getQuery, getTimeout1, getTimeout2, isClosed, setDecoratee, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeoutpublic QueryExecutionRetry(com.hp.hpl.jena.query.QueryExecution decoratee,
int retryCount,
long retryDelayInMs)
public QueryExecutionRetry(com.hp.hpl.jena.query.QueryExecution decoratee,
com.blogspot.nurkiewicz.asyncretry.policy.RetryPolicy retryPolicy,
com.blogspot.nurkiewicz.asyncretry.backoff.Backoff backoff,
boolean fixedDelay)
public <T> T doTry(Callable<T> callable)
public boolean execAsk()
execAsk in interface com.hp.hpl.jena.query.QueryExecutionexecAsk in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionexecSelect in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execConstruct()
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model model)
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public Iterator<com.hp.hpl.jena.graph.Triple> execConstructTriples()
execConstructTriples in interface com.hp.hpl.jena.query.QueryExecutionexecConstructTriples in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execDescribe()
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public com.hp.hpl.jena.rdf.model.Model execDescribe(com.hp.hpl.jena.rdf.model.Model model)
execDescribe in interface com.hp.hpl.jena.query.QueryExecutionexecDescribe in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>public Iterator<com.hp.hpl.jena.graph.Triple> execDescribeTriples()
execDescribeTriples in interface com.hp.hpl.jena.query.QueryExecutionexecDescribeTriples in class QueryExecutionDecoratorBase<com.hp.hpl.jena.query.QueryExecution>Copyright © 2015. All rights reserved.