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