Re: ignitevisorcmd tool - alternate option

2024-04-12 Thread Николай Ижиков
Hello, Charlin Please, take a look at system views: NODES, BASELINE_NODES. You can query them by control.sh - https://ignite.apache.org/docs/latest/tools/control-script#system-view-command control.sh --system-view nodes > 12 апр. 2024 г., в 15:38, Charlin S написал(а): > > Hi Pavel, >

Re: ignitevisorcmd tool - alternate option

2024-04-12 Thread Charlin S
Hi Pavel, Thank you for your email. --baseline argument not showing client node list, actually 1 server and 1 client node should shown [image: image.png] Thanks & Regards, Charlin On Wed, 10 Apr 2024 at 18:40, Pavel Tupitsyn wrote: > control.sh is the replacement: >

Re: Cache put event new value type

2024-04-12 Thread Stephen Darlington
You can always convert it back into a POJO using the deserialize method: var y = x.deserialize(); On Thu, 11 Apr 2024 at 19:09, Victor wrote: > Hi > > In Ignite 2.16, I seeing that newVal method of cache event returns a > BinaryObjectImpl. Is it possible to make it return actual user-defined