public class ArangoExecutorSync extends ArangoExecutor
ArangoExecutor.ResponseDeserializer<T>
REGEX_ID, REGEX_KEY
Constructor and Description |
---|
ArangoExecutorSync(CommunicationProtocol protocol,
ArangoSerialization util,
DocumentCache documentCache) |
Modifier and Type | Method and Description |
---|---|
void |
disconnect() |
<T> T |
execute(Request request,
ArangoExecutor.ResponseDeserializer<T> responseDeserializer) |
<T> T |
execute(Request request,
ArangoExecutor.ResponseDeserializer<T> responseDeserializer,
HostHandle hostHandle) |
<T> T |
execute(Request request,
Type type) |
<T> T |
execute(Request request,
Type type,
HostHandle hostHandle) |
createDocumentHandle, createPath, createResult, deserialize, documentCache, serialize, serialize, serialize, serialize, serialize, util, validateDocumentId, validateDocumentKey, validateIndexId, validateName
public ArangoExecutorSync(CommunicationProtocol protocol, ArangoSerialization util, DocumentCache documentCache)
public <T> T execute(Request request, Type type) throws ArangoDBException
ArangoDBException
public <T> T execute(Request request, Type type, HostHandle hostHandle) throws ArangoDBException
ArangoDBException
public <T> T execute(Request request, ArangoExecutor.ResponseDeserializer<T> responseDeserializer) throws ArangoDBException
ArangoDBException
public <T> T execute(Request request, ArangoExecutor.ResponseDeserializer<T> responseDeserializer, HostHandle hostHandle) throws ArangoDBException
ArangoDBException
public void disconnect()
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.