Package org.threadly.concurrent.wrapper.traceability
Wrappers for improving handling thread renaming during specific task (or wrapped pools) are
executed.
-
Class Summary Class Description ThreadRenamingExecutor Class which wraps aExecutorand wraps all supplied tasks in aThreadRenamingRunnable.ThreadRenamingPriorityScheduler Class which wraps aPrioritySchedulerServiceand wraps all supplied tasks in aThreadRenamingRunnable.ThreadRenamingRunnable A simple runnable wrapper which will rename the thread during execution, and set the name back at the end of execution.ThreadRenamingSchedulerService Class which wraps aSchedulerServiceand wraps all supplied tasks in aThreadRenamingRunnable.ThreadRenamingSubmitterScheduler Class which wraps aSubmitterSchedulerand wraps all supplied tasks in aThreadRenamingRunnable.