| 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 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.util.scheduler | This package contains scheduler classes for Util | 
| Constructor and Description | 
|---|
| ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager,
                      ClientEngine clientEngine,
                      ExecutionService executionService,
                      HazelcastProperties hazelcastProperties) | 
| Constructor and Description | 
|---|
| MapKeyLoader(String mapName,
            OperationService opService,
            IPartitionService ps,
            ClusterService clusterService,
            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 | 
|---|
| CoalescingDelayedTrigger(ExecutionService executionService,
                        long delay,
                        long maxDelay,
                        Runnable runnable) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.