nizhikov commented on code in PR #13347:
URL: https://github.com/apache/ignite/pull/13347#discussion_r3559216263
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMvccManager.java:
##########
@@ -94,6 +99,18 @@ public class GridCacheMvccManager extends
GridCacheSharedManagerAdapter {
private static final int MAX_NESTED_LSNR_CALLS =
getInteger(IGNITE_MAX_NESTED_LISTENER_CALLS,
DFLT_MAX_NESTED_LISTENER_CALLS);
+ /** System view name for cache explicit locks. */
+ public static final String CACHE_EXPLICIT_LOCKS_VIEW =
"cacheExplicitLocks";
+
+ /** System view description for cache explicit locks. */
+ public static final String CACHE_EXPLICIT_LOCKS_VIEW_DESC = "Explicit
locks on cache keys";
+
+ /** System view name for cache locks. */
+ public static final String CACHE_KEY_LOCKS_VIEW = "cacheKeyLocks";
Review Comment:
metricName("cache", "key", "locks")
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]