Uses of Class
io.milvus.param.RetryParam.Builder
Packages that use RetryParam.Builder
-
Uses of RetryParam.Builder in io.milvus.param
Methods in io.milvus.param that return RetryParam.BuilderModifier and TypeMethodDescriptionstatic RetryParam.BuilderRetryParam.newBuilder()RetryParam.Builder.withBackOffMultiplier(int backOffMultiplier) Sets multiplier to increase time interval after each retry.RetryParam.Builder.withInitialBackOffMs(long initialBackOffMs) Sets the first time interval between two retries, units: millisecond.RetryParam.Builder.withMaxBackOffMs(long maxBackOffMs) Sets the maximum time interval between two retries, units: millisecond.RetryParam.Builder.withMaxRetryTimes(int maxRetryTimes) Sets the max retry times on failure.Default value is 75.RetryParam.Builder.withRetryOnRateLimit(boolean retryOnRateLimit) Sets whether to retry when the returned error is rate limit.Default value is true.Constructors in io.milvus.param with parameters of type RetryParam.Builder