public class ArangoExecutorSync extends ArangoExecutor<Response,ConnectionSync>
ArangoExecutor.ResponseDeserializer<T>
REGEX_ID, REGEX_KEY
Constructor and Description |
---|
ArangoExecutorSync(Communication<Response,ConnectionSync> communication,
ArangoUtil util,
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, validateIndexId, validateName
public ArangoExecutorSync(Communication<Response,ConnectionSync> communication, ArangoUtil util, 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.