Пример #1
0
 public IAtomicLong getAtomicNumber() {
   atomicNumber = hazelcast.getAtomicLong(namespace);
   return atomicNumber;
 }