| Modifier and Type | Class and Description |
|---|---|
class |
BusyPauser
Created by peter.lawrey on 11/12/14.
|
class |
LightPauser
Deprecated.
use LongPauser instead.
|
class |
LongPauser
Created by rob on 30/11/2015.
|
class |
TimeoutPauser
Created by peter on 10/03/2016.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventGroup.setConcThreadPauserSupplier(java.util.function.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 © 2017. All rights reserved.