public static interface RetryUtilities.ExponentialBackOffRetry<T>
| Modifier and Type | Method and Description |
|---|---|
T |
execute(int batchSize)
This method should be called by implementations of this ExponentialBackOffRetry policy
It represents the actual work which needs to be done based on a given batch size
|
T execute(int batchSize) throws Exception
batchSize - The batch size for the work which needs to be executedExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.