Uses of Class
io.weaviate.client.v1.async.data.Data
Packages that use Data
Package
Description
-
Uses of Data in io.weaviate.client.v1.async
Methods in io.weaviate.client.v1.async that return Data -
Uses of Data in io.weaviate.client.v1.async.batch
Constructors in io.weaviate.client.v1.async.batch with parameters of type DataModifierConstructorDescriptionBatch(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of Data in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api with parameters of type DataModifier 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)