In Java driver 3.4.0, how does one revert the order of paging? I want to 
implement a “Back” button but I can’t figure out from the API docs if/how I can 
make Cassandra (via the Java driver) search backwards.

https://docs.datastax.com/en/drivers/java/3.4/

The code I have written currently is


session.execute(whereClause
  .setFetchSize(fetchSize)

  .setPagingState(pagingState))


Thanks
Manu
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

Reply via email to