Uses of Class
io.weaviate.client.v1.batch.api.ObjectsBatcher.BatchRetriesConfig
Packages that use ObjectsBatcher.BatchRetriesConfig
-
Uses of ObjectsBatcher.BatchRetriesConfig in io.weaviate.client.v1.batch
Methods in io.weaviate.client.v1.batch with parameters of type ObjectsBatcher.BatchRetriesConfigModifier and TypeMethodDescriptionBatch.objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) Batch.objectsAutoBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig) Batch.objectsBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) -
Uses of ObjectsBatcher.BatchRetriesConfig in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api that return ObjectsBatcher.BatchRetriesConfigModifier and TypeMethodDescriptionObjectsBatcher.BatchRetriesConfig.BatchRetriesConfigBuilder.build()Methods in io.weaviate.client.v1.batch.api with parameters of type ObjectsBatcher.BatchRetriesConfigModifier and TypeMethodDescriptionstatic ObjectsBatcherObjectsBatcher.create(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) static ObjectsBatcherObjectsBatcher.createAuto(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig)