| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs.insights |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<InsightsResult> |
AsyncInsightsClient.sendEvent(InsightsEvent event)
This command pushes an event to the Insights API.
|
InsightsResult |
SyncInsightsClient.sendEvent(InsightsEvent event)
This command pushes an event to the Insights API.
|
CompletableFuture<InsightsResult> |
AsyncInsightsClient.sendEvent(InsightsEvent event,
RequestOptions requestOptions)
This command pushes an event to the Insights API.
|
InsightsResult |
SyncInsightsClient.sendEvent(InsightsEvent event,
RequestOptions requestOptions)
This command pushes an event to the Insights API.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<InsightsResult> |
AsyncInsightsClient.sendEvents(List<InsightsEvent> events)
This command pushes an array of events to the Insights API.
|
InsightsResult |
SyncInsightsClient.sendEvents(List<InsightsEvent> events)
This command pushes an array of events to the Insights API.
|
CompletableFuture<InsightsResult> |
AsyncInsightsClient.sendEvents(List<InsightsEvent> events,
RequestOptions requestOptions)
This command pushes an array of events to the Insights API.
|
InsightsResult |
SyncInsightsClient.sendEvents(List<InsightsEvent> events,
RequestOptions requestOptions)
This command pushes an array of events to the Insights API.
|
| Modifier and Type | Method and Description |
|---|---|
InsightsEvent |
InsightsEvent.setEventName(String eventName) |
InsightsEvent |
InsightsEvent.setEventType(String eventType) |
InsightsEvent |
InsightsEvent.setFilters(List<String> filters) |
InsightsEvent |
InsightsEvent.setIndex(String index) |
InsightsEvent |
InsightsEvent.setObjectIDs(List<String> objectIDs) |
InsightsEvent |
InsightsEvent.setPositions(List<Long> positions) |
InsightsEvent |
InsightsEvent.setQueryID(String queryID) |
InsightsEvent |
InsightsEvent.setTimestamp(Long timestamp) |
InsightsEvent |
InsightsEvent.setUserToken(String userToken) |
| Modifier and Type | Method and Description |
|---|---|
List<InsightsEvent> |
InsightsRequest.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
InsightsRequest |
InsightsRequest.setEvents(List<InsightsEvent> events) |
Copyright © 2018. All rights reserved.