Uses of Class
io.weaviate.client.base.Result
Packages that use Result
Package
Description
-
Uses of Result in io.weaviate.client.base
Methods in io.weaviate.client.base that return ResultModifier and TypeMethodDescriptionClientResult.run()<C> Result<C>Result.toErrorResult()Copy the Result object with a null body, preserving only the status code and the error message.<C> Result<GraphQLTypedResponse<C>>Serializer.toGraphQLTypedResult(int statusCode, String body, Class<C> classOfC) <T> Result<T>Result.voidToBoolean(Response<Void> response) ConvertResult<Void>response to aResult<Boolean>.Result.voidToBoolean(Response<Void> response, int... allowCodes) ConvertResult<Void>response to aResult<Boolean>.Methods in io.weaviate.client.base that return types with arguments of type ResultModifier and TypeMethodDescriptionAsyncClientResult.run()AsyncBaseClient.sendDeleteRequest(String endpoint, Object payload, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendDeleteRequest(String endpoint, Object payload, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) AsyncBaseClient.sendGetRequest(String endpoint, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendGetRequest(String endpoint, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) protected <C> Future<Result<GraphQLTypedResponse<C>>>AsyncBaseGraphQLClient.sendGraphQLTypedRequest(Object payload, Class<C> classOfC, org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLTypedResponse<C>>> callback) AsyncBaseClient.sendHeadRequest(String endpoint, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendHeadRequest(String endpoint, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) AsyncBaseClient.sendPatchRequest(String endpoint, Object payload, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendPatchRequest(String endpoint, Object payload, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) AsyncBaseClient.sendPostRequest(String endpoint, Object payload, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendPostRequest(String endpoint, Object payload, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) AsyncBaseClient.sendPutRequest(String endpoint, Object payload, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendPutRequest(String endpoint, Object payload, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) Method parameters in io.weaviate.client.base with type arguments of type ResultModifier and TypeMethodDescriptionAsyncBaseClient.sendDeleteRequest(String endpoint, Object payload, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendDeleteRequest(String endpoint, Object payload, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) AsyncBaseClient.sendGetRequest(String endpoint, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendGetRequest(String endpoint, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) protected <C> Future<Result<GraphQLTypedResponse<C>>>AsyncBaseGraphQLClient.sendGraphQLTypedRequest(Object payload, Class<C> classOfC, org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLTypedResponse<C>>> callback) AsyncBaseClient.sendHeadRequest(String endpoint, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendHeadRequest(String endpoint, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) AsyncBaseClient.sendPatchRequest(String endpoint, Object payload, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendPatchRequest(String endpoint, Object payload, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) AsyncBaseClient.sendPostRequest(String endpoint, Object payload, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendPostRequest(String endpoint, Object payload, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) AsyncBaseClient.sendPutRequest(String endpoint, Object payload, Class<T> classOfT, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback) AsyncBaseClient.sendPutRequest(String endpoint, Object payload, org.apache.hc.core5.concurrent.FutureCallback<Result<T>> callback, ResponseParser<T> parser) -
Uses of Result in io.weaviate.client.base.http.async
Methods in io.weaviate.client.base.http.async that return ResultModifier and TypeMethodDescriptionprotected Result<GraphQLTypedResponse<C>>WeaviateGraphQLTypedResponseConsumer.buildResult(org.apache.hc.core5.http.HttpResponse response, byte[] entity, org.apache.hc.core5.http.ContentType contentType) WeaviateResponseConsumer.buildResult(org.apache.hc.core5.http.HttpResponse response, byte[] entity, org.apache.hc.core5.http.ContentType contentType) ResponseParser.parse(org.apache.hc.core5.http.HttpResponse response, String body, org.apache.hc.core5.http.ContentType contentType) -
Uses of Result in io.weaviate.client.v1.async.backup.api
Methods in io.weaviate.client.v1.async.backup.api that return types with arguments of type ResultModifier and TypeMethodDescriptionBackupCreateStatusGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupCreateStatusResponse>> callback) BackupCreator.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupCreateResponse>> callback) BackupGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupCreateResponse[]>> callback) BackupRestorer.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupRestoreResponse>> callback) BackupRestoreStatusGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupRestoreStatusResponse>> callback) Method parameters in io.weaviate.client.v1.async.backup.api with type arguments of type ResultModifier and TypeMethodDescriptionBackupCreateStatusGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupCreateStatusResponse>> callback) BackupCreator.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupCreateResponse>> callback) BackupGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupCreateResponse[]>> callback) BackupRestorer.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupRestoreResponse>> callback) BackupRestoreStatusGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupRestoreStatusResponse>> callback) -
Uses of Result in io.weaviate.client.v1.async.batch.api
Methods in io.weaviate.client.v1.async.batch.api that return types with arguments of type ResultModifier and TypeMethodDescriptionObjectsBatcher.AutoBatchConfig.getCallback()ReferencesBatcher.AutoBatchConfig.getCallback()ObjectsBatchDeleter.run()ObjectsBatchDeleter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BatchDeleteResponse>> callback) ObjectsBatcher.run(org.apache.hc.core5.concurrent.FutureCallback<Result<ObjectGetResponse[]>> callback) ReferencesBatcher.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BatchReferenceResponse[]>> callback) Method parameters in io.weaviate.client.v1.async.batch.api with type arguments of type ResultModifier and TypeMethodDescriptionObjectsBatcher.AutoBatchConfig.AutoBatchConfigBuilder.callback(Consumer<Result<ObjectGetResponse[]>> callback) ReferencesBatcher.AutoBatchConfig.AutoBatchConfigBuilder.callback(Consumer<Result<BatchReferenceResponse[]>> callback) ObjectsBatchDeleter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BatchDeleteResponse>> callback) ObjectsBatcher.run(org.apache.hc.core5.concurrent.FutureCallback<Result<ObjectGetResponse[]>> callback) ReferencesBatcher.run(org.apache.hc.core5.concurrent.FutureCallback<Result<BatchReferenceResponse[]>> callback) -
Uses of Result in io.weaviate.client.v1.async.classifications.api
Methods in io.weaviate.client.v1.async.classifications.api that return types with arguments of type ResultModifier and TypeMethodDescriptionGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<Classification>> callback) Scheduler.run(org.apache.hc.core5.concurrent.FutureCallback<Result<Classification>> callback) Method parameters in io.weaviate.client.v1.async.classifications.api with type arguments of type ResultModifier and TypeMethodDescriptionGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<Classification>> callback) Scheduler.run(org.apache.hc.core5.concurrent.FutureCallback<Result<Classification>> callback) -
Uses of Result in io.weaviate.client.v1.async.cluster.api
Methods in io.weaviate.client.v1.async.cluster.api that return types with arguments of type ResultModifier and TypeMethodDescriptionNodesStatusGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<NodesStatusResponse>> callback) Method parameters in io.weaviate.client.v1.async.cluster.api with type arguments of type ResultModifier and TypeMethodDescriptionNodesStatusGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<NodesStatusResponse>> callback) -
Uses of Result in io.weaviate.client.v1.async.data.api
Methods in io.weaviate.client.v1.async.data.api that return types with arguments of type ResultModifier and TypeMethodDescriptionObjectCreator.run(org.apache.hc.core5.concurrent.FutureCallback<Result<WeaviateObject>> callback) ObjectsGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<List<WeaviateObject>>> callback) Method parameters in io.weaviate.client.v1.async.data.api with type arguments of type ResultModifier and TypeMethodDescriptionObjectCreator.run(org.apache.hc.core5.concurrent.FutureCallback<Result<WeaviateObject>> callback) ObjectsGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<List<WeaviateObject>>> callback) -
Uses of Result in io.weaviate.client.v1.async.graphql.api
Methods in io.weaviate.client.v1.async.graphql.api that return types with arguments of type ResultModifier and TypeMethodDescriptionAggregate.run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) Explore.run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) <C> Future<Result<GraphQLTypedResponse<C>>>This method provides a better way of serializing a GraphQL response using one's defined classes.<C> Future<Result<GraphQLTypedResponse<C>>>Get.run(Class<C> classOfC, org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLTypedResponse<C>>> callback) This method provides a better way of serializing a GraphQL response using one's defined classes.Get.run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) Raw.run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) Method parameters in io.weaviate.client.v1.async.graphql.api with type arguments of type ResultModifier and TypeMethodDescriptionAggregate.run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) Explore.run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) <C> Future<Result<GraphQLTypedResponse<C>>>Get.run(Class<C> classOfC, org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLTypedResponse<C>>> callback) This method provides a better way of serializing a GraphQL response using one's defined classes.Get.run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) Raw.run(org.apache.hc.core5.concurrent.FutureCallback<Result<GraphQLResponse>> callback) -
Uses of Result in io.weaviate.client.v1.async.misc.api
Methods in io.weaviate.client.v1.async.misc.api that return types with arguments of type ResultModifier and TypeMethodDescriptionOpenIDConfigGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<OpenIDConfiguration>> callback) Method parameters in io.weaviate.client.v1.async.misc.api with type arguments of type ResultModifier and TypeMethodDescriptionOpenIDConfigGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<OpenIDConfiguration>> callback) -
Uses of Result in io.weaviate.client.v1.async.rbac.api
Methods in io.weaviate.client.v1.async.rbac.api that return types with arguments of type ResultModifier and TypeMethodDescriptionAssignedUsersGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<List<String>>> callback) UserAssignmentsGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<List<UserAssignment>>> callback) Method parameters in io.weaviate.client.v1.async.rbac.api with type arguments of type Result -
Uses of Result in io.weaviate.client.v1.async.schema.api
Methods in io.weaviate.client.v1.async.schema.api that return types with arguments of type ResultModifier and TypeMethodDescriptionClassGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<WeaviateClass>> callback) Future<Result<ShardStatus[]>>ShardsUpdater.run(org.apache.hc.core5.concurrent.FutureCallback<Result<ShardStatus[]>> callback) ShardUpdater.run(org.apache.hc.core5.concurrent.FutureCallback<Result<ShardStatus>> callback) Method parameters in io.weaviate.client.v1.async.schema.api with type arguments of type ResultModifier and TypeMethodDescriptionClassGetter.run(org.apache.hc.core5.concurrent.FutureCallback<Result<WeaviateClass>> callback) Future<Result<ShardStatus[]>>ShardsUpdater.run(org.apache.hc.core5.concurrent.FutureCallback<Result<ShardStatus[]>> callback) ShardUpdater.run(org.apache.hc.core5.concurrent.FutureCallback<Result<ShardStatus>> callback) -
Uses of Result in io.weaviate.client.v1.async.users.api
Methods in io.weaviate.client.v1.async.users.api that return types with arguments of type ResultModifier and TypeMethodDescriptionMethod parameters in io.weaviate.client.v1.async.users.api with type arguments of type ResultModifier and TypeMethodDescription -
Uses of Result in io.weaviate.client.v1.async.users.api.common
Methods in io.weaviate.client.v1.async.users.api.common that return types with arguments of type ResultModifier and TypeMethodDescriptionMethod parameters in io.weaviate.client.v1.async.users.api.common with type arguments of type Result -
Uses of Result in io.weaviate.client.v1.async.users.api.db
Methods in io.weaviate.client.v1.async.users.api.db that return types with arguments of type ResultModifier and TypeMethodDescriptionMethod parameters in io.weaviate.client.v1.async.users.api.db with type arguments of type ResultModifier and TypeMethodDescription -
Uses of Result in io.weaviate.client.v1.backup.api
Methods in io.weaviate.client.v1.backup.api that return Result -
Uses of Result in io.weaviate.client.v1.batch.api
Methods in io.weaviate.client.v1.batch.api that return ResultModifier and TypeMethodDescriptionstatic Result<ObjectGetResponse[]>ObjectsBatcher.resultFromBatchObjectsReply(WeaviateProtoBatch.BatchObjectsReply reply, List<WeaviateObject> batch) ObjectsBatchDeleter.run()ObjectsBatcher.run()ReferencesBatcher.run()Methods in io.weaviate.client.v1.batch.api that return types with arguments of type ResultModifier and TypeMethodDescriptionObjectsBatcher.AutoBatchConfig.getCallback()ReferencesBatcher.AutoBatchConfig.getCallback()Method parameters in io.weaviate.client.v1.batch.api with type arguments of type ResultModifier and TypeMethodDescriptionObjectsBatcher.AutoBatchConfig.AutoBatchConfigBuilder.callback(Consumer<Result<ObjectGetResponse[]>> callback) ReferencesBatcher.AutoBatchConfig.AutoBatchConfigBuilder.callback(Consumer<Result<BatchReferenceResponse[]>> callback) -
Uses of Result in io.weaviate.client.v1.classifications.api
Methods in io.weaviate.client.v1.classifications.api that return Result -
Uses of Result in io.weaviate.client.v1.cluster.api
Methods in io.weaviate.client.v1.cluster.api that return Result -
Uses of Result in io.weaviate.client.v1.contextionary.api
Methods in io.weaviate.client.v1.contextionary.api that return Result -
Uses of Result in io.weaviate.client.v1.data.api
Methods in io.weaviate.client.v1.data.api that return Result -
Uses of Result in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query that return Result -
Uses of Result in io.weaviate.client.v1.misc.api
Methods in io.weaviate.client.v1.misc.api that return Result -
Uses of Result in io.weaviate.client.v1.rbac.api
Methods in io.weaviate.client.v1.rbac.api that return Result -
Uses of Result in io.weaviate.client.v1.schema.api
Methods in io.weaviate.client.v1.schema.api that return ResultModifier and TypeMethodDescriptionClassCreator.run()ClassDeleter.run()ClassExists.run()ClassGetter.run()ClassUpdater.run()PropertyCreator.run()SchemaDeleter.run()SchemaGetter.run()ShardsGetter.run()ShardsUpdater.run()ShardUpdater.run()TenantsCreator.run()TenantsDeleter.run()TenantsExists.run()TenantsGetter.run()TenantsUpdater.run()VectorAdder.run() -
Uses of Result in io.weaviate.client.v1.users.api
Methods in io.weaviate.client.v1.users.api that return Result -
Uses of Result in io.weaviate.client.v1.users.api.common
Methods in io.weaviate.client.v1.users.api.common that return Result -
Uses of Result in io.weaviate.client.v1.users.api.db
Methods in io.weaviate.client.v1.users.api.db that return Result