Uses of Class
technology.semi.weaviate.client.base.Result
-
-
Uses of Result in technology.semi.weaviate.client.base
Methods in technology.semi.weaviate.client.base that return Result Modifier and Type Method Description Result<T>ClientResult. run() -
Uses of Result in technology.semi.weaviate.client.v1.backup.api
Methods in technology.semi.weaviate.client.v1.backup.api that return Result Modifier and Type Method Description Result<BackupCreateStatusResponse>BackupCreateStatusGetter. run()Result<BackupCreateResponse>BackupCreator. run()Result<BackupCreateResponse[]>BackupGetter. run()Result<BackupRestoreResponse>BackupRestorer. run()Result<BackupRestoreStatusResponse>BackupRestoreStatusGetter. run() -
Uses of Result in technology.semi.weaviate.client.v1.batch.api
Methods in technology.semi.weaviate.client.v1.batch.api that return Result Modifier and Type Method Description Result<BatchDeleteResponse>ObjectsBatchDeleter. run()Result<ObjectGetResponse[]>ObjectsBatcher. run()Result<BatchReferenceResponse[]>ReferencesBatcher. run() -
Uses of Result in technology.semi.weaviate.client.v1.classifications.api
Methods in technology.semi.weaviate.client.v1.classifications.api that return Result Modifier and Type Method Description Result<Classification>Getter. run()Result<Classification>Scheduler. run() -
Uses of Result in technology.semi.weaviate.client.v1.cluster.api
Methods in technology.semi.weaviate.client.v1.cluster.api that return Result Modifier and Type Method Description Result<NodesStatusResponse>NodesStatusGetter. run() -
Uses of Result in technology.semi.weaviate.client.v1.contextionary.api
Methods in technology.semi.weaviate.client.v1.contextionary.api that return Result Modifier and Type Method Description Result<C11yWordsResponse>ConceptsGetter. run()Result<Boolean>ExtensionCreator. run() -
Uses of Result in technology.semi.weaviate.client.v1.data.api
Methods in technology.semi.weaviate.client.v1.data.api that return Result Modifier and Type Method Description Result<WeaviateObject>ObjectCreator. run()Result<Boolean>ObjectDeleter. run()Result<Boolean>ObjectsChecker. run()Result<List<WeaviateObject>>ObjectsGetter. run()Result<Boolean>ObjectUpdater. run()Result<Boolean>ObjectValidator. run()Result<Boolean>ReferenceCreator. run()Result<Boolean>ReferenceDeleter. run()Result<Boolean>ReferenceReplacer. run() -
Uses of Result in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.weaviate.client.v1.graphql.query that return Result Modifier and Type Method Description Result<GraphQLResponse>Aggregate. run()Result<GraphQLResponse>Explore. run()Result<GraphQLResponse>Get. run()Result<GraphQLResponse>Raw. run() -
Uses of Result in technology.semi.weaviate.client.v1.misc.api
Methods in technology.semi.weaviate.client.v1.misc.api that return Result Modifier and Type Method Description Result<Boolean>LiveChecker. run()Result<Meta>MetaGetter. run()Result<OpenIDConfiguration>OpenIDConfigGetter. run()Result<Boolean>ReadyChecker. run() -
Uses of Result in technology.semi.weaviate.client.v1.schema.api
Methods in technology.semi.weaviate.client.v1.schema.api that return Result Modifier and Type Method Description Result<Boolean>ClassCreator. run()Result<Boolean>ClassDeleter. run()Result<WeaviateClass>ClassGetter. run()Result<Boolean>PropertyCreator. run()Result<Boolean>SchemaDeleter. run()Result<Schema>SchemaGetter. run()Result<Shard[]>ShardsGetter. run()Result<ShardStatus[]>ShardsUpdater. run()Result<ShardStatus>ShardUpdater. run()
-