| Package | Description | 
|---|---|
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| 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. | 
| com.hazelcast.internal.monitors | Contains functionality what is happening in a HazelcastInstance. | 
| com.hazelcast.jmx | Contains Hazelcast management bean classes. | 
| Modifier and Type | Field and Description | 
|---|---|
| HazelcastInstanceImpl | Node. hazelcastInstance | 
| Constructor and Description | 
|---|
| HazelcastManagedContext(HazelcastInstanceImpl instance,
                       ManagedContext externalContext) | 
| LifecycleServiceImpl(HazelcastInstanceImpl instance) | 
| MemberImpl(Address address,
          boolean localMember,
          String uuid,
          HazelcastInstanceImpl instance) | 
| MemberImpl(Address address,
          boolean localMember,
          String uuid,
          HazelcastInstanceImpl instance,
          Map<String,Object> attributes,
          boolean liteMember) | 
| Node(HazelcastInstanceImpl hazelcastInstance,
    Config config,
    NodeContext nodeContext) | 
| 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) | 
| Constructor and Description | 
|---|
| PerformanceMonitor(HazelcastInstanceImpl hazelcastInstance) | 
| Constructor and Description | 
|---|
| InstanceMBean(HazelcastInstanceImpl hazelcastInstance,
             ManagementService managementService) | 
| ManagementService(HazelcastInstanceImpl instance) | 
| PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
                     InternalPartitionService partitionService,
                     ManagementService service) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.