| Package | Description |
|---|---|
| net.openhft.chronicle.threads |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimingPauser
Marker interface to show we support pause(long timeout, TimeUnit timeUnit)
|
| Modifier and Type | Class and Description |
|---|---|
class |
BusyPauser |
class |
BusyTimedPauser |
class |
LightPauser
Deprecated.
|
class |
LongPauser |
class |
MilliPauser |
class |
TimeoutPauser |
class |
YieldingPauser |
| Modifier and Type | Field and Description |
|---|---|
protected Pauser |
MediumEventLoop.pauser |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Pauser |
Pauser.busy()
A busy pauser which never waits
|
static Pauser |
Pauser.millis(int minMillis,
int maxMillis)
A balanced pauser which tries to be busy for short bursts but backs off when idle.
|
static Pauser |
Pauser.yielding()
Yielding pauser.
|
static Pauser |
Pauser.yielding(int minBusy) |
| Constructor and Description |
|---|
EventGroup(boolean daemon,
@NotNull Pauser pauser,
boolean binding) |
EventGroup(boolean daemon,
@NotNull Pauser pauser,
boolean binding,
int bindingCpuCore,
int bindingCpuReplication,
String name) |
EventGroup(boolean daemon,
@NotNull Pauser pauser,
boolean binding,
int bindingCpuCore,
int bindingCpuReplication,
String name,
int concThreads)
Deprecated.
|
EventGroup(boolean daemon,
@NotNull Pauser pauser,
boolean binding,
String name) |
EventGroup(boolean daemon,
@NotNull Pauser pauser,
String binding,
String bindingReplication,
String name,
int concThreadsNum,
Set<net.openhft.chronicle.core.threads.HandlerPriority> priorities)
Create an EventGroup
|
EventGroup(boolean daemon,
@NotNull Pauser pauser,
String binding,
String bindingReplication,
String name,
int concThreadsNum,
String concBinding,
@NotNull Pauser concPauser,
Set<net.openhft.chronicle.core.threads.HandlerPriority> priorities) |
EventGroup(boolean daemon,
@NotNull Pauser pauser,
String binding,
String bindingReplication,
String name,
int concThreadsNum,
String concBinding,
@NotNull Pauser concPauser,
Set<net.openhft.chronicle.core.threads.HandlerPriority> priorities) |
MediumEventLoop(@Nullable net.openhft.chronicle.core.threads.EventLoop parent,
String name,
Pauser pauser,
boolean daemon,
String binding) |
MonitorEventLoop(net.openhft.chronicle.core.threads.EventLoop parent,
Pauser pauser) |
MonitorEventLoop(net.openhft.chronicle.core.threads.EventLoop parent,
String name,
Pauser pauser) |
PauserMonitor(Pauser pauser,
String description,
int seconds) |
VanillaEventLoop(@Nullable net.openhft.chronicle.core.threads.EventLoop parent,
String name,
Pauser pauser,
long timerIntervalMS,
boolean daemon,
boolean binding)
Deprecated.
|
VanillaEventLoop(net.openhft.chronicle.core.threads.EventLoop parent,
String name,
Pauser pauser,
long timerIntervalMS,
boolean daemon,
boolean binding,
int bindingCpu)
Deprecated.
|
VanillaEventLoop(@Nullable net.openhft.chronicle.core.threads.EventLoop parent,
String name,
Pauser pauser,
long timerIntervalMS,
boolean daemon,
String binding,
Set<net.openhft.chronicle.core.threads.HandlerPriority> priorities) |
Copyright © 2021. All rights reserved.