Nice, thanks! On Mon, Apr 20, 2015 at 12:06 PM, Valentin Kulichenko < [email protected]> wrote:
> Ognen, > > You can use continuous queries for that: > > https://ignite.incubator.apache.org/releases/1.0.0/javadoc/org/apache/ignite/cache/query/ContinuousQuery.html > > On Mon, Apr 20, 2015 at 10:02 AM, Ognen Duzlevski < > [email protected] > > wrote: > > > Hello, > > > > I am looking at the > > https://ignite.incubator.apache.org/releases/1.0.0/javadoc/ page and I > > cannot find a method to just get all the keys in a particular cache. All > > the get() methods require a known key or a set of known keys. What if I > > have one app that is filling up the cache and another one that is > > inspecting the same cache periodically for key/value changes? > > > > Thanks! > > >
