Hi Andrey,

It seems IgniteCache#query(ScanQuery) method is that you are looking for.
https://ignite.apache.org/releases/2.1.0/javadoc/org/apache/ignite/IgniteCache.html

You can find an example here:
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheQueryExample.java

Thanks!



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Retrieving-multiple-keys-with-filtering-tp16391p16392.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to