Class AllGetter
java.lang.Object
io.weaviate.client.base.AsyncBaseClient<List<UserDb>>
io.weaviate.client.v1.async.users.api.db.AllGetter
- All Implemented Interfaces:
AsyncClientResult<List<UserDb>>
public class AllGetter
extends AsyncBaseClient<List<UserDb>>
implements AsyncClientResult<List<UserDb>>
-
Field Summary
Fields inherited from class io.weaviate.client.base.AsyncBaseClient
client -
Constructor Summary
ConstructorsConstructorDescriptionAllGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider) -
Method Summary
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
-
AllGetter
public AllGetter(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient httpClient, Config config, AccessTokenProvider tokenProvider)
-
-
Method Details