Re: Ignite SystemViews with java thin client

2020-05-25 Thread kay
Thank you so much, I'll see -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite SystemViews with java thin client

2020-05-25 Thread Alex Plehanov
Hello, You can't get server-side JMX metrics by thin client, but you can query views by SQL. Here [1] is an example of querying system views using thin client (currently system schema was renamed, so you should use setSchema("SYS") instead of setSchema("IGNITE")) The full list of system views

Ignite SystemViews with java thin client

2020-05-25 Thread kay
Hello, I have 4 remote nodes and I use java thin client for put/get data. I should get Node, Data Region, Cache information(Name, Size, Cache Mode Data Eviction Mode and so on..) cause have to make Ignite admin pages. I figured out JMX beans and System Views. But I don't know how to use