Re: how ignite c++ node set baselinetopology

2018-08-16 Thread Igor Sapego
Pave, do you have time to do the same for .Net? > > -- > Denis > > -- Forwarded message - > From: aealexsandrov > Date: Tue, Aug 14, 2018 at 3:23 AM > Subject: Re: how ignite c++ node set baselinetopology > To: > > > Hi, > > C+

Fwd: how ignite c++ node set baselinetopology

2018-08-15 Thread Denis Magda
Igor, I think it's reasonable to add the baseline topology APIs to C++. Can you plan this for the nearest releases? Pave, do you have time to do the same for .Net? -- Denis -- Forwarded message - From: aealexsandrov Date: Tue, Aug 14, 2018 at 3:23 AM Subject: Re: how ignite c

Re: how ignite c++ node set baselinetopology

2018-08-14 Thread aealexsandrov
Hi, C++ API doesn't contain the methods to update the baseline. So, in this case, you can use Java API for it: Add the code that will listen to the EVT_NODE_JOINED event private final IgniteEx ignite; ignite.events().localListen(event -> { DiscoveryEvent e = (DiscoveryEvent)event;

how ignite c++ node set baselinetopology

2018-08-13 Thread wangsan
I have a java node with persistence. Then when c++ node join.how to active and set blt with api? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/