Hi all, Is there a way to list all available distributed locks within the cluster? Would be nice to allow some sort of monitoring about used locks and their correct disposal by our application.
In fact I'm looking for something similar to: org.apache.ignite.Ignite#cacheNames but for locks. Looking at the source code, I found the following map containing some of the desired information: org.apache.ignite.internal.processors.datastructures.DataStructuresProcessor#dsMap -> Any way to expose this content by API? Regards, Paolo -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/