| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.iterators | |
| com.algolia.search.objects.tasks.sync |
| Modifier and Type | Method | Description |
|---|---|---|
APIClient |
APIClientBuilder.build() |
Build the APIClient
|
protected abstract APIClient |
APIClientBuilder.build(APIClientConfiguration configuration) |
|
APIClient |
Index.getApiClient() |
|
APIClient |
SyncBaseIndex.getApiClient() |
| Constructor | Description |
|---|---|
IndexIterable(APIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
Class<T> klass) |
|
IndexIterable(APIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
String cursor,
Class<T> klass) |
| Modifier and Type | Method | Description |
|---|---|---|
GenericTask<T> |
GenericTask.setAPIClient(APIClient apiClient) |
|
Task |
Task.setAPIClient(APIClient apiClient) |
|
TaskIndexing |
TaskIndexing.setAPIClient(APIClient apiClient) |
|
TaskSingleIndex |
TaskSingleIndex.setAPIClient(APIClient apiClient) |
|
TasksMultipleIndex |
TasksMultipleIndex.setAPIClient(APIClient apiClient) |
Copyright © 2018. All rights reserved.