public class MoveIndexResponse extends Object implements Serializable, WaitableResponse
| Constructor and Description |
|---|
MoveIndexResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexName() |
OffsetDateTime |
getUpdatedAt() |
MoveIndexResponse |
setIndexName(String indexName) |
MoveIndexResponse |
setTaskID(Long taskID) |
MoveIndexResponse |
setUpdatedAt(OffsetDateTime updatedAt) |
void |
setWaitBiConsumer(BiConsumer<String,Long> waitBiConsumer) |
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 OffsetDateTime getUpdatedAt()
public MoveIndexResponse setUpdatedAt(OffsetDateTime updatedAt)
public String getIndexName()
public MoveIndexResponse setIndexName(String indexName)
public MoveIndexResponse setTaskID(Long taskID)
public void setWaitBiConsumer(BiConsumer<String,Long> waitBiConsumer)
public void waitTask()
WaitableResponsewaitTask in interface WaitableResponseCopyright © 2019. All rights reserved.