Edit this page on Github (opens new window)
- Core classes
- ErrorResponse
- Response
- Lang
- SearchResult
- Controllers
- Auth
- Collection
- Document
- Realtime
Gets the complete list of indexes handled by Kuzzle.
CompletableFuture<ArrayList<String>> list()
throws NotConnectedException, InternalException
Returns an ArrayList<String>
containing the list of index names handled by Kuzzle.
ArrayList<String> result = kuzzle.getIndexController().list().get();