| Package | Description | 
|---|---|
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.internal.jmx | 
 Contains Hazelcast management bean classes. 
 | 
| com.hazelcast.internal.management | 
 Contains classes to provide data/operation interface for Management Center. 
 | 
| com.hazelcast.internal.management.dto | 
 These contain the DTO object to exchange information with the management center. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
HazelcastInstanceImpl | 
Node.hazelcastInstance  | 
protected HazelcastInstanceImpl | 
HazelcastInstanceProxy.original  | 
| Modifier and Type | Method and Description | 
|---|---|
HazelcastInstanceImpl | 
HazelcastInstanceProxy.getOriginal()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Map<MemberImpl,HazelcastInstanceImpl> | 
HazelcastInstanceFactory.getInstanceImplMap()  | 
static Set<HazelcastInstanceImpl> | 
HazelcastInstanceFactory.getInstanceImpls(Collection<Member> members)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
HazelcastInstanceFactory.remove(HazelcastInstanceImpl instance)  | 
| Constructor and Description | 
|---|
HazelcastInstanceCacheManager(HazelcastInstanceImpl original)  | 
HazelcastInstanceProxy(HazelcastInstanceImpl original)  | 
HazelcastManagedContext(HazelcastInstanceImpl instance,
                       ManagedContext externalContext)  | 
LifecycleServiceImpl(HazelcastInstanceImpl instance)  | 
MemberImpl(Address address,
          MemberVersion version,
          boolean localMember,
          String uuid,
          HazelcastInstanceImpl instance)  | 
MemberImpl(Address address,
          MemberVersion version,
          boolean localMember,
          String uuid,
          HazelcastInstanceImpl instance,
          Map<String,Object> attributes,
          boolean liteMember)  | 
Node(HazelcastInstanceImpl hazelcastInstance,
    Config config,
    NodeContext nodeContext)  | 
| Constructor and Description | 
|---|
InstanceMBean(HazelcastInstanceImpl hazelcastInstance,
             ManagementService managementService)  | 
ManagementService(HazelcastInstanceImpl instance)  | 
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
                     InternalPartitionService partitionService,
                     ManagementService service)  | 
| Modifier and Type | Method and Description | 
|---|---|
HazelcastInstanceImpl | 
ManagementCenterService.getHazelcastInstance()  | 
| Constructor and Description | 
|---|
ManagementCenterService(HazelcastInstanceImpl instance)  | 
TimedMemberStateFactory(HazelcastInstanceImpl instance)  | 
| Constructor and Description | 
|---|
PartitionServiceBeanDTO(InternalPartitionService partitionService,
                       HazelcastInstanceImpl hazelcastInstance)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.