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/05/17 16:03:45 UTC

[beam] 01/01: Merge pull request #5394: Add an IdGenerator class to java/fn-execution

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 7e42515b777f63b623739d807396c1b5a0f7ec18
Merge: 9ba58ee 4e50f02
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Thu May 17 09:03:40 2018 -0700

    Merge pull request #5394: Add an IdGenerator class to java/fn-execution

 .../fnexecution/control/SdkHarnessClient.java      | 34 +++--------
 .../java/org/apache/beam/sdk/fn/IdGenerator.java   | 30 ++++++++++
 .../java/org/apache/beam/sdk/fn/IdGenerators.java  | 40 +++++++++++++
 .../java/org/apache/beam/sdk/fn/package-info.java  | 23 ++++++++
 .../org/apache/beam/sdk/fn/IdGeneratorsTest.java   | 65 ++++++++++++++++++++++
 .../java/org/apache/beam/fn/harness/FnHarness.java | 11 ++--
 .../org/apache/beam/fn/harness/IdGenerator.java    | 33 -----------
 .../harness/state/BeamFnStateGrpcClientCache.java  | 16 +++---
 .../apache/beam/fn/harness/IdGeneratorTest.java    | 40 -------------
 .../state/BeamFnStateGrpcClientCacheTest.java      | 13 +++--
 10 files changed, 189 insertions(+), 116 deletions(-)

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