Dmitriy, Kevin,

IgniteQueue implementation is stored in a system cache that is unavailable through public API.

Sure, you can get a reference to metrics using a private API [1], however as I see from the sources there is no sense to do this because this system cache is shared among other data structures.

Igniters, correct me if I'm wrong.

--
Denis

[1]

((IgniteKernal)ignite).internalCache("datastructures_0").metrics();



On 10/29/2015 4:20 PM, kevin wrote:
Hi Dmitriy,

That was what I'm not sure of. How do I get the cache stats for a queue?
Since I only have the IgniteQueue interface, I don't see any methods on it
that could help me with this.

Thanks
Kevin



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Queue-stats-tp1727p1763.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to