Uses of Class
com.hazelcast.concurrent.atomiclong.LongWrapper

Packages that use LongWrapper
com.hazelcast.concurrent.atomiclong This package contains IAtomicLong functionality for Hazelcast.
The IAtomicLong is the distributed version of the AtomicLong
com.hazelcast.concurrent.atomiclong.operations This package contains the operations on the IAtomicLong.
 
 

Uses of LongWrapper in com.hazelcast.concurrent.atomiclong
 

Methods in com.hazelcast.concurrent.atomiclong that return LongWrapper
 LongWrapper AtomicLongService.getNumber(String name)
           
 

Uses of LongWrapper in com.hazelcast.concurrent.atomiclong.operations
 

Methods in com.hazelcast.concurrent.atomiclong.operations that return LongWrapper
 LongWrapper AtomicLongBaseOperation.getNumber()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.