Uses of Class
io.weaviate.client.v1.async.batch.api.ObjectsBatcher.BatchRetriesConfig
Packages that use ObjectsBatcher.BatchRetriesConfig
-
Uses of ObjectsBatcher.BatchRetriesConfig in io.weaviate.client.v1.async.batch
Methods in io.weaviate.client.v1.async.batch with parameters of type ObjectsBatcher.BatchRetriesConfigModifier and TypeMethodDescriptionBatch.objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) Batch.objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig) Batch.objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig, Executor executor) Batch.objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, Executor executor) Batch.objectsBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) Batch.objectsBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, Executor executor) -
Uses of ObjectsBatcher.BatchRetriesConfig in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api that return ObjectsBatcher.BatchRetriesConfigModifier and TypeMethodDescriptionObjectsBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder.build()Methods in io.weaviate.client.v1.async.batch.api with parameters of type ObjectsBatcher.BatchRetriesConfigModifier and TypeMethodDescriptionstatic ObjectsBatcherObjectsBatcher.create(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, Executor executor) static 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)