You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/01/23 19:40:12 UTC

[beam] 01/01: Merge pull request #4272

This is an automated email from the ASF dual-hosted git repository.

tgroh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ae1f54765fe109a75ecaee58071de135e0504b09
Merge: 7a4e98f 10a6e92
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Tue Jan 23 11:40:05 2018 -0800

    Merge pull request #4272
    
    [BEAM-3362] Add a java example that uses stateful processing.

 .../beam/examples/complete/game/GameStats.java     |  22 +-
 .../examples/complete/game/HourlyTeamScore.java    |   6 +-
 .../beam/examples/complete/game/LeaderBoard.java   |  19 +-
 .../examples/complete/game/StatefulTeamScore.java  | 228 +++++++++++++++++++++
 .../examples/complete/game/injector/Injector.java  |  15 +-
 .../complete/game/utils/GameConstants.java         |  35 ++++
 .../complete/game/StatefulTeamScoreTest.java       | 208 +++++++++++++++++++
 7 files changed, 489 insertions(+), 44 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.