Skip navigation links
A B C D E F G H I M N O P R S T V W X 

A

AbortPolicyWithReport - Class in cn.sliew.milky.thread.rejected.policy
fixme: 提供关闭 dump 线程池开关,dump 线程池是一个 debug 功能,在生产环境应该关闭 debug 类功能。 当发生线程池打满的情况时,另起一个线程 dump 线程池以便排查线上问题。 支持强制执行策略。如果使用的不是固定大小的工作队列,当线程池队列满了的时候会一直等待入队。没有采用 CallerRunsPolicy 策略的原因是线程池会阻塞主线程执行任务,不太合适。
AbortPolicyWithReport(String) - Constructor for class cn.sliew.milky.thread.rejected.policy.AbortPolicyWithReport
 
add(String) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
add(String) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
add(String) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
addAll(Collection<? extends String>) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
addAll(Collection<? extends String>) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
addAll(Collection<? extends String>) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
afterExecute(Runnable, Throwable) - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
appendThreadPoolExecutorDetails(StringBuilder) - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
Append details about this thread pool to the specified StringBuilder.
asList() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
asList() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
asList() - Method in interface cn.sliew.milky.thread.ThreadContextStack
Returns all the elements in the stack in a List.
asList() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 

B

beforeExecute(Thread, Runnable) - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
todo thread context
bindTo(MeterRegistry) - Method in class cn.sliew.milky.thread.metrics.ThreadPoolExecutorMetrics
 

C

cancelRemainingTask(Runnable) - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
Cancel the given remaining task which never commended execution, as returned from ExecutorService.shutdownNow().
capacity() - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
clear() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
clear() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
clear() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
clear() - Method in interface cn.sliew.milky.thread.ThreadContextMap
Clears the context.
clearAll() - Static method in class cn.sliew.milky.thread.ThreadContext
Clears the context map and stack.
clearMap() - Static method in class cn.sliew.milky.thread.ThreadContext
Clears the context map.
clearStack() - Static method in class cn.sliew.milky.thread.ThreadContext
Clears the stack for this thread.
cloneStack() - Static method in class cn.sliew.milky.thread.ThreadContext
Returns a copy of this thread's stack.
close() - Method in interface cn.sliew.milky.thread.ThreadContext.StoredContext
 
cn.sliew.milky.thread - package cn.sliew.milky.thread
 
cn.sliew.milky.thread.context - package cn.sliew.milky.thread.context
 
cn.sliew.milky.thread.metrics - package cn.sliew.milky.thread.metrics
 
cn.sliew.milky.thread.rejected.policy - package cn.sliew.milky.thread.rejected.policy
 
contains(Object) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
contains(Object) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
contains(Object) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
containsAll(Collection<?>) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
containsAll(Collection<?>) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
containsAll(Collection<?>) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
containsAll(Collection<?>) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
containsKey(String) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
containsKey(String) - Static method in class cn.sliew.milky.thread.ThreadContext
Determines if the key is in the context.
containsKey(String) - Method in interface cn.sliew.milky.thread.ThreadContextMap
Determines if the key is in the context.
copy() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
copy() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
copy() - Method in interface cn.sliew.milky.thread.ThreadContextStack
Returns a copy of the ContextStack.
copy() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 

D

decorate(Runnable) - Method in interface cn.sliew.milky.thread.TaskDecorator
Decorate the given Runnable.
DefaultThreadContextMap - Class in cn.sliew.milky.thread.context
The actual ThreadContext Map.
DefaultThreadContextMap() - Constructor for class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
DefaultThreadContextStack - Class in cn.sliew.milky.thread.context
 
DefaultThreadContextStack() - Constructor for class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
doRun() - Method in interface cn.sliew.milky.thread.RunnableWrapper
This method has the same semantics as Runnable.run()
drainTo(Collection<? super E>) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 

E

EMPTY_STACK - Static variable in class cn.sliew.milky.thread.ThreadContext
 
EmptyIterator() - Constructor for class cn.sliew.milky.thread.ThreadContextStack.EmptyIterator
 
EmptyThreadContextStack() - Constructor for class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
equals(Object) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
equals(Object) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
equals(Object) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
equals(Object) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
execute(Runnable) - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 

F

forcePut(E) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
Forces adding an element to the queue, without doing size checks.
freeze() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
"Freezes" this context stack so it becomes immutable: all mutator methods will throw an exception from now on.

G

get(String) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
get(String) - Static method in class cn.sliew.milky.thread.ThreadContext
Gets the context value identified by the key parameter.
get(String) - Method in interface cn.sliew.milky.thread.ThreadContextMap
Gets the context identified by the key parameter.
getContext() - Static method in class cn.sliew.milky.thread.ThreadContext
Returns a mutable copy of current thread's context Map.
getCopy() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
getCopy() - Method in interface cn.sliew.milky.thread.ThreadContextMap
Gets a non-null mutable copy of current thread's context Map.
getDepth() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
getDepth() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
getDepth() - Static method in class cn.sliew.milky.thread.ThreadContext
Gets the current nesting depth of this thread's stack.
getDepth() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
getDepth() - Method in interface cn.sliew.milky.thread.ThreadContextStack
Returns the number of elements in the stack.
getImmutableContext() - Static method in class cn.sliew.milky.thread.ThreadContext
Returns an immutable view of the current thread's context Map.
getImmutableMapOrNull() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
getImmutableMapOrNull() - Method in interface cn.sliew.milky.thread.ThreadContextMap
Returns an immutable view on the context Map or null if the context map is empty.
getImmutableStack() - Static method in class cn.sliew.milky.thread.ThreadContext
Gets an immutable copy of this current thread's context stack.
getImmutableStackOrNull() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
getImmutableStackOrNull() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
getImmutableStackOrNull() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
getImmutableStackOrNull() - Method in interface cn.sliew.milky.thread.ThreadContextStack
Returns a ContextStack with the same contents as this ContextStack or null.
getInstance() - Method in enum cn.sliew.milky.thread.ThreadPoolConfigEnum
 
getName() - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
getName() - Method in enum cn.sliew.milky.thread.ThreadPoolConfigEnum
 
getThreadContextMap() - Static method in class cn.sliew.milky.thread.ThreadContext
 
getType() - Method in enum cn.sliew.milky.thread.ThreadPoolConfigEnum
 
getType() - Method in enum cn.sliew.milky.thread.ThreadPoolType
 

H

hashCode() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
hashCode() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
hashCode() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
hashCode() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
hasNext() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyIterator
 

I

isEmpty() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
isEmpty() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
isEmpty() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
isEmpty() - Static method in class cn.sliew.milky.thread.ThreadContext
Returns true if the Map is empty.
isEmpty() - Method in interface cn.sliew.milky.thread.ThreadContextMap
Returns true if the Map is empty.
isForceExecution() - Method in interface cn.sliew.milky.thread.RunnableWrapper
Should the runnable force its execution in case it gets rejected?
isFrozen() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
Returns whether this context stack is frozen.
iterator() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
iterator() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
iterator() - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
iterator() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 

M

MilkyThreadPoolExecutor - Class in cn.sliew.milky.thread
 
MilkyThreadPoolExecutor(String, ThreadContext, int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
MilkyThreadPoolExecutor(String, ThreadContext, int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
MilkyThreadPoolExecutor(String, ThreadContext, int, int, long, TimeUnit, BlockingQueue<Runnable>, XRejectedExecutionHandler) - Constructor for class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
MilkyThreadPoolExecutor(String, ThreadContext, int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, XRejectedExecutionHandler) - Constructor for class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
MilkyThreadPoolExecutor.ShutdownListener - Interface in cn.sliew.milky.thread
 
MutableThreadContextStack - Class in cn.sliew.milky.thread.context
 
MutableThreadContextStack() - Constructor for class cn.sliew.milky.thread.context.MutableThreadContextStack
Constructs an empty MutableThreadContextStack.
MutableThreadContextStack(List<String>) - Constructor for class cn.sliew.milky.thread.context.MutableThreadContextStack
Constructs a new instance.

N

newRestorableContext() - Method in class cn.sliew.milky.thread.ThreadContext
Supplier<ThreadContext.StoredContext> restorable = context.newRestorableContext(); new Thread() { public void run() { try (ThreadContext.StoredContext ctx = restorable.get()) { // execute with the parents context and restore the threads context afterwards } } }.start();
next() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyIterator
 

O

offer(E) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
offer(E, long, TimeUnit) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
ofName(String) - Static method in enum cn.sliew.milky.thread.ThreadPoolConfigEnum
 
ofType(String) - Static method in enum cn.sliew.milky.thread.ThreadPoolType
 
onAfter() - Method in interface cn.sliew.milky.thread.RunnableWrapper
This method is called in a finally block after successful execution or on a rejection.
onFailure(Exception) - Method in interface cn.sliew.milky.thread.RunnableWrapper
This method is invoked for all exception thrown by RunnableWrapper.doRun()
onRejection(Exception) - Method in interface cn.sliew.milky.thread.RunnableWrapper
This should be executed if the thread-pool executing this action rejected the execution.
onTerminated() - Method in interface cn.sliew.milky.thread.MilkyThreadPoolExecutor.ShutdownListener
 

P

peek() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
peek() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
peek() - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
peek() - Static method in class cn.sliew.milky.thread.ThreadContext
Looks at the last diagnostic context at the top of this NDC without removing it.
peek() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
peek() - Method in interface cn.sliew.milky.thread.ThreadContextStack
Returns the element at the top of the stack without removing it or null if the stack is empty.
poll() - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
poll(long, TimeUnit) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
pop() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
pop() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
pop() - Static method in class cn.sliew.milky.thread.ThreadContext
Returns the value of the last item placed on the stack.
pop() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
pop() - Method in interface cn.sliew.milky.thread.ThreadContextStack
Returns the element at the top of the stack.
preserveContext() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
preserveContext() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
preserve context for later store then clear current thread context stack.
preserveContext() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
preserveContext() - Method in class cn.sliew.milky.thread.ThreadContext
// current context is stored and replaced with a default context try (StoredContext context = threadContext.preserveContext()) { // execute(); } // previous context is restored on StoredContext#close()
preserveContext() - Method in interface cn.sliew.milky.thread.ThreadContextMap
preserve thread context map and set default context
preserveContext() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
preserveContext() - Method in interface cn.sliew.milky.thread.ThreadContextStack
preserve thread context map and set default context
push(String) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
push(String) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
push(String) - Static method in class cn.sliew.milky.thread.ThreadContext
Pushes new diagnostic context information for the current thread.
push(String) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
push(String) - Method in interface cn.sliew.milky.thread.ThreadContextStack
Pushes an element onto the stack.
put(String, String) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
put(E) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
put(String, String) - Static method in class cn.sliew.milky.thread.ThreadContext
Puts a context value (the value parameter) as identified with the key parameter into the current thread's context map.
put(String, String) - Method in interface cn.sliew.milky.thread.ThreadContextMap
Puts a context value (the o parameter) as identified with the key parameter into the current thread's context map.
putAll(Map<String, String>) - Static method in class cn.sliew.milky.thread.ThreadContext
Puts all given context map entries into the current thread's context map.
putIfAbsent(String, String) - Static method in class cn.sliew.milky.thread.ThreadContext
Puts a context value (the value parameter) as identified with the key parameter into the current thread's context map if the key does not exist.

R

rejected() - Method in class cn.sliew.milky.thread.rejected.policy.AbortPolicyWithReport
 
rejected() - Method in interface cn.sliew.milky.thread.XRejectedExecutionHandler
The number of rejected executions.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class cn.sliew.milky.thread.rejected.policy.AbortPolicyWithReport
 
remainingCapacity() - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
remove(String) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
remove(Object) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
remove(Object) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
remove(Object) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
remove(String) - Static method in class cn.sliew.milky.thread.ThreadContext
Removes the context value identified by the key parameter.
remove(String) - Method in interface cn.sliew.milky.thread.ThreadContextMap
Removes the context identified by the key parameter.
remove() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyIterator
 
removeAll(Collection<?>) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
removeAll(Collection<?>) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
removeAll(Iterable<String>) - Static method in class cn.sliew.milky.thread.ThreadContext
Removes the context values identified by the keys parameter.
removeAll(Collection<?>) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
removeStack() - Static method in class cn.sliew.milky.thread.ThreadContext
Removes the diagnostic context for this thread.
restore() - Method in interface cn.sliew.milky.thread.ThreadContext.StoredContext
 
retainAll(Collection<?>) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
retainAll(Collection<?>) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
retainAll(Collection<?>) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
run() - Method in interface cn.sliew.milky.thread.RunnableWrapper
 
RunnableWrapper - Interface in cn.sliew.milky.thread
An extension to runnable.

S

setAwaitTerminationMillis(long) - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
setCoreSize(String, int) - Method in class cn.sliew.milky.thread.ThreadPoolManager
 
setKeepAliveTime(long, TimeUnit) - Method in class cn.sliew.milky.thread.ThreadPoolManager
 
setMaxPoolSize(String, int) - Method in class cn.sliew.milky.thread.ThreadPoolManager
 
setStack(Collection<String>) - Static method in class cn.sliew.milky.thread.ThreadContext
Sets this thread's stack.
setWaitForTasksToCompleteOnShutdown(boolean) - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
Set whether to wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
shutdown() - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
size() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
size() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
size() - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
size() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
SizeBlockingQueue<E> - Class in cn.sliew.milky.thread
A size based queue wrapping another blocking queue to provide (somewhat relaxed) capacity checks.
SizeBlockingQueue(BlockingQueue<E>, int) - Constructor for class cn.sliew.milky.thread.SizeBlockingQueue
 
storeContext() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
storeContext() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
storeContext() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
storeContext() - Method in class cn.sliew.milky.thread.ThreadContext
 
storeContext() - Method in interface cn.sliew.milky.thread.ThreadContextMap
preserve thread context map without default context
storeContext() - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
storeContext() - Method in interface cn.sliew.milky.thread.ThreadContextStack
preserve thread context map without default context

T

take() - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
TaskDecorator - Interface in cn.sliew.milky.thread
A callback interface for a decorator to be applied to any Runnable about to be executed.
terminated() - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
ThreadContext - Class in cn.sliew.milky.thread
 
ThreadContext.StoredContext - Interface in cn.sliew.milky.thread
 
ThreadContextMap - Interface in cn.sliew.milky.thread
 
ThreadContextStack - Interface in cn.sliew.milky.thread
 
ThreadContextStack.EmptyIterator<E> - Class in cn.sliew.milky.thread
 
ThreadContextStack.EmptyThreadContextStack - Class in cn.sliew.milky.thread
An empty read-only ThreadContextStack.
ThreadPoolConfigEnum - Enum in cn.sliew.milky.thread
 
ThreadPoolExecutorMetrics - Class in cn.sliew.milky.thread.metrics
 
ThreadPoolExecutorMetrics(MilkyThreadPoolExecutor, Tag...) - Constructor for class cn.sliew.milky.thread.metrics.ThreadPoolExecutorMetrics
 
ThreadPoolManager - Class in cn.sliew.milky.thread
动态调整线程池大小的功能。
ThreadPoolManager() - Constructor for class cn.sliew.milky.thread.ThreadPoolManager
 
ThreadPoolType - Enum in cn.sliew.milky.thread
 
toArray() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
toArray(T[]) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
toArray() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
toArray(T[]) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
toArray() - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
toArray(T[]) - Method in class cn.sliew.milky.thread.SizeBlockingQueue
 
toArray(T[]) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
toString() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextMap
 
toString() - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
toString() - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
toString() - Method in class cn.sliew.milky.thread.MilkyThreadPoolExecutor
 
trim(int) - Method in class cn.sliew.milky.thread.context.DefaultThreadContextStack
 
trim(int) - Method in class cn.sliew.milky.thread.context.MutableThreadContextStack
 
trim(int) - Static method in class cn.sliew.milky.thread.ThreadContext
 
trim(int) - Method in class cn.sliew.milky.thread.ThreadContextStack.EmptyThreadContextStack
 
trim(int) - Method in interface cn.sliew.milky.thread.ThreadContextStack
Trims elements from the end of the stack.

V

valueOf(String) - Static method in enum cn.sliew.milky.thread.ThreadPoolConfigEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.milky.thread.ThreadPoolType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.sliew.milky.thread.ThreadPoolConfigEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.milky.thread.ThreadPoolType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapRestorable(ThreadContext.StoredContext) - Method in class cn.sliew.milky.thread.ThreadContext
 

X

XRejectedExecutionHandler - Interface in cn.sliew.milky.thread
 
A B C D E F G H I M N O P R S T V W X 
Skip navigation links

Copyright © 2022. All rights reserved.