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/10/12 17:18:49 UTC

[2/2] incubator-beam git commit: This closes #1044

This closes #1044


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

Branch: refs/heads/master
Commit: bc9ed7dbd9da9f7addc365ad511b106cfcc69b01
Parents: 142229e 7c1ba2e
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed Oct 12 10:17:28 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed Oct 12 10:17:28 2016 -0700

----------------------------------------------------------------------
 .../src/main/resources/beam/findbugs-filter.xml |   2 +-
 .../apache/beam/sdk/util/state/StateBinder.java |  67 +++
 .../apache/beam/sdk/util/state/StateSpec.java   |  39 ++
 .../apache/beam/sdk/util/state/StateSpecs.java  | 452 +++++++++++++++++++
 .../apache/beam/sdk/util/state/StateTag.java    |  82 ++--
 .../apache/beam/sdk/util/state/StateTags.java   | 386 ++--------------
 6 files changed, 655 insertions(+), 373 deletions(-)
----------------------------------------------------------------------