You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/03/09 16:54:04 UTC

[11/12] storm git commit: Merge branch 'DRPC' of https://github.com/hustfxj/storm into STORM-1270

Merge branch 'DRPC' of https://github.com/hustfxj/storm into STORM-1270

STORM-1270: port drpc to java
STORM-1274: port LocalDRPC to java


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/729074d6
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/729074d6
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/729074d6

Branch: refs/heads/master
Commit: 729074d6d491b2dabadd49507d41a34fb4079285
Parents: b477939 e230653
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed Mar 9 09:37:55 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Mar 9 09:37:55 2016 -0600

----------------------------------------------------------------------
 .../org/apache/storm/starter/ManualDRPC.java    |  53 ++-
 .../src/clj/org/apache/storm/LocalDRPC.clj      |  56 ---
 .../src/clj/org/apache/storm/daemon/drpc.clj    | 215 +----------
 .../clj/org/apache/storm/daemon/supervisor.clj  |   2 +-
 .../clj/org/apache/storm/trident/testing.clj    |   2 -
 .../src/jvm/org/apache/storm/LocalDRPC.java     |  72 ++++
 .../jvm/org/apache/storm/daemon/DrpcServer.java | 357 +++++++++++++++++++
 .../test/clj/org/apache/storm/drpc_test.clj     |  27 +-
 .../storm/security/auth/drpc_auth_test.clj      |   5 +-
 9 files changed, 483 insertions(+), 306 deletions(-)
----------------------------------------------------------------------