Skip navigation links
A B C D E H I L M N P R S T U V W 

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
Created by peter.lawrey on 11/12/14.

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.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
 

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
Created by peter.lawrey on 22/01/15.
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
 

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.
use LongPauser instead.
LightPauser(long, long) - Constructor for class net.openhft.chronicle.threads.LightPauser
Deprecated.
 
LongPauser - Class in net.openhft.chronicle.threads
Created by rob on 30/11/2015.
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.
MonitorEventLoop - Class in net.openhft.chronicle.threads
Created by peter.lawrey on 22/01/15.
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.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
 
Pauser - Interface in net.openhft.chronicle.threads
Created by peter.lawrey on 11/12/14.
PauserMonitor - Class in net.openhft.chronicle.threads
Created by peter.lawrey on 04/01/2016.
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.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
 
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
 
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
Created by peter on 24/06/15.
timedAction() - Method in class net.openhft.chronicle.threads.TimedEventHandler
Perform an action
TimedEventHandler - Class in net.openhft.chronicle.threads
Created by peter on 03/03/2016.
TimedEventHandler() - Constructor for class net.openhft.chronicle.threads.TimedEventHandler
 
TimeoutPauser - Class in net.openhft.chronicle.threads
Created by peter on 10/03/2016.
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.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
 
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.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
 

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
Created by peter.lawrey on 22/01/15.
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
 
A B C D E H I L M N P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.