| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.internal | |
| com.arangodb.internal.velocypack | |
| com.arangodb.internal.velocystream |
| Modifier and Type | Method and Description |
|---|---|
Response |
ArangoDB.execute(Request request)
Generic Execute.
|
| Constructor and Description |
|---|
ArangoDatabase(Communication<Response,ConnectionSync> communication,
VPack vpacker,
VPack vpackerNull,
VPackParser vpackParser,
DocumentCache documentCache,
CollectionCache collectionCache,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ArangoExecutor.createResult(Type type,
Response response) |
T |
ArangoExecutor.ResponseDeserializer.deserialize(Response response) |
| Constructor and Description |
|---|
ArangoExecutorSync(Communication<Response,ConnectionSync> communication,
VPack vpacker,
VPack vpackerNull,
VPackParser vpackParser,
DocumentCache documentCache,
CollectionCache collectionCache) |
| Modifier and Type | Field and Description |
|---|---|
static VPackDeserializer<Response> |
VPackDeserializers.RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
Communication.createResponse(Message messsage) |
Response |
CommunicationSync.execute(Request request) |
| Modifier and Type | Method and Description |
|---|---|
Communication<Response,ConnectionSync> |
CommunicationSync.Builder.build(VPack vpack,
CollectionCache collectionCache) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Communication.checkError(Response response) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.