GitHub user abhishekagarwal87 opened a pull request:
https://github.com/apache/storm/pull/1117
STORM-1246: port backtype.storm.local-state to java
1. Whatever conversion logic was common across multiple files, remain in
local_state_converter.clj.
2. Conversion logic exclusively used in a clj is moved to that clj e.g.
ls-local-assignments conversion has been moved to supervisor.clj. This will
make it easy to port individual clojure files.
3. As suggested by Robert in JIRA, I have ported get/set functionality into
LocalState class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/abhishekagarwal87/storm local-state
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1117.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 #1117
----
commit 7363a24de22799c6488086cbc66a7b708eb3fdd0
Author: Abhishek Agarwal <[email protected]>
Date: 2016-02-17T17:29:15Z
STORM-1246: port backtype.storm.local-state to java
commit 35a0052ca23c153a8818707770ad5e871829389f
Author: Abhishek Agarwal <[email protected]>
Date: 2016-02-17T17:36:40Z
STORM-1246: Remove extra line
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---