You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/12/08 11:26:58 UTC

[jira] [Commented] (IGNITE-4027) Extract PlatformTargetProxy interface

    [ https://issues.apache.org/jira/browse/IGNITE-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15731910#comment-15731910 ] 

Vladimir Ozerov commented on IGNITE-4027:
-----------------------------------------

LGTM

> Extract PlatformTargetProxy interface
> -------------------------------------
>
>                 Key: IGNITE-4027
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4027
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: platforms
>    Affects Versions: 1.7
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 2.0
>
>
> PlatformTarget interface contains methods that are called from JNI. These methods operate on internal things like memory pointers.
> PlatformAbstractTarget creates streams & readers and calls paired protected methods.
> We need to separate the part with streams/readers from the part with pointers via an additional interface:
> * PlatformTargetProxy will be invoked from JNI
> * PlatformTarget will contain only "nice" methods and will be invoked by PlatformTargetProxy implementation



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