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 8534e5a IGN-12687: fix sql wildcard to java regex translation (#7439)
add 7c7bd17 IGNITE-7276 .NET: Add EnableStatistics APIs
No new revisions were added by this update.
Summary of changes:
.../processors/platform/cache/PlatformCache.java | 8 ++
.../platform/cluster/PlatformClusterGroup.java | 19 +++++
.../ExpiryCacheHolderTest.cs | 5 ++
.../Cache/CacheMetricsTest.cs | 88 ++++++++++++++++++++++
.../Cache/CacheTestAsyncWrapper.cs | 6 ++
.../dotnet/Apache.Ignite.Core/Cache/ICache.cs | 9 +++
.../Apache.Ignite.Core/Cluster/IClusterGroup.cs | 8 ++
.../Apache.Ignite.Core/Impl/Cache/CacheImpl.cs | 6 ++
.../Apache.Ignite.Core/Impl/Cache/CacheOp.cs | 3 +-
.../Impl/Cluster/ClusterGroupImpl.cs | 27 +++++++
.../dotnet/Apache.Ignite.Core/Impl/Ignite.cs | 6 ++
11 files changed, 184 insertions(+), 1 deletion(-)