Re: Apache Flink - Evictor interface clarification

2017-11-21 Thread M Singh
Thanks Vishu for the pointer. On Saturday, November 18, 2017 6:27 PM, Vishnu Viswanath wrote: Hi Mans, Have a look at this: http://apache-flink- mailing-list-archive.1008284. n3.nabble.com/DISCUSS-Enhance- Window-Evictor-in-Flink- tp12406p12442.html Thanks,Vishnu On Sat, Nov 18, 2017 a

Re: Apache Flink - Evictor interface clarification

2017-11-18 Thread Vishnu Viswanath
Hi Mans, Have a look at this: http://apache-flink-mailing-list-archive.1008284. n3.nabble.com/DISCUSS-Enhance-Window-Evictor-in-Flink-tp12406p12442.html Thanks, Vishnu On Sat, Nov 18, 2017 at 11:28 AM, M Singh wrote: > Hi: > > I am looking at the documentation and

Apache Flink - Evictor interface clarification

2017-11-18 Thread M Singh
Hi: I am looking at the documentation and it states: 'The evictor has the ability to remove elements from a window after the trigger fires and before and/or after the window function is applied. ' I understand that if we use evictor's before method (evictBefore) it can remove items before invocat