Uses of Class
io.weaviate.client.Config
Packages that use Config
Package
Description
-
Uses of Config in io.weaviate.client
Methods in io.weaviate.client with parameters of type ConfigModifier and TypeMethodDescriptionstatic WeaviateClientapiKey returns a new WeaviateClient with ApiKey token provider.static WeaviateClientWeaviateAuthClient.bearerToken(Config config, String accessToken, long accessTokenLifetime, String refreshToken) static WeaviateClientWeaviateAuthClient.clientCredentials(Config config, String clientSecret, List<String> scopes) static WeaviateClientWeaviateAuthClient.clientPassword(Config config, String username, String password, List<String> scopes) Constructors in io.weaviate.client with parameters of type ConfigModifierConstructorDescriptionWeaviateClient(Config config) WeaviateClient(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider) WeaviateClient(Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.base
Fields in io.weaviate.client.base declared as ConfigConstructors in io.weaviate.client.base with parameters of type ConfigModifierConstructorDescriptionAsyncBaseClient(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) AsyncBaseGraphQLClient(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) BaseClient(HttpClient client, Config config) BaseGraphQLClient(HttpClient client, Config config) -
Uses of Config in io.weaviate.client.base.grpc
Methods in io.weaviate.client.base.grpc with parameters of type ConfigModifier and TypeMethodDescriptionstatic AsyncGrpcClientAsyncGrpcClient.create(Config config, AccessTokenProvider tokenProvider) static GrpcClientGrpcClient.create(Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.base.grpc.base
Methods in io.weaviate.client.base.grpc.base with parameters of type ConfigModifier and TypeMethodDescriptionprotected static io.grpc.ManagedChannelBaseGrpcClient.buildChannel(Config config) protected static io.grpc.MetadataBaseGrpcClient.getHeaders(Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.base.http.async
Methods in io.weaviate.client.base.http.async with parameters of type Config -
Uses of Config in io.weaviate.client.base.http.builder
Methods in io.weaviate.client.base.http.builder with parameters of type ConfigModifier and TypeMethodDescription -
Uses of Config in io.weaviate.client.v1.async
Constructors in io.weaviate.client.v1.async with parameters of type ConfigModifierConstructorDescriptionWeaviateAsyncClient(Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.backup
Constructors in io.weaviate.client.v1.async.backup with parameters of type ConfigModifierConstructorDescriptionBackup(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.backup.api
Constructors in io.weaviate.client.v1.async.backup.api with parameters of type ConfigModifierConstructorDescriptionBackupCanceler(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) BackupCreateStatusGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) BackupCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, BackupCreateStatusGetter statusGetter, Executor executor) BackupGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) BackupRestorer(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, BackupRestoreStatusGetter statusGetter, Executor executor) BackupRestoreStatusGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.batch
Constructors in io.weaviate.client.v1.async.batch with parameters of type ConfigModifierConstructorDescriptionBatch(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of Config in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api with parameters of type ConfigModifier 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 ReferencesBatcherReferencesBatcher.create(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath, ReferencesBatcher.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) static ReferencesBatcherReferencesBatcher.createAuto(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath, ReferencesBatcher.BatchRetriesConfig batchRetriesConfig, ReferencesBatcher.AutoBatchConfig autoBatchConfig, Executor executor) Constructors in io.weaviate.client.v1.async.batch.api with parameters of type ConfigModifierConstructorDescriptionObjectsBatchDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) -
Uses of Config in io.weaviate.client.v1.async.classifications
Constructors in io.weaviate.client.v1.async.classifications with parameters of type ConfigModifierConstructorDescriptionClassifications(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.classifications.api
Constructors in io.weaviate.client.v1.async.classifications.api with parameters of type ConfigModifierConstructorDescriptionGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) Scheduler(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, Getter getter, Executor executor) -
Uses of Config in io.weaviate.client.v1.async.cluster
Constructors in io.weaviate.client.v1.async.cluster with parameters of type ConfigModifierConstructorDescriptionCluster(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.cluster.api
Constructors in io.weaviate.client.v1.async.cluster.api with parameters of type ConfigModifierConstructorDescriptionNodesStatusGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.data
Constructors in io.weaviate.client.v1.async.data with parameters of type ConfigModifierConstructorDescriptionData(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, DbVersionSupport dbVersionSupport) -
Uses of Config in io.weaviate.client.v1.async.data.api
Constructors in io.weaviate.client.v1.async.data.api with parameters of type ConfigModifierConstructorDescriptionObjectCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectsChecker(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectsGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectUpdater(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ObjectsPath objectsPath) ObjectValidator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ReferenceCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath) ReferenceDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath) ReferenceReplacer(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, ReferencesPath referencesPath) -
Uses of Config in io.weaviate.client.v1.async.graphql
Constructors in io.weaviate.client.v1.async.graphql with parameters of type ConfigModifierConstructorDescriptionGraphQL(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.graphql.api
Constructors in io.weaviate.client.v1.async.graphql.api with parameters of type ConfigModifierConstructorDescriptionAggregate(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) Explore(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) Get(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) Raw(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.misc
Constructors in io.weaviate.client.v1.async.misc with parameters of type ConfigModifierConstructorDescriptionMisc(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.misc.api
Constructors in io.weaviate.client.v1.async.misc.api with parameters of type ConfigModifierConstructorDescriptionLiveChecker(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) MetaGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) OpenIDConfigGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ReadyChecker(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.rbac
Constructors in io.weaviate.client.v1.async.rbac with parameters of type ConfigModifierConstructorDescriptionRoles(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.rbac.api
Constructors in io.weaviate.client.v1.async.rbac.api with parameters of type ConfigModifierConstructorDescriptionAssignedUsersGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) PermissionAdder(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) PermissionChecker(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) PermissionRemover(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) RoleAllGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) RoleCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) RoleDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) RoleExists(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) RoleGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) UserAssignmentsGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.schema
Constructors in io.weaviate.client.v1.async.schema with parameters of type ConfigModifierConstructorDescriptionSchema(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, DbVersionSupport dbVersionSupport) -
Uses of Config in io.weaviate.client.v1.async.schema.api
Constructors in io.weaviate.client.v1.async.schema.api with parameters of type ConfigModifierConstructorDescriptionClassCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ClassDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ClassExists(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ClassGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ClassUpdater(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) PropertyCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) SchemaGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ShardsGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ShardsUpdater(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) ShardUpdater(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) TenantsCreator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) TenantsDeleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) TenantsExists(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) TenantsGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) TenantsUpdater(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider, DbVersionSupport dbVersionSupport) VectorAdder(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.users
Constructors in io.weaviate.client.v1.async.users with parameters of type ConfigModifierConstructorDescriptionDbUsers(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) OidcUsers(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) Users(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.users.api
Constructors in io.weaviate.client.v1.async.users.api with parameters of type ConfigModifierConstructorDescriptionMyUserGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) RoleAssigner(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) RoleAssigner(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider, String userType) RoleRevoker(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) RoleRevoker(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider, String userType) UserRolesGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.async.users.api.common
Constructors in io.weaviate.client.v1.async.users.api.common with parameters of type ConfigModifierConstructorDescriptionAssignedRolesGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider, String userType) -
Uses of Config in io.weaviate.client.v1.async.users.api.db
Constructors in io.weaviate.client.v1.async.users.api.db with parameters of type ConfigModifierConstructorDescriptionActivator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) AllGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) ByNameGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) Creator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) Deactivator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) Deleter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) KeyRotator(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.auth
Methods in io.weaviate.client.v1.auth with parameters of type ConfigModifier and TypeMethodDescriptionApiKeyFlow.getAuthClient(Config config) ApiKeyFlow.getAuthClient(Config config, List<String> scopes) Authentication.getAuthClient(Config config) Authentication.getAuthClient(Config config, List<String> scopes) BearerTokenFlow.getAuthClient(Config config) BearerTokenFlow.getAuthClient(Config config, List<String> scopes) ClientCredentialsFlow.getAuthClient(Config config) ClientCredentialsFlow.getAuthClient(Config config, List<String> scopes) ResourceOwnerPasswordFlow.getAuthClient(Config config) ResourceOwnerPasswordFlow.getAuthClient(Config config, List<String> scopes) -
Uses of Config in io.weaviate.client.v1.auth.nimbus
Methods in io.weaviate.client.v1.auth.nimbus with parameters of type ConfigModifier and TypeMethodDescriptionNimbusAuth.getAccessTokenProvider(Config config, String clientSecret, String username, String password, List<String> clientScopes, AuthType authType) BaseAuth.getIdAndTokenEndpoint(Config config) protected AccessTokenProviderNimbusAuth.getTokenProvider(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String accessToken, long accessTokenLifeTime, String refreshToken, String clientSecret, AuthType authType) NimbusAuth.refreshClientCredentialsToken(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String clientSecret) NimbusAuth.refreshToken(Config config, BaseAuth.AuthResponse authResponse, String refreshToken) -
Uses of Config in io.weaviate.client.v1.auth.provider
Constructors in io.weaviate.client.v1.auth.provider with parameters of type ConfigModifierConstructorDescriptionAuthClientCredentialsTokenProvider(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String accessToken, long lifetimeSeconds, String clientSecret) AuthRefreshTokenProvider(Config config, BaseAuth.AuthResponse authResponse, String accessToken, long lifetimeSeconds, String refreshToken) -
Uses of Config in io.weaviate.client.v1.backup
Constructors in io.weaviate.client.v1.backup with parameters of type Config -
Uses of Config in io.weaviate.client.v1.backup.api
Constructors in io.weaviate.client.v1.backup.api with parameters of type ConfigModifierConstructorDescriptionBackupCanceler(HttpClient client, Config config) BackupCreateStatusGetter(HttpClient httpClient, Config config) BackupCreator(HttpClient httpClient, Config config, BackupCreateStatusGetter statusGetter) BackupGetter(HttpClient httpClient, Config config) BackupRestorer(HttpClient httpClient, Config config, BackupRestoreStatusGetter statusGetter) BackupRestoreStatusGetter(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.batch
Constructors in io.weaviate.client.v1.batch with parameters of type ConfigModifierConstructorDescriptionBatch(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of Config in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type ConfigModifier and TypeMethodDescriptionstatic ObjectsBatcherObjectsBatcher.create(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig) static ReferencesBatcherReferencesBatcher.create(HttpClient httpClient, Config config, ReferencesPath referencesPath, ReferencesBatcher.BatchRetriesConfig batchRetriesConfig) static ObjectsBatcherObjectsBatcher.createAuto(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, AccessTokenProvider tokenProvider, GrpcVersionSupport grpcVersionSupport, ObjectsBatcher.BatchRetriesConfig batchRetriesConfig, ObjectsBatcher.AutoBatchConfig autoBatchConfig) static ReferencesBatcherReferencesBatcher.createAuto(HttpClient httpClient, Config config, ReferencesPath referencesPath, ReferencesBatcher.BatchRetriesConfig batchRetriesConfig, ReferencesBatcher.AutoBatchConfig autoBatchConfig) Constructors in io.weaviate.client.v1.batch.api with parameters of type ConfigModifierConstructorDescriptionObjectsBatchDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath) -
Uses of Config in io.weaviate.client.v1.classifications
Constructors in io.weaviate.client.v1.classifications with parameters of type Config -
Uses of Config in io.weaviate.client.v1.classifications.api
Constructors in io.weaviate.client.v1.classifications.api with parameters of type ConfigModifierConstructorDescriptionGetter(HttpClient httpClient, Config config) Scheduler(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.cluster
Constructors in io.weaviate.client.v1.cluster with parameters of type Config -
Uses of Config in io.weaviate.client.v1.cluster.api
Constructors in io.weaviate.client.v1.cluster.api with parameters of type Config -
Uses of Config in io.weaviate.client.v1.contextionary
Constructors in io.weaviate.client.v1.contextionary with parameters of type Config -
Uses of Config in io.weaviate.client.v1.contextionary.api
Constructors in io.weaviate.client.v1.contextionary.api with parameters of type ConfigModifierConstructorDescriptionConceptsGetter(HttpClient httpClient, Config config) ExtensionCreator(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.data
Constructors in io.weaviate.client.v1.data with parameters of type ConfigModifierConstructorDescriptionData(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport) -
Uses of Config in io.weaviate.client.v1.data.api
Constructors in io.weaviate.client.v1.data.api with parameters of type ConfigModifierConstructorDescriptionObjectCreator(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectsChecker(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectsGetter(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectUpdater(HttpClient httpClient, Config config, ObjectsPath objectsPath) ObjectValidator(HttpClient httpClient, Config config) ReferenceCreator(HttpClient httpClient, Config config, ReferencesPath referencesPath) ReferenceDeleter(HttpClient httpClient, Config config, ReferencesPath referencesPath) ReferenceReplacer(HttpClient httpClient, Config config, ReferencesPath referencesPath) -
Uses of Config in io.weaviate.client.v1.experimental
Constructors in io.weaviate.client.v1.experimental with parameters of type ConfigModifierConstructorDescriptionBatcher(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider, DbVersionSupport dbVersion, GrpcVersionSupport grpcVersion, Data data, Class<T> cls) Collections(Config config, AccessTokenProvider tokenProvider) DataClient(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider, DbVersionSupport dbVersion, GrpcVersionSupport grpcVersion, Data data) -
Uses of Config in io.weaviate.client.v1.graphql
Constructors in io.weaviate.client.v1.graphql with parameters of type Config -
Uses of Config in io.weaviate.client.v1.graphql.query
Constructors in io.weaviate.client.v1.graphql.query with parameters of type ConfigModifierConstructorDescriptionAggregate(HttpClient httpClient, Config config) Explore(HttpClient httpClient, Config config) Get(HttpClient httpClient, Config config) Raw(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.grpc
Constructors in io.weaviate.client.v1.grpc with parameters of type ConfigModifierConstructorDescriptionGRPC(HttpClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.grpc.query
Constructors in io.weaviate.client.v1.grpc.query with parameters of type ConfigModifierConstructorDescriptionRaw(HttpClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.v1.misc
Constructors in io.weaviate.client.v1.misc with parameters of type ConfigModifierConstructorDescriptionMisc(HttpClient httpClient, Config config, DbVersionProvider dbVersionProvider) -
Uses of Config in io.weaviate.client.v1.misc.api
Constructors in io.weaviate.client.v1.misc.api with parameters of type ConfigModifierConstructorDescriptionLiveChecker(HttpClient httpClient, Config config, DbVersionProvider dbVersionProvider) MetaGetter(HttpClient httpClient, Config config) OpenIDConfigGetter(HttpClient httpClient, Config config) ReadyChecker(HttpClient httpClient, Config config, DbVersionProvider dbVersionProvider) -
Uses of Config in io.weaviate.client.v1.rbac
Constructors in io.weaviate.client.v1.rbac with parameters of type Config -
Uses of Config in io.weaviate.client.v1.rbac.api
Constructors in io.weaviate.client.v1.rbac.api with parameters of type ConfigModifierConstructorDescriptionAssignedUsersGetter(HttpClient httpClient, Config config) PermissionAdder(HttpClient httpClient, Config config) PermissionChecker(HttpClient httpClient, Config config) PermissionRemover(HttpClient httpClient, Config config) RoleAllGetter(HttpClient httpClient, Config config) RoleCreator(HttpClient httpClient, Config config) RoleDeleter(HttpClient httpClient, Config config) RoleExists(HttpClient httpClient, Config config) RoleGetter(HttpClient httpClient, Config config) UserAssignmentsGetter(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.schema
Constructors in io.weaviate.client.v1.schema with parameters of type ConfigModifierConstructorDescriptionSchema(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport) -
Uses of Config in io.weaviate.client.v1.schema.api
Constructors in io.weaviate.client.v1.schema.api with parameters of type ConfigModifierConstructorDescriptionClassCreator(HttpClient httpClient, Config config) ClassDeleter(HttpClient httpClient, Config config) ClassGetter(HttpClient httpClient, Config config) ClassUpdater(HttpClient httpClient, Config config) PropertyCreator(HttpClient httpClient, Config config) SchemaGetter(HttpClient httpClient, Config config) ShardsGetter(HttpClient httpClient, Config config) ShardsUpdater(HttpClient httpClient, Config config) ShardUpdater(HttpClient httpClient, Config config) TenantsCreator(HttpClient httpClient, Config config) TenantsDeleter(HttpClient httpClient, Config config) TenantsExists(HttpClient httpClient, Config config) TenantsGetter(HttpClient httpClient, Config config) TenantsUpdater(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport) VectorAdder(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.users
Constructors in io.weaviate.client.v1.users with parameters of type ConfigModifierConstructorDescriptionDbUsers(HttpClient httpClient, Config config) OidcUsers(HttpClient httpClient, Config config) Users(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.users.api
Constructors in io.weaviate.client.v1.users.api with parameters of type ConfigModifierConstructorDescriptionMyUserGetter(HttpClient httpClient, Config config) RoleAssigner(HttpClient httpClient, Config config) RoleAssigner(HttpClient httpClient, Config config, String userType) RoleRevoker(HttpClient httpClient, Config config) RoleRevoker(HttpClient httpClient, Config config, String userType) UserRolesGetter(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.users.api.common
Constructors in io.weaviate.client.v1.users.api.common with parameters of type ConfigModifierConstructorDescriptionAssignedRolesGetter(HttpClient httpClient, Config config, String userType) -
Uses of Config in io.weaviate.client.v1.users.api.db
Constructors in io.weaviate.client.v1.users.api.db with parameters of type ConfigModifierConstructorDescriptionActivator(HttpClient httpClient, Config config) AllGetter(HttpClient httpClient, Config config) ByNameGetter(HttpClient httpClient, Config config) Creator(HttpClient httpClient, Config config) Deactivator(HttpClient httpClient, Config config) Deleter(HttpClient httpClient, Config config) KeyRotator(HttpClient httpClient, Config config)