Class BackupRestoreStatusGetter
java.lang.Object
io.weaviate.client.base.AsyncBaseClient<BackupRestoreStatusResponse>
io.weaviate.client.v1.async.backup.api.BackupRestoreStatusGetter
- All Implemented Interfaces:
AsyncClientResult<BackupRestoreStatusResponse>
public class BackupRestoreStatusGetter
extends AsyncBaseClient<BackupRestoreStatusResponse>
implements AsyncClientResult<BackupRestoreStatusResponse>
-
Field Summary
Fields inherited from class io.weaviate.client.base.AsyncBaseClient
client -
Constructor Summary
ConstructorsConstructorDescriptionBackupRestoreStatusGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Method Summary
Modifier and TypeMethodDescriptionrun(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupRestoreStatusResponse>> callback) withBackend(String backend) withBackupId(String backupId) withBucket(String bucket) Methods inherited from class io.weaviate.client.base.AsyncBaseClient
getRequest, sendDeleteRequest, sendDeleteRequest, sendGetRequest, sendGetRequest, sendHeadRequest, sendHeadRequest, sendPatchRequest, sendPatchRequest, sendPostRequest, sendPostRequest, sendPutRequest, sendPutRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.weaviate.client.base.AsyncClientResult
run
-
Constructor Details
-
BackupRestoreStatusGetter
public BackupRestoreStatusGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider)
-
-
Method Details
-
withBackend
-
withBackupId
-
withBucket
-
withPath
-
run
public Future<Result<BackupRestoreStatusResponse>> run(org.apache.hc.core5.concurrent.FutureCallback<Result<BackupRestoreStatusResponse>> callback) - Specified by:
runin interfaceAsyncClientResult<BackupRestoreStatusResponse>
-