| Package | Description |
|---|---|
| com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| com.hazelcast.spi.impl | |
| com.hazelcast.util.executor |
| Constructor and Description |
|---|
ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance,
ManagedExecutorService executorService,
ManagementService service) |
| 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 poolSize,
int queueCapacity,
ExecutorType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedExecutorServiceDelegate |
class |
NamedThreadPoolExecutor |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.