Uses of Class
io.milvus.param.RetryParam.Builder
-
Packages that use RetryParam.Builder Package Description io.milvus.param -
-
Uses of RetryParam.Builder in io.milvus.param
Methods in io.milvus.param that return RetryParam.Builder Modifier and Type Method Description static RetryParam.BuilderRetryParam. newBuilder()RetryParam.BuilderRetryParam.Builder. withBackOffMultiplier(int backOffMultiplier)Sets multiplier to increase time interval after each retry.RetryParam.BuilderRetryParam.Builder. withInitialBackOffMs(long initialBackOffMs)Sets the first time interval between two retries, units: millisecond.RetryParam.BuilderRetryParam.Builder. withMaxBackOffMs(long maxBackOffMs)Sets the maximum time interval between two retries, units: millisecond.RetryParam.BuilderRetryParam.Builder. withMaxRetryTimes(int maxRetryTimes)Sets the max retry times on failure.Default value is 75.RetryParam.BuilderRetryParam.Builder. withRetryOnRateLimie(boolean retryOnRateLimie)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 Constructor Description RetryParam(@NonNull RetryParam.Builder builder)
-