Uses of Class
com.algolia.search.models.indexing.IndicesResponse
-
Packages that use IndicesResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of IndicesResponse in com.algolia.search
Methods in com.algolia.search that return types with arguments of type IndicesResponse Modifier and Type Method Description default List<IndicesResponse>SearchClientAdvanced. listIndices()List all existing indexesdefault List<IndicesResponse>SearchClientAdvanced. listIndices(RequestOptions requestOptions)List all existing indexesdefault CompletableFuture<List<IndicesResponse>>SearchClientAdvanced. listIndicesAsync()List asynchronously all existing indexesdefault CompletableFuture<List<IndicesResponse>>SearchClientAdvanced. listIndicesAsync(RequestOptions requestOptions)List asynchronously all existing indexes -
Uses of IndicesResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return IndicesResponse Modifier and Type Method Description IndicesResponseIndicesResponse. setAbTest(ABTest abTest)IndicesResponseIndicesResponse. setCreatedAt(OffsetDateTime createdAt)IndicesResponseIndicesResponse. setDataSize(long dataSize)IndicesResponseIndicesResponse. setEntries(long entries)IndicesResponseIndicesResponse. setFileSize(long fileSize)IndicesResponseIndicesResponse. setLastBuildTimes(long lastBuildTimes)IndicesResponseIndicesResponse. setName(String name)IndicesResponseIndicesResponse. setNumberOfPendingTasks(long numberOfPendingTasks)IndicesResponseIndicesResponse. setPendingTask(boolean pendingTask)IndicesResponseIndicesResponse. setPrimary(String primary)IndicesResponseIndicesResponse. setReplicas(List<String> replicas)IndicesResponseIndicesResponse. setSourceABTest(String sourceABTest)IndicesResponseIndicesResponse. setUpdatedAt(OffsetDateTime updatedAt)Methods in com.algolia.search.models.indexing that return types with arguments of type IndicesResponse Modifier and Type Method Description List<IndicesResponse>ListIndicesResponse. getIndices()Method parameters in com.algolia.search.models.indexing with type arguments of type IndicesResponse Modifier and Type Method Description ListIndicesResponseListIndicesResponse. setItems(List<IndicesResponse> items)
-