Re: ignite .net programatically access cluster config (not working)

2018-10-01 Thread wt
thanks ill try the compute tasks route -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite .net programatically access cluster config (not working)

2018-09-28 Thread ilya.kasnacheev
Hello! You can send compute tasks to other nodes to determine their data regions using code. You can also just take a look at Web Console to see if it suits your needs: https://apacheignite-tools.readme.io/docs/ignite-web-console Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabb

Re: ignite .net programatically access cluster config (not working)

2018-09-27 Thread wt
i am building a management tool that creates and manages caches and for this i wanted to be able to dynamically detect the data regions on the cluster -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite .net programatically access cluster config (not working)

2018-09-26 Thread Ilya Kasnacheev
Hello! I don't think so. Why would you want to do that? Regards, -- Ilya Kasnacheev ср, 26 сент. 2018 г. в 16:54, wt : > I don't but looking to query what data regions exist on the cluster. Is > there > a way to do this from the client? > > > > -- > Sent from: http://apache-ignite-users.70518

Re: ignite .net programatically access cluster config (not working)

2018-09-26 Thread wt
I don't but looking to query what data regions exist on the cluster. Is there a way to do this from the client? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite .net programatically access cluster config (not working)

2018-09-26 Thread Ilya Kasnacheev
Hello! Why do you have data regions on client node? Regards, -- Ilya Kasnacheev вт, 25 сент. 2018 г. в 20:24, wt : > hi > > I have a single node cluster started with the following config > > >maxSize="124288000"/> > > persistenceEnabled="true" maxSize="524288000" evic

ignite .net programatically access cluster config (not working)

2018-09-25 Thread wt
hi I have a single node cluster started with the following config when i launch a client and do Iignite.GetCluster().Configuration here is the screenshot of the config the client gets - the data storage config is null 2018-09-25_18-22-15.png