| Package | Description |
|---|---|
| io.atlassian.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static ThreadFactories.Type |
ThreadFactories.Type.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadFactory |
ThreadFactories.namedThreadFactory(String name,
ThreadFactories.Type type)
Get a
ThreadFactory with the required name
prefix and type (user or daemon). |
static ThreadFactory |
ThreadFactories.namedThreadFactory(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) |
Copyright © 2024 Atlassian. All rights reserved.