Uses of Class
org.aksw.jena_sparql_api.retry.core.QueryExecutionFactoryRetry
Packages that use QueryExecutionFactoryRetry
-
Uses of QueryExecutionFactoryRetry in org.aksw.jena_sparql_api.retry.core
Methods in org.aksw.jena_sparql_api.retry.core that return QueryExecutionFactoryRetryModifier and TypeMethodDescriptionQueryExecutionFactoryRetry.dontRetry()QueryExecutionFactoryRetry.withBackoff(com.nurkiewicz.asyncretry.backoff.Backoff backoff) QueryExecutionFactoryRetry.withExponentialBackoff(long initialDelayMillis, double multiplier) QueryExecutionFactoryRetry.withFixedBackoff(long delayMillis) QueryExecutionFactoryRetry.withFixedRate()QueryExecutionFactoryRetry.withFixedRate(boolean fixedDelay) QueryExecutionFactoryRetry.withMaxDelay(long maxDelayMillis) QueryExecutionFactoryRetry.withMaxRetries(int times) QueryExecutionFactoryRetry.withMinDelay(long minDelayMillis) QueryExecutionFactoryRetry.withNoDelay()QueryExecutionFactoryRetry.withProportionalJitter()QueryExecutionFactoryRetry.withProportionalJitter(double multiplier) QueryExecutionFactoryRetry.withRetryPolicy(com.nurkiewicz.asyncretry.policy.RetryPolicy retryPolicy) QueryExecutionFactoryRetry.withUniformJitter()QueryExecutionFactoryRetry.withUniformJitter(long range)