]
Tristan Tarrant reassigned ISPN-10340:
--------------------------------------
Assignee: Nistor Adrian
Queries should be based on Distributed Streams
----------------------------------------------
Key: ISPN-10340
URL:
https://issues.jboss.org/browse/ISPN-10340
Project: Infinispan
Issue Type: Feature Request
Components: Embedded Querying, Remote Querying
Reporter: Wolf-Dieter Fink
Assignee: Nistor Adrian
Priority: Major
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)