| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.concurrent |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Threads.NamePredicate
A predicate implementation which matches a thread or threadgroup name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<ThreadGroup> |
Threads.findThreadGroups(ThreadGroup group,
boolean recurse,
Threads.ThreadGroupPredicate predicate)
Select all active threadgroups which match the given predicate and which is a subgroup of the given thread group (or one of its subgroups).
|
static Collection<ThreadGroup> |
Threads.findThreadGroups(Threads.ThreadGroupPredicate predicate)
Select all active threadgroups which match the given predicate.
|
Copyright © 2020. All rights reserved.