You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/12/16 22:13:45 UTC

[3/3] incubator-beam git commit: This closes #1592

This closes #1592

  Move ActiveWindowSet and implementations to runners-core
  Update Dataflow worker to beam-master-20161216


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/217c29bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/217c29bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/217c29bf

Branch: refs/heads/master
Commit: 217c29bfc1a4758227a78defc9b35e0e41de5df1
Parents: e017ca1 bcf0298
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Dec 16 14:05:57 2016 -0800
Committer: Kenneth Knowles <kl...@google.com>
Committed: Fri Dec 16 14:05:57 2016 -0800

----------------------------------------------------------------------
 .../beam/runners/core/ActiveWindowSet.java      | 173 ++++++++
 .../runners/core/MergingActiveWindowSet.java    | 428 +++++++++++++++++++
 .../runners/core/NonMergingActiveWindowSet.java |  91 ++++
 .../runners/core/ReduceFnContextFactory.java    |   1 -
 .../beam/runners/core/ReduceFnRunner.java       |   3 -
 .../TriggerStateMachineContextFactory.java      |   2 +-
 .../core/MergingActiveWindowSetTest.java        | 262 ++++++++++++
 .../triggers/TriggerStateMachineTester.java     |   8 +-
 .../beam/runners/dataflow/dataflow.properties   |   4 +-
 .../apache/beam/sdk/util/ActiveWindowSet.java   | 173 --------
 .../beam/sdk/util/MergingActiveWindowSet.java   | 428 -------------------
 .../sdk/util/NonMergingActiveWindowSet.java     |  91 ----
 .../sdk/util/MergingActiveWindowSetTest.java    | 262 ------------
 13 files changed, 961 insertions(+), 965 deletions(-)
----------------------------------------------------------------------