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() |
long |
timingTolerance() |
boolean isAlive()
throws net.openhft.chronicle.core.threads.InvalidEventHandlerException
net.openhft.chronicle.core.threads.InvalidEventHandlerExceptionvoid reportFinished()
void resetTimers()
long startedNS()
boolean shouldLog(long nowNS)
void dumpThread(long startedNS,
long nowNS)
String getName()
void monitorThreadDelayed(long actionCallDelayNS)
long timingTolerance()
Copyright © 2021. All rights reserved.