Package | Description |
---|---|
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.map.impl.query | |
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
|
Constructor and Description |
---|
ManagedExecutorDTO(ManagedExecutorService executorService) |
Constructor and Description |
---|
ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance,
ManagedExecutorService executorService,
ManagementService service) |
Modifier and Type | Field and Description |
---|---|
protected ManagedExecutorService |
MapQueryEngineImpl.executor |
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.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 © 2016 Hazelcast, Inc.. All Rights Reserved.