public abstract class RetryService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ScheduledExecutorService |
executor |
protected int |
retryDelayInSeconds |
protected ScheduledFuture<?> |
sf |
| Constructor and Description |
|---|
RetryService(int retryDelay) |
protected final ScheduledExecutorService executor
protected ScheduledFuture<?> sf
protected int retryDelayInSeconds
protected abstract boolean verifyConnection(Host host)
public abstract void shutdown()
Copyright © 2015. All Rights Reserved.