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, validateName
public 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
ArangoDBException
public <T> T execute(Request request, ArangoExecutor.ResponseDeserializer<T> responseDeserializer) throws ArangoDBException
ArangoDBException
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.