public class ArangoExecutorAsync
extends com.arangodb.internal.ArangoExecutor
Constructor and Description |
---|
ArangoExecutorAsync(VstCommunicationAsync communication,
ArangoSerializationFactory util,
com.arangodb.internal.DocumentCache documentCache) |
Modifier and Type | Method and Description |
---|---|
void |
disconnect() |
<T> CompletableFuture<T> |
execute(Request request,
com.arangodb.internal.ArangoExecutor.ResponseDeserializer<T> responseDeserializer) |
<T> CompletableFuture<T> |
execute(Request request,
Type type) |
<T> CompletableFuture<T> |
execute(Request request,
Type type,
HostHandle hostHandle) |
public ArangoExecutorAsync(VstCommunicationAsync communication, ArangoSerializationFactory util, com.arangodb.internal.DocumentCache documentCache)
public <T> CompletableFuture<T> execute(Request request, Type type)
public <T> CompletableFuture<T> execute(Request request, Type type, HostHandle hostHandle)
public <T> CompletableFuture<T> execute(Request request, com.arangodb.internal.ArangoExecutor.ResponseDeserializer<T> responseDeserializer)
public void disconnect() throws IOException
IOException
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.