| Package | Description |
|---|---|
| cn.sliew.milky.thread | |
| cn.sliew.milky.thread.context |
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadContextStack.EmptyThreadContextStack
An empty read-only ThreadContextStack.
|
| Modifier and Type | Field and Description |
|---|---|
static ThreadContextStack |
ThreadContext.EMPTY_STACK |
| Modifier and Type | Method and Description |
|---|---|
static ThreadContextStack |
ThreadContext.cloneStack()
Returns a copy of this thread's stack.
|
ThreadContextStack |
ThreadContextStack.copy()
Returns a copy of the ContextStack.
|
ThreadContextStack |
ThreadContextStack.EmptyThreadContextStack.copy() |
static ThreadContextStack |
ThreadContext.getImmutableStack()
Gets an immutable copy of this current thread's context stack.
|
ThreadContextStack |
ThreadContextStack.getImmutableStackOrNull()
Returns a ContextStack with the same contents as this ContextStack or
null. |
ThreadContextStack |
ThreadContextStack.EmptyThreadContextStack.getImmutableStackOrNull() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThreadContextStack |
class |
MutableThreadContextStack |
| Modifier and Type | Method and Description |
|---|---|
ThreadContextStack |
MutableThreadContextStack.copy() |
ThreadContextStack |
DefaultThreadContextStack.copy() |
ThreadContextStack |
MutableThreadContextStack.getImmutableStackOrNull() |
ThreadContextStack |
DefaultThreadContextStack.getImmutableStackOrNull() |
Copyright © 2022. All rights reserved.