| Package | Description |
|---|---|
| org.echocat.jomon.runtime.concurrent | |
| org.echocat.jomon.runtime.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRetryingStrategy<T,S extends BaseRetryingStrategy<T,S>> |
protected class |
BaseRetryingStrategy.Unmodifiable |
class |
RetryForSpecifiedCountStrategy<T> |
class |
RetryForSpecifiedTimeStrategy<T> |
| Modifier and Type | Method and Description |
|---|---|
RetryingStrategy<T> |
BaseRetryingStrategy.asUnmodifiable() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Retryer.executeWithRetry(java.util.concurrent.Callable<T> what,
RetryingStrategy<T> with) |
static <T,E extends java.lang.Throwable> |
Retryer.executeWithRetry(java.util.concurrent.Callable<T> what,
RetryingStrategy<T> with,
java.lang.Class<E> throwable) |
static void |
Retryer.executeWithRetry(java.lang.Runnable what,
RetryingStrategy<java.lang.Void> with) |
static <E extends java.lang.Throwable> |
Retryer.executeWithRetry(java.lang.Runnable what,
RetryingStrategy<java.lang.Void> with,
java.lang.Class<E> throwable) |
| Modifier and Type | Field and Description |
|---|---|
protected static RetryingStrategy<java.lang.Void> |
SafeUpdater.DEFAULT_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
RetryingStrategy<java.lang.Void> |
SafeUpdater.getStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SafeUpdater.setStrategy(RetryingStrategy<java.lang.Void> strategy) |
SafeUpdater |
SafeUpdater.withRetryingStrategy(RetryingStrategy<java.lang.Void> strategy) |
Copyright © 2013 echocat. All Rights Reserved.