Hi All, In existing uniqueWindow allows us to specify any number of attributes(list)[1] for the key but in my current implementation, I'm changed to support single attribute[2] so it will be a variable instead of a list. but in *constructFinder* method, we need to set list instead of a variable. Please advice on this.
[1] https://github.com/wso2/siddhi/blob/master/modules/siddhi-core/src/main/java/org/wso2/siddhi/core/query/processor/stream/window/UniqueWindowProcessor.java#L53 [2] https://github.com/wso2-extensions/siddhi-window-unique-timebatch/pull/1/files#diff-4b8e395809a6b3a3bea2f689cc7ea927R99 On Thu, Jul 21, 2016 at 3:22 PM, Sriskandarajah Suhothayan <[email protected]> wrote: > Sorry, I miss read the mail. +1 > > Regards > Suho > > On Thu, Jul 21, 2016 at 3:02 PM, Rajjaz Mohammed <[email protected]> wrote: > >> Hi Suho, >> >> We really don't need to have both in the same implementation. But we can >>> have both in common repo called UniqueBatchWindow. >>> >>> Both are not in same implementations. >> >>> >>> I have planned to develop UniqueTimeBatchWindow, UniqueLengthBatchWindow >>>> Extension for Siddhi. We already have TimeWindow, TimeBatchWindow and >>>> UniqueTimeWindow. Same to length also. >>>> >>>> UniqueTimeBatchWindow, UniqueLengthBatchWindow are going to be two >> seperate extensions. >> >> Currently, I'm planning to implement UniqueBatchWindow which is support >>>> for both time and length. >>>> >>>> Please add your suggestions if you have. >>>> >>>> -- >>>> Thank you >>>> Best Regards >>>> >>>> *Rajjaz HM* >>>> Associate Software Engineer >>>> Platform Extension Team >>>> WSO2 Inc. <http://wso2.com/> >>>> lean | enterprise | middleware >>>> Mobile | +94752833834|+94777226874 >>>> Email | [email protected] >>>> LinkedIn <https://lk.linkedin.com/in/hmohammedrajjaz> | Blogger >>>> <http://rajjazhm.blogspot.com/> | WSO2 Profile >>>> <http://wso2.com/about/team/mohammer-rajjaz/> >>>> [image: https://wso2.com/signature] <https://wso2.com/signature> >>>> >>> >>> >>> >>> -- >>> >>> *S. Suhothayan* >>> Associate Director / Architect & Team Lead of WSO2 Complex Event >>> Processor >>> *WSO2 Inc. *http://wso2.com >>> * <http://wso2.com/>* >>> lean . enterprise . middleware >>> >>> >>> *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog: >>> http://suhothayan.blogspot.com/ <http://suhothayan.blogspot.com/>twitter: >>> http://twitter.com/suhothayan <http://twitter.com/suhothayan> | linked-in: >>> http://lk.linkedin.com/in/suhothayan <http://lk.linkedin.com/in/suhothayan>* >>> >> >> >> >> -- >> Thank you >> Best Regards >> >> *Rajjaz HM* >> Associate Software Engineer >> Platform Extension Team >> WSO2 Inc. <http://wso2.com/> >> lean | enterprise | middleware >> Mobile | +94752833834|+94777226874 >> Email | [email protected] >> LinkedIn <https://lk.linkedin.com/in/hmohammedrajjaz> | Blogger >> <http://rajjazhm.blogspot.com/> | WSO2 Profile >> <http://wso2.com/about/team/mohammer-rajjaz/> >> [image: https://wso2.com/signature] <https://wso2.com/signature> >> > > > > -- > > *S. Suhothayan* > Associate Director / Architect & Team Lead of WSO2 Complex Event Processor > *WSO2 Inc. *http://wso2.com > * <http://wso2.com/>* > lean . enterprise . middleware > > > *cell: (+94) 779 756 757 <%28%2B94%29%20779%20756%20757> | blog: > http://suhothayan.blogspot.com/ <http://suhothayan.blogspot.com/>twitter: > http://twitter.com/suhothayan <http://twitter.com/suhothayan> | linked-in: > http://lk.linkedin.com/in/suhothayan <http://lk.linkedin.com/in/suhothayan>* > -- Thank you Best Regards *Rajjaz HM* Associate Software Engineer Platform Extension Team WSO2 Inc. <http://wso2.com/> lean | enterprise | middleware Mobile | +94752833834|+94777226874 Email | [email protected] LinkedIn <https://lk.linkedin.com/in/hmohammedrajjaz> | Blogger <http://rajjazhm.blogspot.com/> | WSO2 Profile <http://wso2.com/about/team/mohammer-rajjaz/> [image: https://wso2.com/signature] <https://wso2.com/signature>
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
