Uses of Class
io.weaviate.client.Config
-
-
Uses of Config in io.weaviate.client
Methods in io.weaviate.client with parameters of type Config Modifier and Type Method Description 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 Config Constructor Description WeaviateClient(Config config)WeaviateClient(Config config, HttpClient httpClient)WeaviateClient(Config config, AccessTokenProvider tokenProvider) -
Uses of Config in io.weaviate.client.base
Constructors in io.weaviate.client.base with parameters of type Config Constructor Description BaseClient(HttpClient client, Config config) -
Uses of Config in io.weaviate.client.base.http.builder
Methods in io.weaviate.client.base.http.builder with parameters of type Config Modifier and Type Method Description static CommonsHttpClientImpl.CloseableHttpClientBuilderHttpApacheClientBuilder. build(Config config) -
Uses of Config in io.weaviate.client.v1.auth
Methods in io.weaviate.client.v1.auth with parameters of type Config Modifier and Type Method Description WeaviateClientAuthentication. getAuthClient(Config config)WeaviateClientAuthentication. getAuthClient(Config config, List<String> scopes)WeaviateClientBearerTokenFlow. getAuthClient(Config config)WeaviateClientBearerTokenFlow. getAuthClient(Config config, List<String> scopes)WeaviateClientClientCredentialsFlow. getAuthClient(Config config)WeaviateClientClientCredentialsFlow. getAuthClient(Config config, List<String> scopes)WeaviateClientResourceOwnerPasswordFlow. getAuthClient(Config config)WeaviateClientResourceOwnerPasswordFlow. 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 Config Modifier and Type Method Description AccessTokenProviderNimbusAuth. getAccessTokenProvider(Config config, String clientSecret, String username, String password, List<String> clientScopes, AuthType authType)BaseAuth.AuthResponseBaseAuth. getIdAndTokenEndpoint(Config config)protected AccessTokenProviderNimbusAuth. getTokenProvider(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String accessToken, long accessTokenLifeTime, String refreshToken, String clientSecret, AuthType authType)StringNimbusAuth. refreshClientCredentialsToken(Config config, BaseAuth.AuthResponse authResponse, List<String> clientScopes, String clientSecret)StringNimbusAuth. 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 Config Constructor Description AuthClientCredentialsTokenProvider(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 Constructor Description Backup(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.backup.api
Constructors in io.weaviate.client.v1.backup.api with parameters of type Config Constructor Description 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 Config Constructor Description Batch(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport, Data data) -
Uses of Config in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type Config Modifier and Type Method Description static ObjectsBatcherObjectsBatcher. create(HttpClient httpClient, Config config, Data data, ObjectsPath objectsPath, 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, 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 Config Constructor Description ObjectsBatchDeleter(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 Constructor Description Classifications(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.classifications.api
Constructors in io.weaviate.client.v1.classifications.api with parameters of type Config Constructor Description Getter(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 Constructor Description Cluster(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.cluster.api
Constructors in io.weaviate.client.v1.cluster.api with parameters of type Config Constructor Description NodesStatusGetter(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.contextionary
Constructors in io.weaviate.client.v1.contextionary with parameters of type Config Constructor Description Contextionary(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.contextionary.api
Constructors in io.weaviate.client.v1.contextionary.api with parameters of type Config Constructor Description ConceptsGetter(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 Config Constructor Description Data(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 Config Constructor Description ObjectCreator(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.graphql
Constructors in io.weaviate.client.v1.graphql with parameters of type Config Constructor Description GraphQL(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.graphql.query
Constructors in io.weaviate.client.v1.graphql.query with parameters of type Config Constructor Description Aggregate(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.misc
Constructors in io.weaviate.client.v1.misc with parameters of type Config Constructor Description Misc(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 Config Constructor Description LiveChecker(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.schema
Constructors in io.weaviate.client.v1.schema with parameters of type Config Constructor Description Schema(HttpClient httpClient, Config config) -
Uses of Config in io.weaviate.client.v1.schema.api
Constructors in io.weaviate.client.v1.schema.api with parameters of type Config Constructor Description ClassCreator(HttpClient httpClient, Config config)ClassDeleter(HttpClient httpClient, Config config)ClassGetter(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)
-