Uses of Class
com.hazelcast.instance.HazelcastInstanceImpl

Packages that use HazelcastInstanceImpl
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.management Contains classes to provide data/operation interface for Management Center. 
com.hazelcast.util This package contains classes to support the inner workings of Hazelcast as well as some backports of newer Java features / data structures to support older Java versions in a clean and nice way. 
 

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.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)
           
 

Uses of HazelcastInstanceImpl in com.hazelcast.management
 

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

Constructors in com.hazelcast.management with parameters of type HazelcastInstanceImpl
ManagementCenterService(HazelcastInstanceImpl instance)
           
SerializablePartitionServiceBean(InternalPartitionService partitionService, HazelcastInstanceImpl hazelcastInstance)
           
TimedMemberStateFactory(HazelcastInstanceImpl instance)
           
 

Uses of HazelcastInstanceImpl in com.hazelcast.util
 

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



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