| Package | Description | 
|---|---|
| com.hazelcast.executor.impl | This package contains IExecutorService functionality for Hazelcast. The IExecutorService extends the ExecutorServiceand provides all kinds
 of additional methods related to distributed systems. | 
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| com.hazelcast.spi.impl.operationexecutor | Contains the  OperationRunnercode. | 
| com.hazelcast.spi.impl.operationexecutor.impl | Contains the  OperationExecutorImplcode. | 
| com.hazelcast.spi.impl.operationparker.impl | Contains the implementation code for the  OperationParker. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DistributedExecutorService. populate(LiveOperations liveOperations) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CallsPerMemberImplements  LiveOperationsand additionally collects the call IDs of operations on remote members
 whose cancellation was requested. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LiveOperationsTracker. populate(LiveOperations liveOperations)Populate the LiveOperations | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OperationExecutor. scan(LiveOperations result) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OperationExecutorImpl. scan(LiveOperations result) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OperationParkerImpl. populate(LiveOperations liveOperations) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OperationServiceImpl. populate(LiveOperations liveOperations) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.