public class MultipleIndexBatchIndexingResponse extends Object implements Serializable, WaitableResponse
| Constructor and Description |
|---|
MultipleIndexBatchIndexingResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getObjectIDs() |
Map<String,Long> |
getTaskID() |
MultipleIndexBatchIndexingResponse |
setObjectIDs(List<String> objectIDs) |
MultipleIndexBatchIndexingResponse |
setTaskID(Map<String,Long> taskID) |
void |
setWaitConsumer(BiConsumer<String,Long> waitConsumer) |
void |
waitTask()
Wait for a task to complete before executing the next line of code, to synchronize index
updates.
|
public MultipleIndexBatchIndexingResponse setObjectIDs(List<String> objectIDs)
public MultipleIndexBatchIndexingResponse setTaskID(Map<String,Long> taskID)
public void setWaitConsumer(BiConsumer<String,Long> waitConsumer)
public void waitTask()
WaitableResponsewaitTask in interface WaitableResponseCopyright © 2019. All rights reserved.