JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.druid.java.util.common
Interface RetryUtils.Task<T>
Enclosing class:
RetryUtils
public static interface
RetryUtils.Task<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
perform
()
This method is tried up to maxTries times unless it succeeds.
Method Details
perform
T
perform
() throws
Exception
This method is tried up to maxTries times unless it succeeds.
Throws:
Exception