[
https://issues.apache.org/jira/browse/IGNITE-5050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15981153#comment-15981153
]
Pavel Tupitsyn commented on IGNITE-5050:
----------------------------------------
Main difficulty here is that {{MemoryMetrics}} is not a read-only snapshot like
all other metrics, it is a living object which is constantly updated.
I think for .NET we should still go with a snapshot approach to avoid frequent
native calls.
> .NET: IIgnite.GetMemoryMetrics
> ------------------------------
>
> Key: IGNITE-5050
> URL: https://issues.apache.org/jira/browse/IGNITE-5050
> Project: Ignite
> Issue Type: New Feature
> Components: platforms
> Affects Versions: 2.0
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET
> Fix For: 2.0
>
>
> Add {{IIgnite.GetMemoryMetrics()}} in .NET which delegates to
> {{Ignite.memoryMetrics()}} in Java
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)