| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.mcm |
| Modifier and Type | Method and Description |
|---|---|
default UserId |
SearchClientMcm.getUserID(String userID)
Returns the userID data stored in the mapping.
|
default UserId |
SearchClientMcm.getUserID(String userID,
RequestOptions requestOptions)
Returns the userID data stored in the mapping.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UserId> |
SearchClientMcm.getUserIDAsync(String userID)
Returns the userID data stored in the mapping.
|
default CompletableFuture<UserId> |
SearchClientMcm.getUserIDAsync(String userID,
RequestOptions requestOptions)
Returns the userID data stored in the mapping.
|
default SearchResult<UserId> |
SearchClientMcm.searchUserIDs(SearchUserIdsRequest query)
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default SearchResult<UserId> |
SearchClientMcm.searchUserIDs(SearchUserIdsRequest query,
RequestOptions requestOptions)
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default CompletableFuture<SearchResult<UserId>> |
SearchClientMcm.searchUserIDsAsync(SearchUserIdsRequest query)
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default CompletableFuture<SearchResult<UserId>> |
SearchClientMcm.searchUserIDsAsync(SearchUserIdsRequest query,
RequestOptions requestOptions)
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
| Modifier and Type | Method and Description |
|---|---|
UserId |
UserId.setClusterName(String clusterName) |
UserId |
UserId.setDataSize(Integer dataSize) |
UserId |
UserId.setNbRecords(Integer nbRecords) |
UserId |
UserId.setUserID(String userID) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,List<UserId>> |
TopUserIdResponse.getTopUsers() |
List<UserId> |
ListUserIdsResponse.getUserIDs() |
| Modifier and Type | Method and Description |
|---|---|
TopUserIdResponse |
TopUserIdResponse.setTopUsers(HashMap<String,List<UserId>> topUsers) |
ListUserIdsResponse |
ListUserIdsResponse.setUserIDs(List<UserId> userIDs) |
Copyright © 2019. All rights reserved.