Uses of Interface
com.hazelcast.util.executor.ManagedExecutorService

Packages that use ManagedExecutorService
com.hazelcast.internal.management.dto These contain the DTO object to exchange information with the management center. 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl.executionservice.impl Contains the implementation of the InternalExecutionService
com.hazelcast.util.executor This package contains classes related to Util.Executor
 
 

Uses of ManagedExecutorService in com.hazelcast.internal.management.dto
 

Constructors in com.hazelcast.internal.management.dto with parameters of type ManagedExecutorService
ManagedExecutorDTO(ManagedExecutorService executorService)
           
 

Uses of ManagedExecutorService in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type ManagedExecutorService
ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance, ManagedExecutorService executorService, ManagementService service)
           
 

Uses of ManagedExecutorService in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return ManagedExecutorService
 ManagedExecutorService ExecutionService.getExecutor(String name)
           
 ManagedExecutorService ExecutionService.register(String name, int poolSize, int queueCapacity, ExecutorType type)
           
 

Uses of ManagedExecutorService in com.hazelcast.spi.impl.executionservice.impl
 

Methods in com.hazelcast.spi.impl.executionservice.impl that return ManagedExecutorService
 ManagedExecutorService ExecutionServiceImpl.getExecutor(String name)
           
 ManagedExecutorService ExecutionServiceImpl.register(String name, int defaultPoolSize, int defaultQueueCapacity, ExecutorType type)
           
 

Uses of ManagedExecutorService in com.hazelcast.util.executor
 

Classes in com.hazelcast.util.executor that implement ManagedExecutorService
 class CachedExecutorServiceDelegate
           
 class NamedThreadPoolExecutor
           
 



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