public final class VertxThread extends io.netty.util.concurrent.FastThreadLocalThread implements BlockedThreadChecker.Task
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
VertxThread(Runnable target,
String name,
boolean worker,
long maxExecTime,
TimeUnit maxExecTimeUnit) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeEnd() |
void |
executeStart() |
boolean |
isWorker() |
long |
maxExecTime() |
TimeUnit |
maxExecTimeUnit() |
long |
startTime() |
setThreadLocalMap, threadLocalMap, willCleanupFastThreadLocals, willCleanupFastThreadLocalsactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic final void executeStart()
public final void executeEnd()
public long startTime()
startTime in interface BlockedThreadChecker.Taskpublic boolean isWorker()
public long maxExecTime()
maxExecTime in interface BlockedThreadChecker.Taskpublic TimeUnit maxExecTimeUnit()
maxExecTimeUnit in interface BlockedThreadChecker.TaskCopyright © 2020. All rights reserved.