Uses of Class
io.weaviate.client.v1.async.batch.api.ObjectsBatcher
Packages that use ObjectsBatcher
-
Uses of ObjectsBatcher in io.weaviate.client.v1.async.batch
Methods in io.weaviate.client.v1.async.batch that return ObjectsBatcherModifier and TypeMethodDescriptionBatch.objectsAutoBatcher()Batch.objectsAutoBatcher(ObjectsBatcher.AutoBatchConfig autoBatchConfig) Batch.objectsAutoBatcher(ObjectsBatcher.AutoBatchConfig autoBatchConfig, Executor executor) Batch.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.objectsAutoBatcher(Executor executor) Batch.objectsBatcher()Batch.objectsBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) Batch.objectsBatcher(ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, Executor executor) Batch.objectsBatcher(Executor executor) -
Uses of ObjectsBatcher in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api that return ObjectsBatcherModifier 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) ObjectsBatcher.withConsistencyLevel(String consistencyLevel) ObjectsBatcher.withObject(WeaviateObject object) ObjectsBatcher.withObjects(WeaviateObject... objects)