Class ReferencesBatcher.BatchRetriesConfig
- java.lang.Object
-
- technology.semi.weaviate.client.v1.batch.api.ReferencesBatcher.BatchRetriesConfig
-
- Enclosing class:
- ReferencesBatcher
public static class ReferencesBatcher.BatchRetriesConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReferencesBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder
-
Field Summary
Fields Modifier and Type Field Description static intMAX_CONNECTION_RETRIESstatic intMAX_TIMEOUT_RETRIESstatic intRETRIES_INTERVAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferencesBatcher.BatchRetriesConfig.BatchRetriesConfigBuilderbuilder()static ReferencesBatcher.BatchRetriesConfig.BatchRetriesConfigBuilderdefaultConfig()intgetMaxConnectionRetries()intgetMaxTimeoutRetries()intgetRetriesIntervalMs()
-
-
-
Field Detail
-
MAX_TIMEOUT_RETRIES
public static final int MAX_TIMEOUT_RETRIES
- See Also:
- Constant Field Values
-
MAX_CONNECTION_RETRIES
public static final int MAX_CONNECTION_RETRIES
- See Also:
- Constant Field Values
-
RETRIES_INTERVAL
public static final int RETRIES_INTERVAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
defaultConfig
public static ReferencesBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder defaultConfig()
-
builder
public static ReferencesBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder builder()
-
getMaxTimeoutRetries
public int getMaxTimeoutRetries()
-
getMaxConnectionRetries
public int getMaxConnectionRetries()
-
getRetriesIntervalMs
public int getRetriesIntervalMs()
-
-