See: Description
| Interface | Description |
|---|---|
| ReferenceCounted<T> |
Reference counting interface.
|
| ReferenceFactory<T extends ReferenceCounted<?>> |
Reference factory.
|
| ReferenceManager<T> |
Reference manager.
|
| Scheduled |
Scheduled task.
|
| Scheduler |
Scheduler.
|
| ThreadContext |
Thread context.
|
| ThreadContextFactory |
Thread context factory.
|
| Class | Description |
|---|---|
| AbstractThreadContext |
Abstract thread context.
|
| AtomixFuture<T> |
A
CompletableFuture that tracks whether the future or one of its descendants has been blocked on
a CompletableFuture.get() or CompletableFuture.join() call. |
| AtomixThread |
Atomix thread.
|
| AtomixThreadFactory |
Named thread factory.
|
| BlockingAwareFuture<T> |
A
CompletableFuture that tracks whether the future or one of its descendants has been blocked on
a CompletableFuture.get() or CompletableFuture.join() call. |
| BlockingAwareSingleThreadContext |
Blocking aware single thread context.
|
| BlockingAwareSingleThreadContextFactory |
Single thread context factory.
|
| BlockingAwareThreadPoolContext |
Blocking aware thread pool context.
|
| BlockingAwareThreadPoolContextFactory |
Thread pool context factory.
|
| ComposableFuture<T> |
Special implementation of
CompletableFuture with missing utility methods. |
| Futures |
Utilities for creating completed and exceptional futures.
|
| NullThreadContext |
Null thread context.
|
| OrderedExecutor |
Executor that executes tasks in order on a shared thread pool.
|
| OrderedFuture<T> |
A
CompletableFuture that ensures callbacks are called in FIFO order. |
| ReferencePool<T extends ReferenceCounted<?>> |
Pool of reference counted objects.
|
| Retries |
Retry utilities.
|
| RetryingFunction<U,V> |
Function that retries execution on failure.
|
| SingleThreadContext |
Single threaded context.
|
| SingleThreadContextFactory |
Single thread context factory.
|
| ThreadPoolContext |
Thread pool context.
|
| ThreadPoolContextFactory |
Thread pool context factory.
|
| Threads |
Thread utilities.
|
| Enum | Description |
|---|---|
| ThreadModel |
Raft thread model.
|
Copyright © 2013–2019. All rights reserved.