| Modifier and Type | Class and Description |
|---|---|
class |
BusyPauser |
class |
BusyTimedPauser |
class |
LightPauser
Deprecated.
|
class |
LongPauser |
class |
TimeoutPauser |
class |
YieldingPauser |
| Modifier and Type | Method and Description |
|---|---|
static Pauser |
Pauser.balanced()
A balanced pauser which tries to be busy for short busrts but backs off when idle.
|
static Pauser |
Pauser.balancedUpToMillis(int millis)
A balanced pauser which tries to be busy for short busrts but backs off when idle.
|
static Pauser |
Pauser.busy()
A busy pauser which never waits
|
static Pauser |
Pauser.millis(int millis)
Wait a fixed time befoe running again unless woken
|
static Pauser |
Pauser.millis(int minMillis,
int maxMillis)
A balanced pauser which tries to be busy for short busrts but backs off when idle.
|
static Pauser |
Pauser.sleepy() |
static Pauser |
Pauser.yielding()
Yielding pauser.
|
static Pauser |
Pauser.yielding(int minBusy) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventGroup.setConcThreadPauserSupplier(Supplier<Pauser> supplier) |
| Constructor and Description |
|---|
EventGroup(boolean daemon,
Pauser pauser,
boolean binding) |
EventGroup(boolean daemon,
Pauser pauser,
boolean binding,
String name) |
MonitorEventLoop(net.openhft.chronicle.core.threads.EventLoop parent,
Pauser pauser) |
PauserMonitor(Pauser pauser,
String description,
int seconds) |
VanillaEventLoop(net.openhft.chronicle.core.threads.EventLoop parent,
String name,
Pauser pauser,
long timerIntervalMS,
boolean daemon,
boolean binding) |
Copyright © 2018. All rights reserved.