dHi, All,

We are considering to use DataStax java driver in our codes. One important 
feature provided by the driver we want to use is 'paging'.
But according to the 
https://datastax.github.io/java-driver/3.0.0/manual/paging/, it seems that we 
can't jump between pages.

Is it possible to just return PagingState object without returning data? e.g.  
If I want to jump to the page 5 from the page 1,
I need to go through each page from page 1 to page 5,  Is it possible to just 
return the PagingState object of page 1, 2, 3 and 4 without
actual data of each page? This can save some bandwidth at least.

Thanks in advance.

Boying


Reply via email to