Uses of Class
technology.semi.weaviate.client.Config
-
-
Uses of Config in technology.semi.weaviate.client
Constructors in technology.semi.weaviate.client with parameters of type Config Constructor Description WeaviateClient(Config config) -
Uses of Config in technology.semi.weaviate.client.base
Constructors in technology.semi.weaviate.client.base with parameters of type Config Constructor Description BaseClient(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.backup
Constructors in technology.semi.weaviate.client.v1.backup with parameters of type Config Constructor Description Backup(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.backup.api
Constructors in technology.semi.weaviate.client.v1.backup.api with parameters of type Config Constructor Description BackupCreateStatusGetter(Config config)BackupCreator(Config config, BackupCreateStatusGetter statusGetter)BackupGetter(Config config)BackupRestorer(Config config, BackupRestoreStatusGetter statusGetter)BackupRestoreStatusGetter(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.batch
Constructors in technology.semi.weaviate.client.v1.batch with parameters of type Config Constructor Description Batch(Config config, DbVersionSupport dbVersionSupport) -
Uses of Config in technology.semi.weaviate.client.v1.batch.api
Constructors in technology.semi.weaviate.client.v1.batch.api with parameters of type Config Constructor Description ObjectsBatchDeleter(Config config)ObjectsBatcher(Config config)ReferencesBatcher(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.classifications
Constructors in technology.semi.weaviate.client.v1.classifications with parameters of type Config Constructor Description Classifications(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.classifications.api
Constructors in technology.semi.weaviate.client.v1.classifications.api with parameters of type Config Constructor Description Getter(Config config)Scheduler(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.cluster
Constructors in technology.semi.weaviate.client.v1.cluster with parameters of type Config Constructor Description Cluster(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.cluster.api
Constructors in technology.semi.weaviate.client.v1.cluster.api with parameters of type Config Constructor Description NodesStatusGetter(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.contextionary
Constructors in technology.semi.weaviate.client.v1.contextionary with parameters of type Config Constructor Description Contextionary(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.contextionary.api
Constructors in technology.semi.weaviate.client.v1.contextionary.api with parameters of type Config Constructor Description ConceptsGetter(Config config)ExtensionCreator(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.data
Constructors in technology.semi.weaviate.client.v1.data with parameters of type Config Constructor Description Data(Config config, DbVersionSupport dbVersionSupport) -
Uses of Config in technology.semi.weaviate.client.v1.data.api
Constructors in technology.semi.weaviate.client.v1.data.api with parameters of type Config Constructor Description ObjectCreator(Config config, ObjectsPath objectsPath)ObjectDeleter(Config config, ObjectsPath objectsPath)ObjectsChecker(Config config, ObjectsPath objectsPath)ObjectsGetter(Config config, ObjectsPath objectsPath)ObjectUpdater(Config config, ObjectsPath objectsPath)ObjectValidator(Config config)ReferenceCreator(Config config, ReferencesPath referencesPath)ReferenceDeleter(Config config, ReferencesPath referencesPath)ReferenceReplacer(Config config, ReferencesPath referencesPath) -
Uses of Config in technology.semi.weaviate.client.v1.graphql
Constructors in technology.semi.weaviate.client.v1.graphql with parameters of type Config Constructor Description GraphQL(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.graphql.query
Constructors in technology.semi.weaviate.client.v1.graphql.query with parameters of type Config Constructor Description Aggregate(Config config)Explore(Config config)Get(Config config)Raw(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.misc
Constructors in technology.semi.weaviate.client.v1.misc with parameters of type Config Constructor Description Misc(Config config, DbVersionProvider dbVersionProvider) -
Uses of Config in technology.semi.weaviate.client.v1.misc.api
Constructors in technology.semi.weaviate.client.v1.misc.api with parameters of type Config Constructor Description LiveChecker(Config config, DbVersionProvider dbVersionProvider)MetaGetter(Config config)OpenIDConfigGetter(Config config)ReadyChecker(Config config, DbVersionProvider dbVersionProvider) -
Uses of Config in technology.semi.weaviate.client.v1.schema
Constructors in technology.semi.weaviate.client.v1.schema with parameters of type Config Constructor Description Schema(Config config) -
Uses of Config in technology.semi.weaviate.client.v1.schema.api
Constructors in technology.semi.weaviate.client.v1.schema.api with parameters of type Config Constructor Description ClassCreator(Config config)ClassDeleter(Config config)ClassGetter(Config config)PropertyCreator(Config config)SchemaGetter(Config config)ShardsGetter(Config config)ShardsUpdater(Config config)ShardUpdater(Config config)
-