[
https://issues.apache.org/jira/browse/STORM-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15162959#comment-15162959
]
ASF GitHub Bot commented on STORM-1252:
---------------------------------------
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: 卫乐 <[email protected]>
Date: 2016-02-24T13:06:25Z
port backtype.storm.stats to java
commit 52d3b587f07db7dcf66b774531e2face7247c7b6
Author: 卫乐 <[email protected]>
Date: 2016-02-24T13:12:53Z
add translated java files
----
> port backtype.storm.stats to java
> ---------------------------------
>
> Key: STORM-1252
> URL: https://issues.apache.org/jira/browse/STORM-1252
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Robert Joseph Evans
> Assignee: Cody
> Labels: java-migration, jstorm-merger
>
> clojure methods for getting/setting built-in statistics. Mostly wrappers
> around some java classes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)