public class ArangoExecutorSync extends ArangoExecutor<Response,ConnectionSync>
ArangoExecutor.ResponseDeserializer<T>
collectionCache, communication, documentCache, vpacker, vpackerNull, vpackParser
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, createPath, createResult, deserialize, documentCache, serialize, serialize, serialize, serialize, serialize, unwrap, validateDocumentId, validateDocumentKey, validateName, vpack, vpackNull, vpackParser
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 ArangoDB GmbH. All rights reserved.