by Peter Veentjer / Mar 14, 2014
AtomicReference and function methods
One of the new features in Hazelcast 3.2, which is going to be released in January, is the IAtomicReference. The IAtomicReference is the distributed version of the Java AtomicReference and can be created like this: This will create/load the IAtomicReference with the name ‘foo’. We already had the IAtomicLong,...