Uses of Interface
io.weaviate.client.base.http.HttpClient
-
-
Uses of HttpClient in io.weaviate.client
Constructors in io.weaviate.client with parameters of type HttpClient Constructor Description WeaviateClient(Config config, HttpClient httpClient) -
Uses of HttpClient in io.weaviate.client.base
Constructors in io.weaviate.client.base with parameters of type HttpClient Constructor Description BaseClient(HttpClient client, Config config) -
Uses of HttpClient in io.weaviate.client.base.http.impl
Classes in io.weaviate.client.base.http.impl that implement HttpClient Modifier and Type Class Description classCommonsHttpClientImpl -
Uses of HttpClient in io.weaviate.client.v1.backup
Constructors in io.weaviate.client.v1.backup with parameters of type HttpClient Constructor Description Backup(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.backup.api
Constructors in io.weaviate.client.v1.backup.api with parameters of type HttpClient 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 HttpClient in io.weaviate.client.v1.batch
Constructors in io.weaviate.client.v1.batch with parameters of type HttpClient Constructor Description Batch(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport, Data data) -
Uses of HttpClient in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type HttpClient 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 HttpClient Constructor Description ObjectsBatchDeleter(HttpClient httpClient, Config config, ObjectsPath objectsPath) -
Uses of HttpClient in io.weaviate.client.v1.classifications
Constructors in io.weaviate.client.v1.classifications with parameters of type HttpClient Constructor Description Classifications(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.classifications.api
Constructors in io.weaviate.client.v1.classifications.api with parameters of type HttpClient Constructor Description Getter(HttpClient httpClient, Config config)Scheduler(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.cluster
Constructors in io.weaviate.client.v1.cluster with parameters of type HttpClient Constructor Description Cluster(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.cluster.api
Constructors in io.weaviate.client.v1.cluster.api with parameters of type HttpClient Constructor Description NodesStatusGetter(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.contextionary
Constructors in io.weaviate.client.v1.contextionary with parameters of type HttpClient Constructor Description Contextionary(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.contextionary.api
Constructors in io.weaviate.client.v1.contextionary.api with parameters of type HttpClient Constructor Description ConceptsGetter(HttpClient httpClient, Config config)ExtensionCreator(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.data
Constructors in io.weaviate.client.v1.data with parameters of type HttpClient Constructor Description Data(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport) -
Uses of HttpClient in io.weaviate.client.v1.data.api
Constructors in io.weaviate.client.v1.data.api with parameters of type HttpClient 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 HttpClient in io.weaviate.client.v1.graphql
Constructors in io.weaviate.client.v1.graphql with parameters of type HttpClient Constructor Description GraphQL(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.graphql.query
Constructors in io.weaviate.client.v1.graphql.query with parameters of type HttpClient Constructor Description Aggregate(HttpClient httpClient, Config config)Explore(HttpClient httpClient, Config config)Get(HttpClient httpClient, Config config)Raw(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.misc
Constructors in io.weaviate.client.v1.misc with parameters of type HttpClient Constructor Description Misc(HttpClient httpClient, Config config, DbVersionProvider dbVersionProvider) -
Uses of HttpClient in io.weaviate.client.v1.misc.api
Constructors in io.weaviate.client.v1.misc.api with parameters of type HttpClient 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 HttpClient in io.weaviate.client.v1.schema
Constructors in io.weaviate.client.v1.schema with parameters of type HttpClient Constructor Description Schema(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.schema.api
Constructors in io.weaviate.client.v1.schema.api with parameters of type HttpClient 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)
-