[ https://issues.apache.org/jira/browse/IGNITE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356742#comment-14356742 ]
Semen Boikov commented on IGNITE-461: ------------------------------------- putAll()/removeAll() are fixed to return null. For async put internal API is 'IgniteInternalFuture<Boolean> putxAsync(K key, V val, @Nullable CacheEntryPredicate... filter)' so it can return false if filter does not pass. We have IGNITE-347 to cleanup internal API, I would change async 'put' as part of this cleanup. > IgniteCache,putAll() and removeAll() returns GridCacheReturn in async mode. > --------------------------------------------------------------------------- > > Key: IGNITE-461 > URL: https://issues.apache.org/jira/browse/IGNITE-461 > Project: Ignite > Issue Type: Bug > Components: cache > Affects Versions: sprint-1 > Reporter: Vladimir Ozerov > Assignee: Semen Boikov > Priority: Blocker > Fix For: sprint-2 > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)