| 接口 | 说明 |
|---|---|
| BoundedConcurrentHashMap.EvictionListener<K,V> | |
| BoundedConcurrentHashMap.EvictionPolicy<K,V> | |
| TaskInterceptor | |
| Threads.ThreadGroupPredicate |
A predicate for selecting threadgroups.
|
| Threads.ThreadPredicate |
A predicate for selecting threads.
|
| TimeoutRunnable |
Interface for runnable with timeout value
|
| 类 | 说明 |
|---|---|
| Atomics | |
| BlockingMode |
A type-safe enum for the BasicThreadPool blocking mode.
|
| BoundedConcurrentHashMap<K,V> |
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates.
|
| CommonTask<V> | |
| CommonTask.CallableToRunnable | |
| CommonTask.RunnableToCallable<V> | |
| CommonThreadFactory |
Assume :
1) one prefix to many factory
2) one factory to many thread
|
| ConcurrentCyclicSequence<T> |
A concurrent cyclic sequence of elements that can be used for round robin.
|
| ConcurrentHashSet<E> | |
| CopyOnWriteConcurrentMap<K,V> | |
| MpscQueue<E> |
An optionally-bounded blocking queue based on
linked nodes.
|
| ThreadPoolProperties | |
| Threads | |
| Threads.NamePredicate |
A predicate implementation which matches a thread or threadgroup name.
|
| Threads.ThreadIdPredicate |
A predicate implementation which matches a thread id.
|
| Uninterrupteds |
Utilities for treating interruptible operations as uninterruptible.
|
| WrappedCallable<V> | 已过时 |
| WrappedRunnable | 已过时 |
| WrappedTask<V> | 已过时 |
| WrappedTasks | 已过时 |
| WrappedThread |
| 枚举 | 说明 |
|---|---|
| BoundedConcurrentHashMap.Eviction |
Copyright © 2022. All rights reserved.