| Package | Description |
|---|---|
| com.tinkerpop.blueprints.util |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2010-2014. All Rights Reserved.