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 2017/07/24 04:35:30 UTC

[47/50] [abbrv] beam git commit: This closes #3151: Use stable naming strategy for ByteBuddy invokers

This closes #3151: Use stable naming strategy for ByteBuddy invokers


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

Branch: refs/heads/jstorm-runner
Commit: 5e3c5c6574bc70320683d6c16fc3b11791a77418
Parents: 467e68f 6c45ebf
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed May 17 12:26:41 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed May 17 12:26:41 2017 -0700

----------------------------------------------------------------------
 .../reflect/ByteBuddyDoFnInvokerFactory.java    | 10 ++--
 .../reflect/ByteBuddyOnTimerInvokerFactory.java | 20 ++++----
 .../reflect/StableInvokerNamingStrategy.java    | 54 ++++++++++++++++++++
 .../transforms/reflect/DoFnInvokersTest.java    | 19 +++++++
 .../transforms/reflect/OnTimerInvokersTest.java | 32 ++++++++++++
 5 files changed, 118 insertions(+), 17 deletions(-)
----------------------------------------------------------------------