JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
L
M
N
P
R
S
T
U
V
W
Y
A
action()
- Method in class net.openhft.chronicle.threads.
PauserMonitor
action()
- Method in class net.openhft.chronicle.threads.
TimedEventHandler
addHandler(boolean, EventHandler)
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
addHandler(EventHandler)
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
addHandler(boolean, EventHandler)
- Method in class net.openhft.chronicle.threads.
EventGroup
addHandler(EventHandler)
- Method in class net.openhft.chronicle.threads.
EventGroup
addHandler(boolean, EventHandler)
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
addHandler(EventHandler)
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
addHandler(EventHandler)
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
addHandler(boolean, EventHandler)
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
awaitTermination()
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
awaitTermination()
- Method in class net.openhft.chronicle.threads.
EventGroup
awaitTermination()
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
awaitTermination()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
B
balanced()
- Static method in interface net.openhft.chronicle.threads.
Pauser
A balanced pauser which tries to be busy for short busrts but backs off when idle.
balancedUpToMillis(int)
- Static method in interface net.openhft.chronicle.threads.
Pauser
A balanced pauser which tries to be busy for short busrts but backs off when idle.
BlockingEventLoop
- Class in
net.openhft.chronicle.threads
Event "Loop" for blocking tasks.
BlockingEventLoop(EventLoop, String)
- Constructor for class net.openhft.chronicle.threads.
BlockingEventLoop
busy()
- Static method in interface net.openhft.chronicle.threads.
Pauser
A busy pauser which never waits
BusyPauser
- Enum in
net.openhft.chronicle.threads
BusyTimedPauser
- Class in
net.openhft.chronicle.threads
BusyTimedPauser()
- Constructor for class net.openhft.chronicle.threads.
BusyTimedPauser
C
close()
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
close()
- Method in class net.openhft.chronicle.threads.
EventGroup
close()
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
close()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
closeAll(List<EventHandler>)
- Static method in class net.openhft.chronicle.threads.
VanillaEventLoop
closeAllHandlers()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
countPaused()
- Method in enum net.openhft.chronicle.threads.
BusyPauser
countPaused()
- Method in class net.openhft.chronicle.threads.
BusyTimedPauser
countPaused()
- Method in class net.openhft.chronicle.threads.
LightPauser
Deprecated.
countPaused()
- Method in class net.openhft.chronicle.threads.
LongPauser
countPaused()
- Method in interface net.openhft.chronicle.threads.
Pauser
countPaused()
- Method in class net.openhft.chronicle.threads.
TimeoutPauser
countPaused()
- Method in class net.openhft.chronicle.threads.
YieldingPauser
D
doPause(long)
- Method in class net.openhft.chronicle.threads.
LightPauser
Deprecated.
dumpRunningHandlers()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
dumpRunningState(String, BooleanSupplier)
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
E
EventGroup
- Class in
net.openhft.chronicle.threads
EventGroup(boolean, Pauser, boolean, String)
- Constructor for class net.openhft.chronicle.threads.
EventGroup
EventGroup(boolean)
- Constructor for class net.openhft.chronicle.threads.
EventGroup
EventGroup(boolean, boolean)
- Constructor for class net.openhft.chronicle.threads.
EventGroup
EventGroup(boolean, Pauser, boolean)
- Constructor for class net.openhft.chronicle.threads.
EventGroup
G
getSleepy()
- Static method in interface net.openhft.chronicle.threads.
Pauser
H
handlerCount()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
I
isAlive()
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
isAlive()
- Method in class net.openhft.chronicle.threads.
EventGroup
isAlive()
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
isAlive()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
isClosed()
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
isClosed()
- Method in class net.openhft.chronicle.threads.
EventGroup
isClosed()
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
isClosed()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
L
LightPauser
- Class in
net.openhft.chronicle.threads
Deprecated.
LightPauser(long, long)
- Constructor for class net.openhft.chronicle.threads.
LightPauser
Deprecated.
LongPauser
- Class in
net.openhft.chronicle.threads
LongPauser(int, int, long, long, TimeUnit)
- Constructor for class net.openhft.chronicle.threads.
LongPauser
first it will busy wait, then it will yield, then sleep for a small amount of time, then increases to a large amount of time.
loopStartMS()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
M
millis(int)
- Static method in interface net.openhft.chronicle.threads.
Pauser
Wait a fixed time befoe running again unless woken
millis(int, int)
- Static method in interface net.openhft.chronicle.threads.
Pauser
A balanced pauser which tries to be busy for short busrts but backs off when idle.
MIN_PROCESSORS
- Static variable in interface net.openhft.chronicle.threads.
Pauser
MonitorEventLoop
- Class in
net.openhft.chronicle.threads
MonitorEventLoop(EventLoop, Pauser)
- Constructor for class net.openhft.chronicle.threads.
MonitorEventLoop
N
name()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
NamedThreadFactory
- Class in
net.openhft.chronicle.threads
User: peter.lawrey Date: 18/08/13 Time: 11:37
NamedThreadFactory(String)
- Constructor for class net.openhft.chronicle.threads.
NamedThreadFactory
NamedThreadFactory(String, Boolean)
- Constructor for class net.openhft.chronicle.threads.
NamedThreadFactory
net.openhft.chronicle.threads
- package net.openhft.chronicle.threads
newThread(Runnable)
- Method in class net.openhft.chronicle.threads.
NamedThreadFactory
NO_BUSY_PERIOD
- Static variable in class net.openhft.chronicle.threads.
LightPauser
Deprecated.
P
pause()
- Method in enum net.openhft.chronicle.threads.
BusyPauser
pause(long, TimeUnit)
- Method in enum net.openhft.chronicle.threads.
BusyPauser
pause()
- Method in class net.openhft.chronicle.threads.
BusyTimedPauser
pause(long, TimeUnit)
- Method in class net.openhft.chronicle.threads.
BusyTimedPauser
pause()
- Method in class net.openhft.chronicle.threads.
LightPauser
Deprecated.
pause(long, TimeUnit)
- Method in class net.openhft.chronicle.threads.
LightPauser
Deprecated.
pause()
- Method in class net.openhft.chronicle.threads.
LongPauser
pause(long, TimeUnit)
- Method in class net.openhft.chronicle.threads.
LongPauser
pause()
- Method in interface net.openhft.chronicle.threads.
Pauser
pause(long, TimeUnit)
- Method in interface net.openhft.chronicle.threads.
Pauser
pause()
- Method in class net.openhft.chronicle.threads.
TimeoutPauser
pause(long, TimeUnit)
- Method in class net.openhft.chronicle.threads.
TimeoutPauser
pause()
- Method in class net.openhft.chronicle.threads.
YieldingPauser
pause(long, TimeUnit)
- Method in class net.openhft.chronicle.threads.
YieldingPauser
Pauser
- Interface in
net.openhft.chronicle.threads
PauserMonitor
- Class in
net.openhft.chronicle.threads
PauserMonitor(Pauser, String, int)
- Constructor for class net.openhft.chronicle.threads.
PauserMonitor
priority()
- Method in class net.openhft.chronicle.threads.
PauserMonitor
priority()
- Method in class net.openhft.chronicle.threads.
TimedEventHandler
R
reset()
- Method in enum net.openhft.chronicle.threads.
BusyPauser
reset()
- Method in class net.openhft.chronicle.threads.
BusyTimedPauser
reset()
- Method in class net.openhft.chronicle.threads.
LightPauser
Deprecated.
reset()
- Method in class net.openhft.chronicle.threads.
LongPauser
reset()
- Method in interface net.openhft.chronicle.threads.
Pauser
reset()
- Method in class net.openhft.chronicle.threads.
TimeoutPauser
reset()
- Method in class net.openhft.chronicle.threads.
YieldingPauser
run()
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
run()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
S
setConcThreadPauserSupplier(Supplier<Pauser>)
- Method in class net.openhft.chronicle.threads.
EventGroup
setThreadGroup(Thread, ThreadGroup)
- Static method in enum net.openhft.chronicle.threads.
Threads
shutdown(ExecutorService)
- Static method in enum net.openhft.chronicle.threads.
Threads
SLEEPY
- Static variable in interface net.openhft.chronicle.threads.
Pauser
sleepy()
- Static method in interface net.openhft.chronicle.threads.
Pauser
start()
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
start()
- Method in class net.openhft.chronicle.threads.
EventGroup
start()
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
start()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
stop()
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
stop()
- Method in class net.openhft.chronicle.threads.
EventGroup
stop()
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
stop()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
T
threadGroupPrefix()
- Static method in enum net.openhft.chronicle.threads.
Threads
Threads
- Enum in
net.openhft.chronicle.threads
timedAction()
- Method in class net.openhft.chronicle.threads.
TimedEventHandler
Perform an action
TimedEventHandler
- Class in
net.openhft.chronicle.threads
TimedEventHandler()
- Constructor for class net.openhft.chronicle.threads.
TimedEventHandler
TimeoutPauser
- Class in
net.openhft.chronicle.threads
TimeoutPauser(int)
- Constructor for class net.openhft.chronicle.threads.
TimeoutPauser
first it will busy wait, then it will yield, then sleep for a small amount of time, then increases to a large amount of time.
timePaused()
- Method in enum net.openhft.chronicle.threads.
BusyPauser
timePaused()
- Method in class net.openhft.chronicle.threads.
BusyTimedPauser
timePaused()
- Method in class net.openhft.chronicle.threads.
LightPauser
Deprecated.
timePaused()
- Method in class net.openhft.chronicle.threads.
LongPauser
timePaused()
- Method in interface net.openhft.chronicle.threads.
Pauser
timePaused()
- Method in class net.openhft.chronicle.threads.
TimeoutPauser
timePaused()
- Method in class net.openhft.chronicle.threads.
YieldingPauser
toString()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
U
unpause()
- Method in class net.openhft.chronicle.threads.
BlockingEventLoop
unpause()
- Method in enum net.openhft.chronicle.threads.
BusyPauser
unpause()
- Method in class net.openhft.chronicle.threads.
BusyTimedPauser
unpause()
- Method in class net.openhft.chronicle.threads.
EventGroup
unpause()
- Method in class net.openhft.chronicle.threads.
LightPauser
Deprecated.
unpause()
- Method in class net.openhft.chronicle.threads.
LongPauser
unpause()
- Method in class net.openhft.chronicle.threads.
MonitorEventLoop
unpause()
- Method in interface net.openhft.chronicle.threads.
Pauser
unpause()
- Method in class net.openhft.chronicle.threads.
TimeoutPauser
unpause()
- Method in class net.openhft.chronicle.threads.
VanillaEventLoop
unpause()
- Method in class net.openhft.chronicle.threads.
YieldingPauser
V
valueOf(String)
- Static method in enum net.openhft.chronicle.threads.
BusyPauser
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum net.openhft.chronicle.threads.
Threads
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.openhft.chronicle.threads.
BusyPauser
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum net.openhft.chronicle.threads.
Threads
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaEventLoop
- Class in
net.openhft.chronicle.threads
VanillaEventLoop(EventLoop, String, Pauser, long, boolean, boolean)
- Constructor for class net.openhft.chronicle.threads.
VanillaEventLoop
W
withThreadGroup(ThreadGroup, ThrowingCallable<R, T>)
- Static method in enum net.openhft.chronicle.threads.
Threads
Y
yielding()
- Static method in interface net.openhft.chronicle.threads.
Pauser
Yielding pauser.
yielding(int)
- Static method in interface net.openhft.chronicle.threads.
Pauser
YieldingPauser
- Class in
net.openhft.chronicle.threads
YieldingPauser(int)
- Constructor for class net.openhft.chronicle.threads.
YieldingPauser
first it will busy wait, then it will yield, then sleep for a small amount of time, then increases to a large amount of time.
A
B
C
D
E
G
H
I
L
M
N
P
R
S
T
U
V
W
Y
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.