Interface IAsyncAttachedQuery<ResultT>

    • Method Detail

      • executeAsync

        Future<ResultT> executeAsync​(CountedCompleter<?> parent)
                              throws QueryException
        Asynchronously executes this query and notifies our parent completer.
        Parameters:
        parent - The parent completer to notify once the query has been executed
        Returns:
        A future representing the result of this query. It will be available without waiting once our parent completer is done.
        Throws:
        QueryException - If an exception occurred while executing this query