You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by rishi007bansod <ri...@gmail.com> on 2017/01/28 18:34:15 UTC

Windowing in Apache Ignite

Is there any concept of sliding time in ignite(time at which query gets
automatically fired) in windowing. also can we use streamvisitor for
windowing(without storing data in ignite cache)?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Windowing-in-Apache-Ignite-tp10301.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Windowing in Apache Ignite

Posted by vkulichenko <va...@gmail.com>.
Why do you need to automatically execute a query? Who will get the result?
Please clarify your use case.

StreamVisitor is just a closure that is invoked for each entry arrived to a
server node. It's up to you what logic to put there.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Windowing-in-Apache-Ignite-tp10301p10319.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.