Uses of Class
com.hazelcast.instance.HazelcastInstanceImpl

Packages that use HazelcastInstanceImpl
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. 
 

Uses of HazelcastInstanceImpl in com.hazelcast.instance
 

Fields in com.hazelcast.instance declared as HazelcastInstanceImpl
 HazelcastInstanceImpl Node.hazelcastInstance
           
 

Constructors in com.hazelcast.instance with parameters of type HazelcastInstanceImpl
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)
           
Node(HazelcastInstanceImpl hazelcastInstance, Config config, NodeContext nodeContext)
           
 

Uses of HazelcastInstanceImpl in com.hazelcast.internal.management
 

Methods in com.hazelcast.internal.management that return HazelcastInstanceImpl
 HazelcastInstanceImpl ManagementCenterService.getHazelcastInstance()
           
 

Constructors in com.hazelcast.internal.management with parameters of type HazelcastInstanceImpl
ManagementCenterService(HazelcastInstanceImpl instance)
           
TimedMemberStateFactory(HazelcastInstanceImpl instance)
           
 

Uses of HazelcastInstanceImpl in com.hazelcast.internal.management.dto
 

Constructors in com.hazelcast.internal.management.dto with parameters of type HazelcastInstanceImpl
PartitionServiceBeanDTO(InternalPartitionService partitionService, HazelcastInstanceImpl hazelcastInstance)
           
 

Uses of HazelcastInstanceImpl in com.hazelcast.internal.monitors
 

Constructors in com.hazelcast.internal.monitors with parameters of type HazelcastInstanceImpl
HealthMonitor(HazelcastInstanceImpl hazelcastInstance, HealthMonitorLevel logLevel, int delaySeconds)
           
PerformanceMonitor(HazelcastInstanceImpl hazelcastInstance, int delaySeconds)
           
 

Uses of HazelcastInstanceImpl in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type HazelcastInstanceImpl
InstanceMBean(HazelcastInstanceImpl hazelcastInstance, ManagementService managementService)
           
ManagementService(HazelcastInstanceImpl instance)
           
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance, InternalPartitionService partitionService, ManagementService service)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.