Wolf-Dieter Fink created ISPN-10341:
---------------------------------------
Summary: Queries should be based on Distributed Streams
Key: ISPN-10341
URL:
https://issues.jboss.org/browse/ISPN-10341
Project: Infinispan
Issue Type: Feature Request
Components: Embedded Querying, Remote Querying
Reporter: Wolf-Dieter Fink
To allow more efficient operations and simplify the API by using streams it should be
possible to use stream operations for queries like this example:
cache.stream().filter("from MyObject where attr = 'bla'
").forEach(cache::delete)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)