You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/03/19 10:08:19 UTC

[GitHub] [ignite] ptupitsyn commented on a change in pull request #7550: IGNITE-9017 clear-cache-stats

ptupitsyn commented on a change in pull request #7550: IGNITE-9017 clear-cache-stats
URL: https://github.com/apache/ignite/pull/7550#discussion_r394914731
 
 

 ##########
 File path: modules/platforms/dotnet/Apache.Ignite.Core/Cluster/IClusterGroup.cs
 ##########
 @@ -259,5 +259,12 @@ public interface IClusterGroup
         /// <param name="enabled">Enabled flag</param>
         [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Semantics.")]
         void EnableStatistics(IEnumerable<string> cacheNames, bool enabled);
+
+        /// <summary>
+        /// Clears statistics for caches cluster wide.
+        /// </summary>
+        /// <param name="caches">Collection of cache names.</param>
+        [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Semantics.")]
 
 Review comment:
   Do we really need this suppression? Is there a warning? Same for the method above.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services