public class RetryConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static RetryConfig |
DEFAULT |
| Constructor and Description |
|---|
RetryConfig(int maxDurationSeconds,
int delaySeconds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDelaySeconds() |
int |
getMaxDurationSeconds() |
int |
hashCode() |
public static final RetryConfig DEFAULT
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.