Hi Andrey, Yes, you are right. ScanQuery scans all entries. Perhaps, IgniteCache#invokeAll(keys, cacheEntryProcessor) with custom processor will work for you. https://ignite.apache.org/releases/2.1.0/javadoc/org/apache/ignite/IgniteCache.html#invokeAll(java.util.Set,%20org.apache.ignite.cache.CacheEntryProcessor,%20java.lang.Object...)
Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Retrieving-multiple-keys-with-filtering-tp16391p16400.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
