Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
Modifier and Type | Method and Description |
---|---|
IAtomicLong |
HazelcastClientProxy.getAtomicLong(String name) |
IAtomicLong |
HazelcastClient.getAtomicLong(String name) |
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 |
HazelcastConnectionImpl.getAtomicLong(String name) |
IAtomicLong |
HazelcastConnection.getAtomicLong(String name) |
Constructor and Description |
---|
AtomicLongMBean(IAtomicLong managedObject,
ManagementService service) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.