April 2017
Beginner to intermediate
360 pages
9h 35m
English
The executeAsync() method of a session instance executes a query asynchronously. The method is non-blocking. It passes a query to the underlying network stack and returns immediately. One thing to consider is it doesn't guarantee that the query was passed to a node or that it was valid. Query failures/exceptions are detected when you access the ResultSetFuture.
ResultSetFuture is a future on ResultSet. It includes all the methods of Future <ResultSet>. It adds the following methods for processing the results:
Read now
Unlock full access