Uses of Class
io.weaviate.client.base.util.GrpcVersionSupport
-
Packages that use GrpcVersionSupport Package Description io.weaviate.client.v1.batch io.weaviate.client.v1.batch.api io.weaviate.client.v1.batch.grpc -
-
Uses of GrpcVersionSupport in io.weaviate.client.v1.batch
Constructors in io.weaviate.client.v1.batch with parameters of type GrpcVersionSupport Constructor Description Batch(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 GrpcVersionSupport Modifier and Type Method Description static 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 Constructor Description BatchObjectConverter(GrpcVersionSupport grpcVersionSupport)
-