Package | Description |
---|---|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.management |
Contains classes to provide data/operation interface for Management Center.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
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 |
---|
SerializableManagedExecutorBean(ManagedExecutorService executorService) |
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 © 2014 Hazelcast, Inc.. All Rights Reserved.