Thanks. One question though -
Below loop will automatically go over all pages or just one page with 1024
entries?
for (Cache.Entry<AffinityKey<Long>, Person> entry : cursor)
System.out.println("Key: " + entry.getKey() + ", Value: " +
entry.getValue());
If it is just one page then how to know there is more results and how to
iterate on those?
Thanks,
-Sam
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/ScanQuery-log-all-entries-tp11970p12047.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.