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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
Dmitriy Setrakyan created IGNITE-2224:
-----------------------------------------

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)