Uses of Class
io.weaviate.client.v1.async.batch.api.ObjectsBatcher.AutoBatchConfig
Packages that use ObjectsBatcher.AutoBatchConfig
-
Uses of ObjectsBatcher.AutoBatchConfig in io.weaviate.client.v1.async.batch
Methods in io.weaviate.client.v1.async.batch with parameters of type ObjectsBatcher.AutoBatchConfigModifier and TypeMethodDescriptionBatch.objectsAutoBatcher(ObjectsBatcher.AutoBatchConfig autoBatchConfig) Batch.objectsAutoBatcher(ObjectsBatcher.AutoBatchConfig autoBatchConfig, Executor executor) Batch.objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig) Batch.objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig, Executor executor) -
Uses of ObjectsBatcher.AutoBatchConfig in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api that return ObjectsBatcher.AutoBatchConfigMethods in io.weaviate.client.v1.async.batch.api with parameters of type ObjectsBatcher.AutoBatchConfigModifier and TypeMethodDescriptionstatic ObjectsBatcherObjectsBatcher.createAuto(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig, Executor executor)