Re: ScanQuery log all entries

2017-04-19 Thread dkarachentsev
- they automatically paginated, you just need correctly manage data, e.g. if you collect all of them in list - you may get OOME. -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ScanQuery-log-all-entries-tp11970p12065.html Sent from the Apache Ignite Users

Re: ScanQuery log all entries

2017-04-18 Thread javastuff....@gmail.com
alue: " + 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.

Re: ScanQuery log all entries

2017-04-18 Thread dkarachentsev
on https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheQueryExample.java -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ScanQuery-log-all-entries-tp11970p12017.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: ScanQuery log all entries

2017-04-17 Thread javastuff....@gmail.com
-users.70518.x6.nabble.com/ScanQuery-log-all-entries-tp11970p12003.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: ScanQuery log all entries

2017-04-14 Thread dkarachentsev
like pagination. 3. You may set page size, by default it's 1024. This means that cursor will pre-fetch from remote node 1024 entries. -Dmitry -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ScanQuery-log-all-entries-tp11970p11981.html Sent from the Apache Ignite