See: Description
| Interface | Description | 
|---|---|
| ManagedExecutorService | |
| StripedRunnable | 
 Striped Runnable is used in StripedExecutor. 
 | 
| TimeoutRunnable | 
 Interface for runnable with timeout value 
 | 
| Class | Description | 
|---|---|
| AbstractExecutorThreadFactory | |
| CachedExecutorServiceDelegate | |
| CompletableFutureTask<V> | |
| CompletedFuture<V> | |
| DelegatingFuture<V> | |
| HazelcastManagedThread | 
 Base class for all Hazelcast threads to manage them from a single point. 
 | 
| NamedThreadPoolExecutor | |
| PoolExecutorThreadFactory | |
| SingleExecutorThreadFactory | |
| StripedExecutor | 
 The StripedExecutor internally uses a stripe of queues and each queue has its own private worker-thread. 
 | 
| Enum | Description | 
|---|---|
| ExecutorType | 
This package contains classes related to Util.Executor 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.