Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
<T,U> Response<U> |
ArangoDB.execute(Request<T> request,
Class<U> type)
Execute custom requests.
|
Modifier and Type | Method and Description |
---|---|
<T,U> CompletableFuture<Response<U>> |
ArangoDBAsync.execute(Request<T> request,
Class<U> type)
Execute custom requests.
|
Modifier and Type | Method and Description |
---|---|
<T,U> CompletableFuture<Response<U>> |
ArangoDBAsyncImpl.execute(Request<T> request,
Class<U> type) |
Modifier and Type | Method and Description |
---|---|
<T,U> Response<U> |
ArangoDBImpl.execute(Request<T> request,
Class<U> type) |
Modifier and Type | Method and Description |
---|---|
protected <T> ArangoExecutor.ResponseDeserializer<Response<T>> |
InternalArangoDB.responseDeserializer(Class<T> type) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.