list #
Gets the complete list of indexes handled by Kuzzle.
Arguments #
CompletableFuture<ArrayList<String>> list()
throws NotConnectedException, InternalException
Return #
Returns an ArrayList<String>
containing the list of index names handled by Kuzzle.
Usage #
ArrayList<String> result = kuzzle.getIndexController().list().get();
Edit this page on Github(opens new window)