You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2020/03/20 10:05:00 UTC

[ignite] branch master updated (6a4a9c8 -> 89e7112)

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 6a4a9c8  IGNITE-12773 : Reduce number of cluster deactivation methods in internal API. (#7514)
     add 89e7112  IGNITE-9017 .NET: Add ICache.ClearStatistics, IClusterGroup.ClearStatistics

No new revisions were added by this update.

Summary of changes:
 .../processors/platform/cache/PlatformCache.java   |  8 +++
 .../platform/cluster/PlatformClusterGroup.java     | 45 ++++++++----
 modules/platforms/.gitignore                       |  7 +-
 .../ExpiryCacheHolderTest.cs                       |  5 ++
 .../Cache/CacheMetricsTest.cs                      | 82 ++++++++++++++++++++++
 .../Cache/CacheTestAsyncWrapper.cs                 |  6 ++
 .../dotnet/Apache.Ignite.Core/Cache/ICache.cs      |  5 ++
 .../Apache.Ignite.Core/Cluster/IClusterGroup.cs    |  7 +-
 .../Apache.Ignite.Core/Impl/Cache/CacheImpl.cs     |  6 ++
 .../Apache.Ignite.Core/Impl/Cache/CacheOp.cs       |  3 +-
 .../Impl/Cluster/ClusterGroupImpl.cs               | 66 +++++++++--------
 .../dotnet/Apache.Ignite.Core/Impl/Ignite.cs       |  6 ++
 12 files changed, 201 insertions(+), 45 deletions(-)