Uses of Class
io.weaviate.client.base.util.GrpcVersionSupport
Packages that use GrpcVersionSupport
Package
Description
-
Uses of GrpcVersionSupport in io.weaviate.client.v1.async.batch
Constructors in io.weaviate.client.v1.async.batch with parameters of type GrpcVersionSupportModifierConstructorDescriptionBatch(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of GrpcVersionSupport in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api with parameters of type GrpcVersionSupportModifier 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) -
Uses of GrpcVersionSupport in io.weaviate.client.v1.batch
Constructors in io.weaviate.client.v1.batch with parameters of type GrpcVersionSupportModifierConstructorDescriptionBatch(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of GrpcVersionSupport in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type GrpcVersionSupportModifier 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) -
Uses of GrpcVersionSupport in io.weaviate.client.v1.batch.grpc
Constructors in io.weaviate.client.v1.batch.grpc with parameters of type GrpcVersionSupport -
Uses of GrpcVersionSupport in io.weaviate.client.v1.experimental
Constructors in io.weaviate.client.v1.experimental with parameters of type GrpcVersionSupportModifierConstructorDescriptionBatcher(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider, DbVersionSupport dbVersion, GrpcVersionSupport grpcVersion, Data data, Class<T> cls) DataClient(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider, DbVersionSupport dbVersion, GrpcVersionSupport grpcVersion, Data data)