| Modifier and Type | Field and Description |
|---|---|
static String |
MONITOR_INITIAL_DELAY |
| Constructor and Description |
|---|
MonitorEventLoop(net.openhft.chronicle.core.threads.EventLoop parent,
Pauser pauser) |
MonitorEventLoop(net.openhft.chronicle.core.threads.EventLoop parent,
String name,
Pauser pauser) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(net.openhft.chronicle.core.threads.EventHandler handler) |
void |
awaitTermination() |
void |
close() |
boolean |
isAlive() |
boolean |
isClosed() |
String |
name() |
void |
run() |
void |
start() |
void |
stop() |
void |
unpause() |
public static final String MONITOR_INITIAL_DELAY
public MonitorEventLoop(net.openhft.chronicle.core.threads.EventLoop parent,
Pauser pauser)
public String name()
name in interface net.openhft.chronicle.core.threads.EventLooppublic void awaitTermination()
awaitTermination in interface net.openhft.chronicle.core.threads.EventLooppublic void start()
start in interface net.openhft.chronicle.core.threads.EventLooppublic void unpause()
unpause in interface net.openhft.chronicle.core.threads.EventLooppublic void stop()
stop in interface net.openhft.chronicle.core.threads.EventLooppublic boolean isClosed()
isClosed in interface net.openhft.chronicle.core.threads.EventLooppublic boolean isAlive()
isAlive in interface net.openhft.chronicle.core.threads.EventLooppublic void addHandler(@NotNull
net.openhft.chronicle.core.threads.EventHandler handler)
addHandler in interface net.openhft.chronicle.core.threads.EventLooppublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2020. All rights reserved.