|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadFactories.Type | |
|---|---|
| com.atlassian.util.concurrent | |
| Uses of ThreadFactories.Type in com.atlassian.util.concurrent |
|---|
| Methods in com.atlassian.util.concurrent that return ThreadFactories.Type | |
|---|---|
static ThreadFactories.Type |
ThreadFactories.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ThreadFactories.Type[] |
ThreadFactories.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.util.concurrent with parameters of type ThreadFactories.Type | |
|---|---|
static java.util.concurrent.ThreadFactory |
ThreadFactories.namedThreadFactory(java.lang.String name,
ThreadFactories.Type type)
Get a ThreadFactory with the required name prefix and type (user or
daemon). |
static java.util.concurrent.ThreadFactory |
ThreadFactories.namedThreadFactory(java.lang.String name,
ThreadFactories.Type type,
int priority)
Get a ThreadFactory with the required name prefix, type and
priority. |
ThreadFactories.Builder |
ThreadFactories.Builder.type(ThreadFactories.Type type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||