public final class RetryStrategies extends Object
RetryStrategys.| Modifier and Type | Method and Description | 
|---|---|
static RetryStrategy | 
noRetries()  | 
static RetryStrategy | 
retryOnConflict(int maxRetries,
               long delayInMs)  | 
public static RetryStrategy retryOnConflict(int maxRetries, long delayInMs)
maxRetries - max number of retriesdelayInMs - delay between retries in millisecondsTransactionConflictExceptionpublic static RetryStrategy noRetries()
Copyright © 2016 The Apache Software Foundation. All rights reserved.