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,
ArangoUtil util,
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,
ArangoUtil util,
DocumentCache documentCache,
CollectionCache collectionCache) |
Modifier and Type | Field and Description |
---|---|
static com.arangodb.velocypack.VPackDeserializer<Response> |
VPackDeserializers.RESPONSE |
Modifier and Type | Method and Description |
---|---|
protected Response |
Communication.createResponse(Message messsage) |
Response |
CommunicationSync.execute(Request request,
ConnectionSync connection) |
Modifier and Type | Method and Description |
---|---|
Communication<Response,ConnectionSync> |
CommunicationSync.Builder.build(ArangoUtil util,
CollectionCache collectionCache) |
Modifier and Type | Method and Description |
---|---|
protected void |
Communication.checkError(Response response) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.