| Package | Description | 
|---|---|
| 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. 
 | 
| 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.internal.jmx | 
 Contains Hazelcast management bean classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IAtomicLong | 
ClientConsoleApp.getAtomicNumber()  | 
| Modifier and Type | Method and Description | 
|---|---|
IAtomicLong | 
HazelcastClientInstanceImpl.getAtomicLong(String name)  | 
IAtomicLong | 
HazelcastClientProxy.getAtomicLong(String name)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientAtomicLongProxy
Proxy implementation of  
IAtomicLong. | 
| Constructor and Description | 
|---|
ClientIdGeneratorProxy(String serviceName,
                      String objectId,
                      ClientContext context,
                      IAtomicLong blockGenerator)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AtomicLongProxy  | 
| Constructor and Description | 
|---|
IdGeneratorImpl(IAtomicLong blockGenerator)  | 
IdGeneratorProxy(IAtomicLong blockGenerator,
                String name,
                NodeEngine nodeEngine,
                IdGeneratorService service)  | 
| Modifier and Type | Method and Description | 
|---|---|
IAtomicLong | 
ConsoleApp.getAtomicNumber()  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AsyncAtomicLong
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
IAtomicLong | 
HazelcastInstance.getAtomicLong(String name)
Creates cluster-wide atomic long. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IAtomicLong | 
HazelcastInstanceImpl.getAtomicLong(String name)  | 
IAtomicLong | 
HazelcastInstanceProxy.getAtomicLong(String name)  | 
| Constructor and Description | 
|---|
AtomicLongMBean(IAtomicLong managedObject,
               ManagementService service)  | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.