Package io.weaviate.client.v1.batch.api
Class ObjectsBatcher.BatchRetriesConfig
- java.lang.Object
-
- io.weaviate.client.v1.batch.api.ObjectsBatcher.BatchRetriesConfig
-
- Enclosing class:
- ObjectsBatcher
public static class ObjectsBatcher.BatchRetriesConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classObjectsBatcher.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 ObjectsBatcher.BatchRetriesConfig.BatchRetriesConfigBuilderbuilder()protected booleancanEqual(Object other)static ObjectsBatcher.BatchRetriesConfig.BatchRetriesConfigBuilderdefaultConfig()booleanequals(Object o)intgetMaxConnectionRetries()intgetMaxTimeoutRetries()intgetRetriesIntervalMs()inthashCode()StringtoString()
-
-
-
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 ObjectsBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder defaultConfig()
-
builder
public static ObjectsBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder builder()
-
getMaxTimeoutRetries
public int getMaxTimeoutRetries()
-
getMaxConnectionRetries
public int getMaxConnectionRetries()
-
getRetriesIntervalMs
public int getRetriesIntervalMs()
-
canEqual
protected boolean canEqual(Object other)
-
-