| Package | Description |
|---|---|
| com.arangodb.entity | |
| com.arangodb.http |
| Modifier and Type | Method and Description |
|---|---|
InvocationObject |
BatchResponseEntity.getInvocationObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchResponseEntity.setInvocationObject(InvocationObject invocationObject) |
| Constructor and Description |
|---|
BatchResponseEntity(InvocationObject invocationObject) |
| Modifier and Type | Method and Description |
|---|---|
InvocationObject |
HttpManager.getCurrentObject() |
InvocationObject |
BatchHttpManager.getCurrentObject() |
InvocationObject |
BatchPart.getInvocationObject() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,InvocationObject> |
HttpManager.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpManager.addJob(String jobId,
InvocationObject invocationObject) |
void |
HttpManager.setCurrentObject(InvocationObject currentObject) |
void |
BatchHttpManager.setCurrentObject(InvocationObject currentObject) |
void |
BatchPart.setInvocationObject(InvocationObject invocationObject) |
| Constructor and Description |
|---|
BatchPart(String method,
String url,
String body,
Map<String,Object> headers,
InvocationObject invocationObject,
int id) |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.