| Package | Description | 
|---|---|
| com.hazelcast.internal.jmx | Contains Hazelcast management bean classes. | 
| com.hazelcast.internal.management.dto | These contain the DTO object to exchange information with the management center. | 
| com.hazelcast.map.impl.query | |
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| com.hazelcast.spi.impl.executionservice.impl | Contains the implementation of the  InternalExecutionService. | 
| com.hazelcast.util.executor | This package contains classes related to Util.Executor  | 
| Constructor and Description | 
|---|
| ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance,
                           ManagedExecutorService executorService,
                           ManagementService service) | 
| Constructor and Description | 
|---|
| ManagedExecutorDTO(ManagedExecutorService executorService) | 
| Constructor and Description | 
|---|
| ParallelAccumulationExecutor(ManagedExecutorService executor,
                            SerializationService serializationService,
                            int callTimeoutInMillis) | 
| ParallelPartitionScanExecutor(PartitionScanRunner partitionScanRunner,
                             ManagedExecutorService executor,
                             int timeoutInMillis) | 
| Modifier and Type | Method and Description | 
|---|---|
| ManagedExecutorService | ExecutionService. getExecutor(String name) | 
| ManagedExecutorService | ExecutionService. register(String name,
        int poolSize,
        int queueCapacity,
        ExecutorType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| ManagedExecutorService | ExecutionServiceImpl. getDurable(String name) | 
| ManagedExecutorService | ExecutionServiceImpl. getExecutor(String name) | 
| ManagedExecutorService | ExecutionServiceImpl. register(String name,
        int defaultPoolSize,
        int defaultQueueCapacity,
        ExecutorType type) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachedExecutorServiceDelegate | 
| class  | NamedThreadPoolExecutor | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.