Uses of Class
io.weaviate.client.base.util.DbVersionSupport
Packages that use DbVersionSupport
Package
Description
-
Uses of DbVersionSupport in io.weaviate.client.base.util
Constructors in io.weaviate.client.base.util with parameters of type DbVersionSupport -
Uses of DbVersionSupport in io.weaviate.client.v1.async.batch
Constructors in io.weaviate.client.v1.async.batch with parameters of type DbVersionSupportModifierConstructorDescriptionBatch(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of DbVersionSupport in io.weaviate.client.v1.async.data
Constructors in io.weaviate.client.v1.async.data with parameters of type DbVersionSupportModifierConstructorDescriptionData(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, DbVersionSupport dbVersionSupport) -
Uses of DbVersionSupport in io.weaviate.client.v1.async.schema
Constructors in io.weaviate.client.v1.async.schema with parameters of type DbVersionSupportModifierConstructorDescriptionSchema(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, DbVersionSupport dbVersionSupport) -
Uses of DbVersionSupport in io.weaviate.client.v1.async.schema.api
Constructors in io.weaviate.client.v1.async.schema.api with parameters of type DbVersionSupportModifierConstructorDescriptionTenantsUpdater(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, DbVersionSupport dbVersionSupport) -
Uses of DbVersionSupport in io.weaviate.client.v1.batch
Constructors in io.weaviate.client.v1.batch with parameters of type DbVersionSupportModifierConstructorDescriptionBatch(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of DbVersionSupport in io.weaviate.client.v1.data
Constructors in io.weaviate.client.v1.data with parameters of type DbVersionSupportModifierConstructorDescriptionData(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport) -
Uses of DbVersionSupport in io.weaviate.client.v1.data.util
Constructors in io.weaviate.client.v1.data.util with parameters of type DbVersionSupportModifierConstructorDescriptionObjectsPath(DbVersionSupport support) ReferencesPath(DbVersionSupport support) -
Uses of DbVersionSupport in io.weaviate.client.v1.experimental
Constructors in io.weaviate.client.v1.experimental with parameters of type DbVersionSupportModifierConstructorDescriptionBatcher(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) -
Uses of DbVersionSupport in io.weaviate.client.v1.schema
Constructors in io.weaviate.client.v1.schema with parameters of type DbVersionSupportModifierConstructorDescriptionSchema(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport) -
Uses of DbVersionSupport in io.weaviate.client.v1.schema.api
Constructors in io.weaviate.client.v1.schema.api with parameters of type DbVersionSupportModifierConstructorDescriptionTenantsUpdater(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport)