| Package | Description |
|---|---|
| com.hazelcast.client | |
| com.hazelcast.core | |
| com.hazelcast.examples | |
| com.hazelcast.impl | |
| com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicNumberClientProxy |
| Modifier and Type | Method and Description |
|---|---|
AtomicNumber |
HazelcastClient.getAtomicNumber(String name) |
| Modifier and Type | Method and Description |
|---|---|
static AtomicNumber |
Hazelcast.getAtomicNumber(String name)
Deprecated.
as of version 2.2
|
AtomicNumber |
HazelcastInstance.getAtomicNumber(String name)
Creates cluster-wide atomic long.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicNumber |
TestApp.getAtomicNumber() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomicNumberProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicNumberProxyImpl |
| Modifier and Type | Method and Description |
|---|---|
AtomicNumber |
FactoryImpl.getAtomicNumber(String name) |
AtomicNumber |
FactoryImpl.HazelcastInstanceProxy.getAtomicNumber(String name) |
| Constructor and Description |
|---|
AtomicNumberMBean(AtomicNumber managedObject,
ManagementService managementService) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.