Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
Request<T> |
Request.Builder.build() |
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) |
protected InternalRequest |
InternalArangoDB.executeRequest(Request<?> request) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.