public class RetryableCommandExecutor extends Object implements CommandExecutor
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxAttempts |
protected Duration |
maxTotalRetriesDuration |
protected ConnectionProvider |
provider |
| Constructor and Description |
|---|
RetryableCommandExecutor(ConnectionProvider provider,
int maxAttempts,
Duration maxTotalRetriesDuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected <T> T |
execute(Connection connection,
CommandObject<T> commandObject)
WARNING: This method is accessible for the purpose of testing.
|
<T> T |
executeCommand(CommandObject<T> commandObject) |
protected void |
sleep(long sleepMillis)
WARNING: This method is accessible for the purpose of testing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbroadcastCommandprotected final ConnectionProvider provider
protected final int maxAttempts
protected final Duration maxTotalRetriesDuration
public RetryableCommandExecutor(ConnectionProvider provider, int maxAttempts, Duration maxTotalRetriesDuration)
public void close()
close in interface AutoCloseablepublic final <T> T executeCommand(CommandObject<T> commandObject)
executeCommand in interface CommandExecutor@VisibleForTesting protected <T> T execute(Connection connection, CommandObject<T> commandObject)
@VisibleForTesting protected void sleep(long sleepMillis)
Copyright © 2024. All rights reserved.