ExecutorService and provides all kinds
 of additional methods related to distributed systems.See: Description
| Class | Description | 
|---|---|
| DistributedExecutorService | |
| ExecutionCallbackAdapter | |
| ExecutorDataSerializerHook | |
| ExecutorPortableHook | |
| ExecutorServiceProxy | |
| RunnableAdapter<V> | 
This package contains IExecutorService functionality for Hazelcast.
 The IExecutorService extends the ExecutorService and provides all kinds
 of additional methods related to distributed systems. You can execute a task on a particular member, all members
 or a subset of members. You can also execute a task on a member which own a particular partition. This is very
 useful if you want to reduce the number of remote calls; it is better to send the logic to the data than to
 pull the data to the logic.
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.