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

[jira] [Created] (IGNITE-175) Need to move IgniteCompute API to use IgniteCallable and IgniteRunnable

Dmitriy Setrakyan created IGNITE-175:
----------------------------------------

             Summary: Need to move IgniteCompute API to use IgniteCallable and IgniteRunnable
                 Key: IGNITE-175
                 URL: https://issues.apache.org/jira/browse/IGNITE-175
             Project: Ignite
          Issue Type: Bug
          Components: general
            Reporter: Dmitriy Setrakyan
            Assignee: Dmitriy Setrakyan
             Fix For: sprint-1


Currently IgniteCompute uses Callable and Runnable, however Callable and Runnable are not Serializable and not supported by Java 8 lambdas for distribution and require special casting to Serializable.



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