Re: Re: How does node vistor task can work?

2017-07-19 Thread aa...@tophold.com
Got very appreciate, thanks Mikhail! Regards Aaron aa...@tophold.com From: mcherkasov Date: 2017-07-19 22:29 To: user Subject: Re: How does node vistor task can work? Hi Arron, you use internal classes that isn't part of public api, please read this article: https://apacheignite.read

Re: How does node vistor task can work?

2017-07-19 Thread mcherkasov
18.x6.nabble.com/How-does-node-vistor-task-can-work-tp15095p15124.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Re: How does node vistor task can work?

2017-07-19 Thread aa...@tophold.com
got thanks!!! aa...@tophold.com From: ezhuravlev Date: 2017-07-19 21:21 To: user Subject: Re: How does node vistor task can work? You don't need to use Visor tasks to get statistics. Try this: ignite.cluster().metrics() or ignite.cluster().node(node).metrics() Evgeniii --

Re: How does node vistor task can work?

2017-07-19 Thread ezhuravlev
You don't need to use Visor tasks to get statistics. Try this: ignite.cluster().metrics() or ignite.cluster().node(node).metrics() Evgeniii -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-does-node-vistor-task-can-work-tp15095p15121.html Sent fro

How does node vistor task can work?

2017-07-18 Thread aa...@tophold.com
Try to fetch all nodes' statistic over the cluster but got exception: -- for (ClusterNode node : ignite.cluster().forRemotes().nodes()) { VisorGridConfiguration result = ignite.compute(ignite.cluster().forNode(node)).withNoFailover().execute(VisorNodeConfigurationCol