public interface ThreadHolder
| Modifier and Type | Field and Description |
|---|---|
static int |
TIMING_ERROR |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpThread(long startedNS,
long nowNS) |
String |
getName() |
boolean |
isAlive() |
void |
monitorThreadDelayed(long actionCallDelayNS) |
void |
reportFinished() |
void |
resetTimers() |
boolean |
shouldLog(long nowNS) |
long |
startedNS()
Get the
System.nanoTime() at which the currently executing loop iteration started |
long |
timingToleranceNS() |
boolean isAlive()
throws net.openhft.chronicle.core.threads.InvalidEventHandlerException
net.openhft.chronicle.core.threads.InvalidEventHandlerExceptionvoid reportFinished()
void resetTimers()
long startedNS()
System.nanoTime() at which the currently executing loop iteration startedCoreEventLoop.NOT_IN_A_LOOP if no iteration is executingboolean shouldLog(long nowNS)
void dumpThread(long startedNS,
long nowNS)
String getName()
void monitorThreadDelayed(long actionCallDelayNS)
long timingToleranceNS()
Copyright © 2024. All rights reserved.