You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/10/06 09:20:20 UTC

[jira] [Created] (IGNITE-4042) Refactor async operations

Pavel Tupitsyn created IGNITE-4042:
--------------------------------------

             Summary: Refactor async operations
                 Key: IGNITE-4042
                 URL: https://issues.apache.org/jira/browse/IGNITE-4042
             Project: Ignite
          Issue Type: Sub-task
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 1.8


Currently async operations are executed in two steps:
- start an operation (Cache.Get)
- get the future (UU.TargetListenFuture* methods)

This separation is unnecessary. See if we can perform asyn operations in one JNI call.



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