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