JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Package
de.taimos.pipeline.aws.cloudformation.stacksets
Interface SleepStrategy
public interface
SleepStrategy
Field Summary
Fields
Modifier and Type
Field
Description
static final
SleepStrategy
EXPONENTIAL_BACKOFF_STRATEGY
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
calculateSleepDuration
(int attempt)
Field Details
EXPONENTIAL_BACKOFF_STRATEGY
static final
SleepStrategy
EXPONENTIAL_BACKOFF_STRATEGY
Method Details
calculateSleepDuration
long
calculateSleepDuration
(int attempt)