| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.iterators |
| Modifier and Type | Method and Description |
|---|---|
AsyncAPIClient |
AsyncAPIClientBuilder.build()
Build an AsyncAPIClient with a default executor of 10 threads
|
protected abstract AsyncAPIClient |
AsyncAPIClientBuilder.build(AsyncAPIClientConfiguration configuration) |
AsyncAPIClient |
AsyncAPIClientBuilder.build(ExecutorService executor)
Build an AsyncAPIClient
|
AsyncAPIClient |
AsyncIndex.getApiClient() |
AsyncAPIClient |
AsyncBaseIndex.getApiClient() |
| Constructor and Description |
|---|
AsyncInsightsClient(InsightsConfig config,
AsyncAPIClient client) |
AsyncInsightsClient(String applicationId,
String apiKey,
AsyncAPIClient client) |
AsyncInsightsClient(String applicationId,
String apiKey,
String region,
AsyncAPIClient client) |
| Constructor and Description |
|---|
AsyncIndexIterable(AsyncAPIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
Class<T> klass) |
AsyncIndexIterable(AsyncAPIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
String cursor,
Class<T> klass) |
Copyright © 2018. All rights reserved.