GitHub user aandis opened a pull request:
https://github.com/apache/storm/pull/1798
Storm 2203 Add a getAll method to KeyValueState interface
Adds a `getAll` to `InMemoryKeyValueState` and `RedisKeyValueState`. I'll
add tests once the changes are approved.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aandis/storm STORM-2203
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1798.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 #1798
----
commit 6a1b59ff50acb880465dbff536528f7e253780a1
Author: Abhishek <[email protected]>
Date: 2016-11-25T09:33:04Z
Add a getAll method to KeyValueState interface.
commit c244a2baf34f81523d91deb9db7b3d914fc78987
Author: Abhishek <[email protected]>
Date: 2016-11-25T09:33:36Z
Implement getAll for InMemoryKeyValueState
commit 5526bd35e933ec9e43cb5f6440989067125b7061
Author: Abhishek <[email protected]>
Date: 2016-11-25T09:33:48Z
Implement getAll for RedisKeyValueState.
----
---
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.
---