Package | Description |
---|---|
com.arangodb | |
com.arangodb.async.internal | |
com.arangodb.internal.http | |
com.arangodb.internal.net | |
com.arangodb.internal.velocystream |
Modifier and Type | Method and Description |
---|---|
Response |
ArangoDB.execute(Request request,
HostHandle hostHandle)
Generic Execute.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<T> |
ArangoExecutorAsync.execute(Request request,
Type type,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
Response |
HttpProtocol.execute(Request request,
HostHandle hostHandle) |
Response |
HttpCommunication.execute(Request request,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
HostHandle |
HostHandle.setHost(HostDescription host) |
Modifier and Type | Method and Description |
---|---|
Response |
CommunicationProtocol.execute(Request request,
HostHandle hostHandle) |
Host |
FallbackHostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Host |
RandomHostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Host |
RoundRobinHostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Host |
HostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Host |
DirtyReadHostHandler.get(HostHandle hostHandle,
AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
protected C |
VstCommunication.connect(HostHandle hostHandle,
AccessType accessType) |
Response |
VstProtocol.execute(Request request,
HostHandle hostHandle) |
R |
VstCommunication.execute(Request request,
HostHandle hostHandle) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.