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/11/16 12:34:59 UTC

[jira] [Created] (IGNITE-4236) .NET: ICache.LocalMetrics and overloads

Pavel Tupitsyn created IGNITE-4236:
--------------------------------------

             Summary: .NET: ICache.LocalMetrics and overloads
                 Key: IGNITE-4236
                 URL: https://issues.apache.org/jira/browse/IGNITE-4236
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn
             Fix For: 1.8


Ignite in Java has three cache metrics methods:
{code}
CacheMetrics metrics();
CacheMetrics metrics(ClusterGroup grp);
CacheMetrics localMetrics();
{code}

Ignite.NET should provide these too. See how IGNITE-1071 changed the meaning of methods.



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