| Package | Description |
|---|---|
| org.spf4j.base |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext.Relation |
ExecutionContext.getRelationToSource() |
ExecutionContext.Relation |
BasicExecutionContext.getRelationToSource() |
static ExecutionContext.Relation |
ExecutionContext.Relation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionContext.Relation[] |
ExecutionContext.Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionContext |
ExecutionContexts.createDetached(String name,
CharSequence id,
ExecutionContext parent,
ExecutionContext.Relation relation,
long startTimeNanos,
long deadlineNanos) |
static ExecutionContext |
ExecutionContexts.createDetached(String name,
ExecutionContext parent,
ExecutionContext.Relation relation,
long startTimeNanos,
long deadlineNanos) |
default boolean |
ExecutionContext.Tag.pushOnClose(ExecutionContext.Relation relation) |
static ExecutionContext |
ExecutionContexts.start(String name,
CharSequence id,
ExecutionContext parent,
ExecutionContext.Relation relation,
long startTimeNanos,
long deadlineNanos) |
T |
ExecutionContextFactory.start(String name,
CharSequence id,
ExecutionContext parent,
ExecutionContext.Relation relation,
long startTimeNanos,
long deadlineNanos)
Create a ExecutionContext.
|
| Constructor and Description |
|---|
BasicExecutionContext(String name,
CharSequence id,
ExecutionContext source,
ExecutionContext.Relation relation,
long startTimeNanos,
long deadlineNanos) |
Copyright © 2019 SPF4J. All rights reserved.