GitHub user vjagadish opened a pull request:

    https://github.com/apache/samza/pull/30

    Specification of various Window and Trigger APIs in Samza

    - Defined APIs for specifying different types of windows - sessions, 
tumbling, global and keyed variants.
    - Defined APIs for specifying early and late triggers for a window.
    - Standardized all above Window types to be expressed as a combination of 
default, early and late triggers.
    - Defined classes for different types of trigger specifications.
    - Hide the WindowState class from programmers and move it from samza-api to 
samza-operator. We can choose to add it later if need be.
    - Removed some implementation classes in Window and Trigger. We can revisit 
them later when we implement Windows.
    - New API for specifying Time durations meaningfully in Samza.
    - Unit tests for most of the above changes.
    - Misc. Documentation, readability related changes to public APIs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vjagadish1989/samza samza-operator-v3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/30.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #30
    
----
commit 46810837c1b98a822a1b9f08d148f1c1e6e960e4
Author: vjagadish1989 <[email protected]>
Date:   2016-12-06T22:19:42Z

    - Defined APIs for specifying different types of windows - sessions, 
tumbling, global and keyed variants.
    - Defined APIs for specifying early and late triggers for a window.
    - Standardized all above Window types to be expressed as a combination of 
default, early and late triggers.
    - Defined classes for different types of trigger specifications.
    - Hide WindowState class from programmers. We can choose to add it later if 
need be.
    - Removed some implementation classes in Window and Trigger. We can revisit 
them later when we implement Windows.
    - New API for specifying Time durations more meaningfully in Samza.
    - Unit tests for most of the above changes.
    - Misc. Documentation, readability related changes to public APIs.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to