| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.common |
| Modifier and Type | Method and Description |
|---|---|
TaskStatusResponse |
SearchIndex.getTask(long taskID)
Get the status of the given task
|
TaskStatusResponse |
SearchIndex.getTask(long taskID,
RequestOptions requestOptions)
Get the status of the given task
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TaskStatusResponse> |
SearchIndex.getTaskAsync(long taskID)
Get the status of the given task
|
CompletableFuture<TaskStatusResponse> |
SearchIndex.getTaskAsync(long taskID,
RequestOptions requestOptions)
Get the status of the given task
|
| Modifier and Type | Method and Description |
|---|---|
TaskStatusResponse |
TaskStatusResponse.setPendingTask(boolean pendingTask) |
TaskStatusResponse |
TaskStatusResponse.setStatus(String status) |
Copyright © 2019. All rights reserved.