Uses of Class
io.weaviate.client.v1.batch.util.ObjectsPath
Packages that use ObjectsPath
-
Uses of ObjectsPath in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api with parameters of type ObjectsPathModifier 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) Constructors in io.weaviate.client.v1.async.batch.api with parameters of type ObjectsPathModifierConstructorDescriptionObjectsBatchDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) -
Uses of ObjectsPath in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type ObjectsPathModifier 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) Constructors in io.weaviate.client.v1.batch.api with parameters of type ObjectsPathModifierConstructorDescriptionObjectsBatchDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath)