Uses of Class
org.apache.druid.rpc.StandardRetryPolicy
Packages that use StandardRetryPolicy
-
Uses of StandardRetryPolicy in org.apache.druid.rpc
Methods in org.apache.druid.rpc that return StandardRetryPolicyModifier and TypeMethodDescriptionstatic StandardRetryPolicyStandardRetryPolicy.aboutAnHour()Retry policy that uses up to about an hour of total wait time.StandardRetryPolicy.Builder.build()static StandardRetryPolicyStandardRetryPolicy.noRetries()Retry policy that never retries.static StandardRetryPolicyStandardRetryPolicy.unlimited()Standard unlimited retry policy.static StandardRetryPolicyStandardRetryPolicy.unlimitedWithoutRetryLogging()Standard unlimited retry policy along with muted the logging for the retries.