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

[jira] [Commented] (IGNITE-4457) Define cache plugin API in .NET

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

Pavel Tupitsyn commented on IGNITE-4457:
----------------------------------------

{{CachePluginManager.stop0}} uses reverse iterator incorrectly and does not actually stop cache plugins. Fixed.

> Define cache plugin API in .NET
> -------------------------------
>
>                 Key: IGNITE-4457
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4457
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 2.0
>
>
> Define cache plugin API in .NET similar to Java API:
> * {{CacheConfiguration.PluginConfigurations}}
> * {{ICachePluginProvider}}
> * {{ICachePluginContext}}
> Fundamental difference to Ignite plugins (IGNITE-4441), which are local, is that {{CachePluginConfiguration}} is sent to remote nodes and providers are created there. So we'll need {{PlatformCachePluginConfiguration}} and {{PlatformCachePluginProvider}} on Java side.



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