[
https://issues.apache.org/jira/browse/IGNITE-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128173#comment-15128173
]
Anton Vinogradov edited comment on IGNITE-2224 at 2/2/16 12:29 PM:
-------------------------------------------------------------------
Added Š’echmarks for getEntr*, no perfomance drop.
Added more tests.
Fixed transactional case. Thanks to Semyon.
Checked at TeamCity. Reviewed by Semyon & Alexey.
was (Author: avinogradov):
Added Š’echmarks for getEntr*, no perfomance drop.
Added more tests.
Fixed transactional case. Thanks to Semyon.
Checked at TeamCity. Revieved by Semyon & Alexey.
> Add getEntry methods to the IgniteCache API
> -------------------------------------------
>
> Key: IGNITE-2224
> URL: https://issues.apache.org/jira/browse/IGNITE-2224
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Dmitriy Setrakyan
> Assignee: Anton Vinogradov
> Labels: important, newbie
> Fix For: 1.6
>
>
> We should have the following methods returning
> {{org.apache.ignite.cache.CacheEntry}}:
> {code}
> CacheEntry<K, V> getEntry(K);
> Collection<CacheEntry<K, V>> getEntries(Collection<K>);
> {code}
> These methods should be available on {{IgniteCache}} API. The returned
> entries should include the additional information available on the
> {{CacheEntry}}, like {{updateTime}} or {{version}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)