Class and Description |
---|
org.threadly.util.UnsafeAccess
To be removed due to lack of JVM support
|
Method and Description |
---|
org.threadly.util.debug.Profiler.dump(boolean)
Use
Profiler.dump(boolean, int) with a value of 1 |
org.threadly.util.debug.Profiler.dump(OutputStream, boolean)
Use
Profiler.dump(OutputStream, boolean, int) with a value of 1 |
org.threadly.util.debug.Profiler.dump(PrintStream, boolean)
Use
Profiler.dump(PrintStream, boolean, int) with a value of 1 |
Constructor and Description |
---|
org.threadly.concurrent.ConfigurableThreadFactory(String, boolean, boolean, int, Thread.UncaughtExceptionHandler, ExceptionHandler)
Replaced by constructor which accepts a
Consumer for created threads.
Specifying null will provide a direct replacement, or alternatively a
builder can be used from ConfigurableThreadFactory.builder() . |
org.threadly.concurrent.SameThreadSubmitterExecutor() |
org.threadly.concurrent.ThreadReferencingThreadFactory(String, boolean, boolean, int, Thread.UncaughtExceptionHandler, ExceptionHandler)
Replaced by constructor which accepts a
Consumer for created threads.
Specifying null will provide a direct replacement, or alternatively a
builder can be used from ThreadReferencingThreadFactory.builder() . |