| Package | Description |
|---|---|
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.client.examples | |
| com.hazelcast.client.proxy | |
| 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.core |
Provides core API interfaces/classes.
|
| com.hazelcast.examples |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
| com.hazelcast.instance | |
| com.hazelcast.jca | |
| com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
HazelcastClient.getAtomicLong(String name) |
IAtomicLong |
HazelcastClientProxy.getAtomicLong(String name) |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
ClientTestApp.getAtomicNumber() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientAtomicLongProxy |
| Constructor and Description |
|---|
ClientIdGeneratorProxy(String instanceName,
String serviceName,
String objectId,
IAtomicLong atomicLong) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicLongProxy |
| Constructor and Description |
|---|
IdGeneratorProxy(IAtomicLong blockGenerator,
String name,
NodeEngine nodeEngine,
IdGeneratorService service) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncAtomicLong
A
IAtomicLong that exposes its operations using a ICompletableFuture
so it can be used in the reactive programming model approach. |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
HazelcastInstance.getAtomicLong(String name)
Creates cluster-wide atomic long.
|
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
TestApp.getAtomicNumber() |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
HazelcastInstanceImpl.getAtomicLong(String name) |
IAtomicLong |
HazelcastInstanceProxy.getAtomicLong(String name) |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
HazelcastConnection.getAtomicLong(String name) |
IAtomicLong |
HazelcastConnectionImpl.getAtomicLong(String name) |
| Constructor and Description |
|---|
AtomicLongMBean(IAtomicLong managedObject,
ManagementService service) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.