Package io.weaviate.client.v1.batch.api
Class ReferencesBatcher.AutoBatchConfig.AutoBatchConfigBuilder
java.lang.Object
io.weaviate.client.v1.batch.api.ReferencesBatcher.AutoBatchConfig.AutoBatchConfigBuilder
- Enclosing class:
- ReferencesBatcher.AutoBatchConfig
-
Method Summary
Modifier and TypeMethodDescriptionawaitTerminationMs(int awaitTerminationMs) batchSize(int batchSize) build()callback(Consumer<Result<BatchReferenceResponse[]>> callback) poolSize(int poolSize) toString()
-
Method Details
-
batchSize
- Returns:
this.
-
poolSize
- Returns:
this.
-
awaitTerminationMs
public ReferencesBatcher.AutoBatchConfig.AutoBatchConfigBuilder awaitTerminationMs(int awaitTerminationMs) - Returns:
this.
-
callback
public ReferencesBatcher.AutoBatchConfig.AutoBatchConfigBuilder callback(Consumer<Result<BatchReferenceResponse[]>> callback) - Returns:
this.
-
build
-
toString
-