[
https://issues.apache.org/jira/browse/FLINK-6726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17329550#comment-17329550
]
Flink Jira Bot commented on FLINK-6726:
---------------------------------------
This issue is assigned but has not received an update in 7 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> Allow setting Timers in ProcessWindowFunction
> ---------------------------------------------
>
> Key: FLINK-6726
> URL: https://issues.apache.org/jira/browse/FLINK-6726
> Project: Flink
> Issue Type: Improvement
> Components: API / DataStream
> Reporter: Vishnu Viswanath
> Assignee: Vishnu Viswanath
> Priority: Minor
> Labels: stale-assigned, stale-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
(v8.3.4#803005)