| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.objects.tasks.async |
| Modifier and Type | Method | Description |
|---|---|---|
<T> void |
AsyncAPIClient.waitTask(AsyncGenericTask<T> task) |
Wait for the completion of this task /!\ WARNING /!\ This method is blocking
|
<T> void |
AsyncAPIClient.waitTask(AsyncGenericTask<T> task,
long timeToWait) |
Wait for the completion of this task /!\ WARNING /!\ This method is blocking
|
<T> void |
AsyncAPIClient.waitTask(AsyncGenericTask<T> task,
long timeToWait,
RequestOptions requestOptions) |
Wait for the completion of this task /!\ WARNING /!\ This method is blocking
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AsyncTask |
|
class |
AsyncTaskIndexing |
|
class |
AsyncTaskSingleIndex |
|
class |
AsyncTasksMultipleIndex |
| Modifier and Type | Method | Description |
|---|---|---|
AsyncGenericTask<T> |
AsyncGenericTask.setIndex(String indexName) |
|
AsyncGenericTask<T> |
AsyncGenericTask.setTaskID(T taskID) |
Copyright © 2018. All rights reserved.