Package | Description |
---|---|
com.hazelcast.impl | |
com.hazelcast.impl.base | |
com.hazelcast.impl.management | |
com.hazelcast.jmx |
The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast.
|
Modifier and Type | Field and Description |
---|---|
FactoryImpl |
Node.factory |
Modifier and Type | Method and Description |
---|---|
FactoryImpl |
ThreadContext.getCurrentFactory() |
FactoryImpl |
QProxyImpl.getFactory() |
FactoryImpl |
FactoryImpl.HazelcastInstanceProxy.getFactory() |
Modifier and Type | Method and Description |
---|---|
static MapEntry |
BaseManager.createSimpleMapEntry(FactoryImpl factory,
String name,
Object key,
Data value) |
com.hazelcast.impl.ThreadContext.CallCache |
ThreadContext.getCallCache(FactoryImpl factory) |
com.hazelcast.impl.ThreadContext.HazelcastInstanceThreadContext |
ThreadContext.getHazelcastInstanceThreadContext(FactoryImpl factory) |
static void |
FactoryImpl.kill(FactoryImpl factory) |
void |
CountDownLatchProxyImpl.set(String name,
FactoryImpl factory) |
void |
TopicProxyImpl.set(String name,
FactoryImpl factory) |
void |
ThreadContext.setCurrentFactory(FactoryImpl currentFactory) |
static void |
FactoryImpl.shutdown(FactoryImpl factory) |
void |
ThreadContext.shutdown(FactoryImpl factory) |
Constructor and Description |
---|
CountDownLatchProxyImpl(String name,
FactoryImpl factory) |
DefaultProxyFactory(FactoryImpl factory) |
FactoryImpl.HazelcastInstanceProxy(FactoryImpl factory) |
IdGeneratorProxyImpl(String name,
FactoryImpl factory) |
LifecycleServiceImpl(FactoryImpl factory) |
ListProxyImpl(String name,
FactoryImpl factory) |
Node(FactoryImpl factory,
Config config) |
SemaphoreProxyImpl(String name,
FactoryImpl factory) |
TransactionImpl(FactoryImpl factory,
long txnId) |
Modifier and Type | Field and Description |
---|---|
protected FactoryImpl |
FactoryAwareNamedProxy.factory |
Modifier and Type | Method and Description |
---|---|
FactoryImpl |
FactoryAwareNamedProxy.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setName(FactoryImpl factoryImpl,
String name) |
Constructor and Description |
---|
HazelcastManagedContext(FactoryImpl factory,
ManagedContext externalContext) |
Modifier and Type | Method and Description |
---|---|
protected FactoryImpl |
ClusterServiceCallable.getFactory() |
Constructor and Description |
---|
ManagementCenterService(FactoryImpl factoryImpl) |
Constructor and Description |
---|
ManagementService(FactoryImpl instance) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.