Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.proxy | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.executor |
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 | |
com.hazelcast.jmx |
Contains Hazelcast MBean classes.
|
Modifier and Type | Method and Description |
---|---|
IExecutorService |
HazelcastClient.getExecutorService(String name) |
IExecutorService |
HazelcastClientProxy.getExecutorService(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientExecutorServiceProxy |
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 |
HazelcastInstanceProxy.getExecutorService(String name) |
IExecutorService |
HazelcastInstanceImpl.getExecutorService(String name) |
Constructor and Description |
---|
ExecutorServiceMBean(IExecutorService managedObject,
ManagementService service) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.