Re: Id-generator

2018-05-10 Thread Ilya Kasnacheev
I specify IgniteAtomicLong in my cacheconfiguration xml I use to > bring up my server node? > > > > Gary > > > > *From:* Ilya Kasnacheev [mailto:ilya.kasnach...@gmail.com] > *Sent:* Thursday, May 10, 2018 9:17 AM > *To:* user@ignite.apache.org > *Subject:* Re: Id-genera

RE: Id-generator

2018-05-10 Thread Rusher,Gary
So can I specify IgniteAtomicLong in my cacheconfiguration xml I use to bring up my server node? Gary From: Ilya Kasnacheev [mailto:ilya.kasnach...@gmail.com] Sent: Thursday, May 10, 2018 9:17 AM To: user@ignite.apache.org Subject: Re: Id-generator Hello! For example, you could have

Re: Id-generator

2018-05-10 Thread Ilya Kasnacheev
Hello! For example, you could have an IgniteAtomicLong, call incrementAndGet() on it. This way you can be reasonably sure that numbers are unique per cluster. Regards, -- Ilya Kasnacheev 2018-05-10 16:59 GMT+03:00 Rusher,Gary : > Hi, > > > > Doing proof of