| Package | Description | 
|---|---|
| com.hazelcast.client.impl | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.map.impl | 
 Contains implementation specific classes of  
com.hazelcast.map package. | 
| com.hazelcast.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| com.hazelcast.spi.impl.executionservice | 
 Contains the API for the  
InternalExecutionService. | 
| com.hazelcast.spi.impl.executionservice.impl | 
 Contains the implementation of the  
InternalExecutionService. | 
| com.hazelcast.spi.impl.operationservice.impl | 
 Contains the code for the  
InternalOperationService implementation. | 
| com.hazelcast.util.scheduler | 
 This package contains scheduler classes for Util 
 | 
| Constructor and Description | 
|---|
ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager,
                      ClientEngine clientEngine,
                      ExecutionService executionService,
                      GroupProperties groupProperties)  | 
| Constructor and Description | 
|---|
MapKeyLoader(String mapName,
            OperationService opService,
            InternalPartitionService ps,
            ExecutionService execService,
            IFunction<Object,Data> serialize)  | 
| Modifier and Type | Method and Description | 
|---|---|
ExecutionService | 
NodeEngine.getExecutionService()
Gets the ExecutionService. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalExecutionService
The internal  
ExecutionService. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecutionServiceImpl  | 
| Constructor and Description | 
|---|
InvocationMonitor(InvocationRegistry invocationRegistry,
                 ILogger logger,
                 GroupProperties props,
                 HazelcastThreadGroup hzThreadGroup,
                 ExecutionService executionService,
                 MetricsRegistry metricsRegistry)  | 
| Constructor and Description | 
|---|
CoalescingDelayedTrigger(ExecutionService executionService,
                        long delay,
                        long maxDelay,
                        Runnable runnable)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.