See: Description
| Interface | Description |
|---|---|
| ManagedExecutorService | |
| StripedRunnable |
Striped Runnable is used in StripedExecutor.
|
| TimeoutRunnable |
Interface for runnable with timeout value
|
| UnblockableThread |
Marker interface for threads that waiting for the responses operations are not allowed.
|
| Class | Description |
|---|---|
| AbstractExecutorThreadFactory | |
| CachedExecutorServiceDelegate | |
| CompletableFutureTask<V> | |
| HazelcastManagedThread |
Base class for all Hazelcast threads to manage them from a single point.
|
| LoggingScheduledExecutor |
Logs execution exceptions by overriding
ThreadPoolExecutor.afterExecute(java.lang.Runnable, java.lang.Throwable)
and ScheduledThreadPoolExecutor.decorateTask(java.lang.Runnable, java.util.concurrent.RunnableScheduledFuture<V>) methods. |
| NamedThreadPoolExecutor | |
| PoolExecutorThreadFactory | |
| SingleExecutorThreadFactory | |
| StripedExecutor |
The StripedExecutor internally uses a stripe of queues and each queue has its own private worker-thread.
|
| UnblockablePoolExecutorThreadFactory |
This factory is implemented to have a thread factory that creates threads with `UnblockableThread` interface.
|
| Enum | Description |
|---|---|
| ExecutorType |
This package contains classes related to Util.Executor
Copyright © 2019 Hazelcast, Inc.. All rights reserved.