| Package | Description |
|---|---|
| com.hazelcast.client.console |
This package contains ClientConsoleApp
|
| com.hazelcast.client.cp.internal |
Contains client-side impl classes of the CP subsystem
|
| com.hazelcast.console |
This package contains classes related to ConsoleApp
|
| com.hazelcast.cp |
Contains public APIs of CP Subsystem
|
| com.hazelcast.cp.internal |
Contains implementation of CP Subsystem
|
| com.hazelcast.cp.internal.datastructures.atomiclong |
Contains service classes for the Raft-based
IAtomicLong implementation |
| com.hazelcast.cp.internal.datastructures.atomiclong.proxy |
Contains
IAtomicLong functionality
based on the Raft algorithm. |
| com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
| com.hazelcast.internal.longregister |
This package contains LongRegister implementation.
|
| com.hazelcast.internal.longregister.client |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
ClientConsoleApp.getAtomicNumber() |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
CPSubsystemImpl.getAtomicLong(String name) |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
ConsoleApp.getAtomicNumber() |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
CPSubsystem.getAtomicLong(String name)
Returns a proxy for an
IAtomicLong instance created on CP
Subsystem. |
| Modifier and Type | Method and Description |
|---|---|
IAtomicLong |
CPSubsystemImpl.getAtomicLong(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected IAtomicLong |
AtomicLongService.newRaftAtomicProxy(NodeEngineImpl nodeEngine,
RaftGroupId groupId,
String proxyName,
String objectNameForProxy) |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicLongProxy
Server-side Raft-based proxy implementation of
IAtomicLong |
| Constructor and Description |
|---|
AtomicLongMBean(IAtomicLong managedObject,
ManagementService service) |
| Modifier and Type | Class and Description |
|---|---|
class |
LongRegisterProxy
Partially implements
IAtomicLong. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientLongRegisterProxy
Proxy implementation of
IAtomicLong. |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.