[
https://issues.apache.org/jira/browse/IGNITE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15059706#comment-15059706
]
ASF GitHub Bot commented on IGNITE-2123:
----------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/ignite/pull/340
IGNITE-2123: Added CacheEntryProcessorExample to cache examples.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shroman/ignite ignite-2123
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/340.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 #340
----
commit 4ee94b32edacbbb56ef77b3bde5b1282ba3643de
Author: shtykh_roman <[email protected]>
Date: 2015-12-16T08:32:54Z
IGNITE-2123: Added CacheEntryProcessorExample to cache examples.
----
> Need to add EntryProcessorExample to cache examples
> ---------------------------------------------------
>
> Key: IGNITE-2123
> URL: https://issues.apache.org/jira/browse/IGNITE-2123
> Project: Ignite
> Issue Type: Task
> Reporter: Yakov Zhdanov
> Assignee: Roman Shtykh
>
> One can take {{CacheAffinityExample}} as an example.
> # call entry processors in a loop, if entry is null then create it in entry
> processor
> # do gets in a loop and show that entries are in cache
> # call entry processors in a loop and modify existing entries
> # do gets in a loop and show the results of modification
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)