public interface AsyncBrowse<T> extends AsyncBaseIndex<T>
| Modifier and Type | Method and Description |
|---|---|
default AsyncIndexIterable<T> |
browse(Query query)
Browse all the content of this index
|
default AsyncIndexIterable<T> |
browse(Query query,
RequestOptions requestOptions)
Browse all the content of this index
|
default CompletableFuture<BrowseResult<T>> |
browseFrom(Query query,
String cursor)
Browse all the content of this index
|
default CompletableFuture<BrowseResult<T>> |
browseFrom(Query query,
String cursor,
RequestOptions requestOptions)
Browse all the content of this index
|
getApiClientgetKlass, getNamedefault AsyncIndexIterable<T> browse(@Nonnull Query query)
query - The query to use to browsedefault AsyncIndexIterable<T> browse(@Nonnull Query query, @Nonnull RequestOptions requestOptions)
query - The query to use to browserequestOptions - Options to pass to this requestdefault CompletableFuture<BrowseResult<T>> browseFrom(@Nonnull Query query, @Nullable String cursor)
query - The query to use to browsecursor - the cursor to start fromdefault CompletableFuture<BrowseResult<T>> browseFrom(@Nonnull Query query, @Nullable String cursor, @Nonnull RequestOptions requestOptions)
query - The query to use to browsecursor - the cursor to start fromrequestOptions - Options to pass to this requestCopyright © 2018. All rights reserved.