Package org.apache.druid.rpc
Class StandardRetryPolicy.Builder
java.lang.Object
org.apache.druid.rpc.StandardRetryPolicy.Builder
- Enclosing class:
- StandardRetryPolicy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()maxAttempts(long maxAttempts) maxWaitMillis(long maxWaitMillis) minWaitMillis(long minWaitMillis) retryLoggable(boolean retryLoggable) retryNotAvailable(boolean retryNotAvailable)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxAttempts
-
minWaitMillis
-
maxWaitMillis
-
retryNotAvailable
-
retryLoggable
-
build
-