| Package | Description |
|---|---|
| org.jrebirth.af.api.concurrent |
Provides API to manage concurrent access.
|
| Modifier and Type | Method and Description |
|---|---|
default RunnablePriority |
JRebirthRunnable.getPriority()
Return the runnable priority.
|
static RunnablePriority |
RunnablePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunnablePriority[] |
RunnablePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IJRebirthThreadPoolExecutor.checkAvailability(RunnablePriority taskPriority)
Check if a slot is available for the given task priority.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.