You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Setrakyan (JIRA)" <ji...@apache.org> on 2015/12/22 01:53:46 UTC

[jira] [Updated] (IGNITE-2224) Add getEntry methods to the IgniteCache API

     [ https://issues.apache.org/jira/browse/IGNITE-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitriy Setrakyan updated IGNITE-2224:
--------------------------------------
    Description: 
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}}.

  was:
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}


> 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
>             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)