public class BatchHttpManager extends HttpManager
HttpManager.HttpMode| Modifier and Type | Field and Description |
|---|---|
boolean |
batchModeActive |
| Constructor and Description |
|---|
BatchHttpManager(ArangoConfigure configure) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseEntity |
execute(HttpRequestEntity requestEntity) |
List<BatchPart> |
getCallStack() |
InvocationObject |
getCurrentObject() |
boolean |
isBatchModeActive() |
void |
setBatchModeActive(boolean batchModeActive) |
void |
setCurrentObject(InvocationObject currentObject) |
addJob, buildUrl, configureBodyParams, destroy, doDelete, doDelete, doGet, doGet, doGet, doGet, doHead, doHeadGetDelete, doHeadGetDelete, doPatch, doPatch, doPost, doPost, doPost, doPostWithHeaders, doPut, doPut, getClient, getConfiguration, getHttpMode, getJobIds, getJobs, getLastJobId, init, is200, is400Error, is400Error, is404Error, is404Error, is412Error, is412Error, resetJobs, setHttpMode, setPreDefinedResponsepublic BatchHttpManager(ArangoConfigure configure)
public HttpResponseEntity execute(HttpRequestEntity requestEntity) throws ArangoException
execute in class HttpManagerArangoExceptionpublic InvocationObject getCurrentObject()
getCurrentObject in class HttpManagerpublic void setCurrentObject(InvocationObject currentObject)
setCurrentObject in class HttpManagerpublic boolean isBatchModeActive()
public void setBatchModeActive(boolean batchModeActive)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.