You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexandr Shapkin (Jira)" <ji...@apache.org> on 2019/09/17 13:13:00 UTC

[jira] [Created] (IGNITE-12177) CPP: Add Java compute support

Alexandr Shapkin created IGNITE-12177:
-----------------------------------------

             Summary: CPP: Add Java compute support
                 Key: IGNITE-12177
                 URL: https://issues.apache.org/jira/browse/IGNITE-12177
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
    Affects Versions: 2.7.5
            Reporter: Alexandr Shapkin


Currently compute.h contains only platform-specific API declaration (C++).

But Ignite does allow a native Java task execution. This feature already has been implemented for .NET platform.

Lets port the same changes to C++ client (use PlatformCompute#OP_EXEC_NATIVE).

 

This would help us to create a workaround for a mixed platform cluster that requires a compute calls.

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)