Uses of Interface
io.weaviate.client.base.http.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in io.weaviate.client
Constructors in io.weaviate.client with parameters of type HttpClientModifierConstructorDescriptionWeaviateClient(Config config, HttpClient httpClient, AccessTokenProvider tokenProvider) -
Uses of HttpClient in io.weaviate.client.base
Constructors in io.weaviate.client.base with parameters of type HttpClientModifierConstructorDescriptionBaseClient(HttpClient client, Config config) BaseGraphQLClient(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 -
Uses of HttpClient in io.weaviate.client.v1.backup
Constructors in io.weaviate.client.v1.backup with parameters of type HttpClient -
Uses of HttpClient in io.weaviate.client.v1.backup.api
Constructors in io.weaviate.client.v1.backup.api with parameters of type HttpClientModifierConstructorDescriptionBackupCanceler(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 HttpClient in io.weaviate.client.v1.batch
Constructors in io.weaviate.client.v1.batch with parameters of type HttpClientModifierConstructorDescriptionBatch(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport, GrpcVersionSupport grpcVersionSupport, AccessTokenProvider tokenProvider, Data data) -
Uses of HttpClient in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api with parameters of type HttpClientModifier 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 HttpClientModifierConstructorDescriptionObjectsBatchDeleter(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 -
Uses of HttpClient in io.weaviate.client.v1.classifications.api
Constructors in io.weaviate.client.v1.classifications.api with parameters of type HttpClientModifierConstructorDescriptionGetter(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 -
Uses of HttpClient in io.weaviate.client.v1.cluster.api
Constructors in io.weaviate.client.v1.cluster.api with parameters of type HttpClient -
Uses of HttpClient in io.weaviate.client.v1.contextionary
Constructors in io.weaviate.client.v1.contextionary with parameters of type HttpClient -
Uses of HttpClient in io.weaviate.client.v1.contextionary.api
Constructors in io.weaviate.client.v1.contextionary.api with parameters of type HttpClientModifierConstructorDescriptionConceptsGetter(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 HttpClientModifierConstructorDescriptionData(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 HttpClientModifierConstructorDescriptionObjectCreator(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.experimental
Constructors in io.weaviate.client.v1.experimental with parameters of type HttpClientModifierConstructorDescriptionBatcher(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 HttpClient in io.weaviate.client.v1.graphql
Constructors in io.weaviate.client.v1.graphql with parameters of type HttpClient -
Uses of HttpClient in io.weaviate.client.v1.graphql.query
Constructors in io.weaviate.client.v1.graphql.query with parameters of type HttpClientModifierConstructorDescriptionAggregate(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.grpc
Constructors in io.weaviate.client.v1.grpc with parameters of type HttpClientModifierConstructorDescriptionGRPC(HttpClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Uses of HttpClient in io.weaviate.client.v1.grpc.query
Constructors in io.weaviate.client.v1.grpc.query with parameters of type HttpClientModifierConstructorDescriptionRaw(HttpClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Uses of HttpClient in io.weaviate.client.v1.misc
Constructors in io.weaviate.client.v1.misc with parameters of type HttpClientModifierConstructorDescriptionMisc(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 HttpClientModifierConstructorDescriptionLiveChecker(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.rbac
Constructors in io.weaviate.client.v1.rbac with parameters of type HttpClient -
Uses of HttpClient in io.weaviate.client.v1.rbac.api
Constructors in io.weaviate.client.v1.rbac.api with parameters of type HttpClientModifierConstructorDescriptionAssignedUsersGetter(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 HttpClient in io.weaviate.client.v1.schema
Constructors in io.weaviate.client.v1.schema with parameters of type HttpClientModifierConstructorDescriptionSchema(HttpClient httpClient, Config config, DbVersionSupport dbVersionSupport) -
Uses of HttpClient in io.weaviate.client.v1.schema.api
Constructors in io.weaviate.client.v1.schema.api with parameters of type HttpClientModifierConstructorDescriptionClassCreator(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 HttpClient in io.weaviate.client.v1.users
Constructors in io.weaviate.client.v1.users with parameters of type HttpClientModifierConstructorDescriptionDbUsers(HttpClient httpClient, Config config) OidcUsers(HttpClient httpClient, Config config) Users(HttpClient httpClient, Config config) -
Uses of HttpClient in io.weaviate.client.v1.users.api
Constructors in io.weaviate.client.v1.users.api with parameters of type HttpClientModifierConstructorDescriptionMyUserGetter(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 HttpClient in io.weaviate.client.v1.users.api.common
Constructors in io.weaviate.client.v1.users.api.common with parameters of type HttpClientModifierConstructorDescriptionAssignedRolesGetter(HttpClient httpClient, Config config, String userType) -
Uses of HttpClient in io.weaviate.client.v1.users.api.db
Constructors in io.weaviate.client.v1.users.api.db with parameters of type HttpClientModifierConstructorDescriptionActivator(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)