public static class StarvationDetector.StarvationDetectorThread
extends java.lang.Thread
| Modifier and Type | Class and Description |
|---|---|
class |
StarvationDetector.StarvationDetectorThread.Check |
class |
StarvationDetector.StarvationDetectorThread.ThreadStatus |
class |
StarvationDetector.StarvationDetectorThread.ThreadStatus$ |
| Constructor and Description |
|---|
StarvationDetectorThread(scala.concurrent.ExecutionContext ec,
akka.event.LoggingAdapter log,
StarvationDetectorSettings config,
scala.Function0<java.lang.Object> hasTerminated) |
| Modifier and Type | Method and Description |
|---|---|
long |
checkIntervalNanos() |
void |
checkOnce() |
java.lang.String |
ecName() |
void |
nextWarningAfterNanos_$eq(long x$1) |
long |
nextWarningAfterNanos() |
void |
run() |
StarvationDetector.StarvationDetectorThread.ThreadStatus$ |
ThreadStatus() |
activeCount, 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, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic StarvationDetectorThread(scala.concurrent.ExecutionContext ec,
akka.event.LoggingAdapter log,
StarvationDetectorSettings config,
scala.Function0<java.lang.Object> hasTerminated)
public StarvationDetector.StarvationDetectorThread.ThreadStatus$ ThreadStatus()
public long checkIntervalNanos()
public void checkOnce()
public java.lang.String ecName()
public long nextWarningAfterNanos()
public void nextWarningAfterNanos_$eq(long x$1)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread