Package com.linkedin.venice.utils
Class BatchGetConfigUtils
java.lang.Object
com.linkedin.venice.utils.BatchGetConfigUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseRetryThresholdForBatchGet(String retryThresholdStr) The expected config format is like the following: "1-10:20,11-50:50,51-200:80,201-:1000"
-
Constructor Details
-
BatchGetConfigUtils
public BatchGetConfigUtils()
-
-
Method Details
-
parseRetryThresholdForBatchGet
The expected config format is like the following: "1-10:20,11-50:50,51-200:80,201-:1000"
-