| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.insights |
| Modifier and Type | Method and Description |
|---|---|
InsightsResult |
InsightsClient.sendEvent(InsightsEvent event)
This command pushes an event to the Insights API.
|
InsightsResult |
InsightsClient.sendEvent(InsightsEvent event,
RequestOptions requestOptions)
This command pushes an event to the Insights API.
|
CompletableFuture<InsightsResult> |
InsightsClient.sendEventAsync(InsightsEvent event)
This command pushes an event to the Insights API.
|
CompletableFuture<InsightsResult> |
InsightsClient.sendEventAsync(InsightsEvent event,
RequestOptions requestOptions)
This command pushes an event to the Insights API.
|
| Modifier and Type | Method and Description |
|---|---|
InsightsResult |
InsightsClient.sendEvents(List<InsightsEvent> events)
This command pushes an array of events to the Insights API.
|
InsightsResult |
InsightsClient.sendEvents(List<InsightsEvent> events,
RequestOptions requestOptions)
This command pushes an array of events to the Insights API.
|
CompletableFuture<InsightsResult> |
InsightsClient.sendEventsAsync(List<InsightsEvent> events)
This command pushes an array of events to the Insights API.
|
CompletableFuture<InsightsResult> |
InsightsClient.sendEventsAsync(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 © 2019. All rights reserved.