|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAtomicLong | |
---|---|
com.hazelcast.client.console | This package contains ClientConsoleApp |
com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
com.hazelcast.concurrent.atomiclong | This package contains IAtomicLong functionality for Hazelcast. The IAtomicLong is the distributed version of the AtomicLong . |
com.hazelcast.concurrent.idgen | This package contains IdGenerator functionality for Hazelcast. With the IdGenerator it is very simple to create cluster wide id's. |
com.hazelcast.console | This package contains classes related to ConsoleApp |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
com.hazelcast.jca | This package contains jca functionality |
com.hazelcast.jmx | Contains Hazelcast management bean classes. |
Uses of IAtomicLong in com.hazelcast.client.console |
---|
Methods in com.hazelcast.client.console that return IAtomicLong | |
---|---|
IAtomicLong |
ClientConsoleApp.getAtomicNumber()
|
Uses of IAtomicLong in com.hazelcast.client.impl |
---|
Methods in com.hazelcast.client.impl that return IAtomicLong | |
---|---|
IAtomicLong |
HazelcastClientInstanceImpl.getAtomicLong(String name)
|
IAtomicLong |
HazelcastClientProxy.getAtomicLong(String name)
|
Uses of IAtomicLong in com.hazelcast.client.proxy |
---|
Classes in com.hazelcast.client.proxy that implement IAtomicLong | |
---|---|
class |
ClientAtomicLongProxy
|
Constructors in com.hazelcast.client.proxy with parameters of type IAtomicLong | |
---|---|
ClientIdGeneratorProxy(String serviceName,
String objectId,
IAtomicLong atomicLong)
|
Uses of IAtomicLong in com.hazelcast.concurrent.atomiclong |
---|
Classes in com.hazelcast.concurrent.atomiclong that implement IAtomicLong | |
---|---|
class |
AtomicLongProxy
|
Uses of IAtomicLong in com.hazelcast.concurrent.idgen |
---|
Constructors in com.hazelcast.concurrent.idgen with parameters of type IAtomicLong | |
---|---|
IdGeneratorProxy(IAtomicLong blockGenerator,
String name,
NodeEngine nodeEngine,
IdGeneratorService service)
|
Uses of IAtomicLong in com.hazelcast.console |
---|
Methods in com.hazelcast.console that return IAtomicLong | |
---|---|
IAtomicLong |
ConsoleApp.getAtomicNumber()
|
Uses of IAtomicLong in com.hazelcast.core |
---|
Subinterfaces of IAtomicLong in com.hazelcast.core | |
---|---|
interface |
AsyncAtomicLong
This interface is an IAtomicLong interface that exposes its operations using an
ICompletableFuture interface 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.instance |
---|
Methods in com.hazelcast.instance that return IAtomicLong | |
---|---|
IAtomicLong |
HazelcastInstanceImpl.getAtomicLong(String name)
|
IAtomicLong |
HazelcastInstanceProxy.getAtomicLong(String name)
|
Uses of IAtomicLong in com.hazelcast.jca |
---|
Methods in com.hazelcast.jca that return IAtomicLong | |
---|---|
IAtomicLong |
HazelcastConnectionImpl.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 |