|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAtomicLong | |
|---|---|
| com.hazelcast.client | This package contains the serverside client functionality |
| com.hazelcast.core | Provides core API interfaces/classes. |
| com.hazelcast.jca | |
| com.hazelcast.jmx | Contains Hazelcast MBean classes. |
| Uses of IAtomicLong in com.hazelcast.client |
|---|
| Methods in com.hazelcast.client that return IAtomicLong | |
|---|---|
IAtomicLong |
HazelcastClientProxy.getAtomicLong(String name)
|
IAtomicLong |
HazelcastClient.getAtomicLong(String name)
|
| Uses of IAtomicLong in com.hazelcast.core |
|---|
| Subinterfaces of IAtomicLong in com.hazelcast.core | |
|---|---|
interface |
AsyncAtomicLong
A IAtomicLong that exposes its operations using a ICompletableFuture
so it can be used in the reactive programming model approach. |
| Methods in com.hazelcast.core that return IAtomicLong | |
|---|---|
IAtomicLong |
HazelcastInstance.getAtomicLong(String name)
Creates cluster-wide atomic long. |
| Uses of IAtomicLong in com.hazelcast.jca |
|---|
| Methods in com.hazelcast.jca that return IAtomicLong | |
|---|---|
IAtomicLong |
HazelcastConnectionImpl.getAtomicLong(String name)
|
IAtomicLong |
HazelcastConnection.getAtomicLong(String name)
|
| Uses of IAtomicLong in com.hazelcast.jmx |
|---|
| Constructors in com.hazelcast.jmx with parameters of type IAtomicLong | |
|---|---|
AtomicLongMBean(IAtomicLong managedObject,
ManagementService service)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||