| Package | Description |
|---|---|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.executor.impl |
This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
| com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
| com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
| Modifier and Type | Method and Description |
|---|---|
IExecutorService |
HazelcastInstance.getExecutorService(String name)
Returns the distributed executor service for the given name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorServiceProxy |
| Modifier and Type | Method and Description |
|---|---|
IExecutorService |
HazelcastInstanceImpl.getExecutorService(String name) |
IExecutorService |
HazelcastInstanceProxy.getExecutorService(String name) |
| Constructor and Description |
|---|
ExecutorServiceMBean(IExecutorService managedObject,
ManagementService service) |
Copyright © 2018. All Rights Reserved.