| 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.mappackage. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| 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  InternalOperationServiceimplementation. | 
| 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  | InternalExecutionServiceThe 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 © 2015 Hazelcast, Inc.. All Rights Reserved.