GitHub user unsleepy22 opened a pull request: https://github.com/apache/storm/pull/1147
[STORM-1252] port backtype.storm.stats to java This PR is quite large but because the defrecords are changed to java POJO's and they're used in many places, I could not break it into small PR's. Almost all code in stats.clj is translated to java except only one point: StatsUtil.aggTopoExecsStats (stats/agg-topo-execs-stats) needs to pass an error function, which depends on the translation of cluster.clj, so I added comments and will upmerge when cluster.clj is finished. You can merge this pull request into a Git repository by running: $ git pull https://github.com/unsleepy22/storm master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/1147.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1147 ---- commit afd2d525be396c6f430e6a4a13cd1f237496a473 Author: å«ä¹ <weiyue...@taobao.com> Date: 2016-02-24T13:06:25Z port backtype.storm.stats to java commit 52d3b587f07db7dcf66b774531e2face7247c7b6 Author: å«ä¹ <weiyue...@taobao.com> Date: 2016-02-24T13:12:53Z add translated java files ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---