public class ArangoExecutorSync extends ArangoExecutor<Response,ConnectionSync>
ArangoExecutor.ResponseDeserializer<T>| Constructor and Description |
|---|
ArangoExecutorSync(Communication<Response,ConnectionSync> communication,
VPack vpacker,
VPack vpackerNull,
VPackParser vpackParser,
DocumentCache documentCache,
CollectionCache collectionCache) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(Request request,
ArangoExecutor.ResponseDeserializer<T> responseDeserializer) |
<T> T |
execute(Request request,
Type type) |
collectionCache, communication, createDocumentHandle, createPath, createResult, deserialize, documentCache, serialize, serialize, serialize, serialize, serialize, util, validateDocumentId, validateDocumentKey, validateNamepublic ArangoExecutorSync(Communication<Response,ConnectionSync> communication, VPack vpacker, VPack vpackerNull, VPackParser vpackParser, DocumentCache documentCache, CollectionCache collectionCache)
public <T> T execute(Request request, Type type) throws ArangoDBException
ArangoDBExceptionpublic <T> T execute(Request request, ArangoExecutor.ResponseDeserializer<T> responseDeserializer) throws ArangoDBException
ArangoDBExceptionCopyright © 2016–2017 ArangoDB GmbH. All rights reserved.