public class BatchIndexingResponse extends Object implements WaitableResponse, Serializable
| Constructor and Description |
|---|
BatchIndexingResponse(List<BatchResponse> responses) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchResponse> |
getResponses() |
BatchIndexingResponse |
setResponses(List<BatchResponse> responses) |
void |
waitTask()
Wait for a task to complete before executing the next line of code, to synchronize index
updates.
|
public BatchIndexingResponse(List<BatchResponse> responses)
public List<BatchResponse> getResponses()
public BatchIndexingResponse setResponses(List<BatchResponse> responses)
public void waitTask()
WaitableResponsewaitTask in interface WaitableResponseCopyright © 2019. All rights reserved.