You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "vishnu viswanath (JIRA)" <ji...@apache.org> on 2017/05/26 03:47:04 UTC

[jira] [Updated] (FLINK-6726) Allow setting Timers in ProcessWindowFunction

     [ https://issues.apache.org/jira/browse/FLINK-6726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

vishnu viswanath updated FLINK-6726:
------------------------------------
    Description: 
Allow registration of timers in ProcessWindowFunction.

{code}
public abstract void registerEventTimeTimer(long time);
public abstract void registerProcessingTimeTimer(long time);
{code}

This is based on one of the use case that I have, where I need to register an EventTimeTimer that will clean the elements in the Window State based on some condition. 

  was:
Allow registration of timers in ProcessWindowFunction.

{code}
public abstract void registerEventTimeTimer(long time);
public abstract void registerProcessingTimeTimer(long time);
{code}

This is based on one of the use case that I have, where I need to register an EventTimeTimer that will clean the elements in it's state based on some condition. 


> Allow setting Timers in ProcessWindowFunction
> ---------------------------------------------
>
>                 Key: FLINK-6726
>                 URL: https://issues.apache.org/jira/browse/FLINK-6726
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: vishnu viswanath
>            Assignee: vishnu viswanath
>            Priority: Minor
>
> Allow registration of timers in ProcessWindowFunction.
> {code}
> public abstract void registerEventTimeTimer(long time);
> public abstract void registerProcessingTimeTimer(long time);
> {code}
> This is based on one of the use case that I have, where I need to register an EventTimeTimer that will clean the elements in the Window State based on some condition. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)