| Package | Description |
|---|---|
| com.tinkerpop.blueprints.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionRetryStrategy.AbstractRetryStrategy<T>
Base class for strategy that require a retry.
|
static class |
TransactionRetryStrategy.DelayedRetry<T>
Executes the work with a number of retries and with a number of milliseconds delay between each try.
|
static class |
TransactionRetryStrategy.ExponentialBackoff<T>
Executes the work with a number of retries and with a exponentially increasing number of milliseconds
between each retry.
|
static class |
TransactionRetryStrategy.FireAndForget<T>
Executes the work committing if possible and rolling back on failure.
|
static class |
TransactionRetryStrategy.OneAndDone<T>
Executes the work committing if possible and rolling back on failure.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TransactionRetryHelper.use(TransactionRetryStrategy<T> strategy)
Executes the work with a specified TransactionRetryStrategy.
|
Copyright © 2010-2014. All Rights Reserved.