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/01/22 23:03:45 UTC

[5/6] storm git commit: Merge branch 'wip-trident-javadoc' of https://github.com/ptgoetz/storm into STORM-1214

Merge branch 'wip-trident-javadoc' of https://github.com/ptgoetz/storm into STORM-1214

STORM-1214: add javadoc for Trident Streams and Operations


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

Branch: refs/heads/master
Commit: c467034ffce294abf82258838afcb81a462a92a0
Parents: d052d5a 7241dc9
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Jan 22 15:47:49 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Jan 22 15:47:49 2016 -0600

----------------------------------------------------------------------
 .../jvm/org/apache/storm/trident/Stream.java    | 156 +++++++++++++++++--
 .../storm/trident/operation/Assembly.java       |  20 +++
 .../storm/trident/operation/BaseOperation.java  |  15 ++
 .../apache/storm/trident/operation/Filter.java  |  24 +++
 .../storm/trident/operation/Function.java       |  68 ++++++++
 .../storm/trident/operation/Operation.java      |  20 +++
 .../trident/operation/TridentCollector.java     |  26 ++++
 .../storm/trident/operation/builtin/Debug.java  |   7 +
 .../trident/operation/builtin/FilterNull.java   |   4 +
 .../storm/trident/operation/builtin/FirstN.java |   5 +
 .../storm/trident/operation/builtin/Negate.java |  28 ++++
 11 files changed, 356 insertions(+), 17 deletions(-)
----------------------------------------------------------------------