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

A

ACCEPT_HANDLER_MOD_COUNT - Static variable in enum net.openhft.chronicle.threads.internal.EventLoopUtil
 
acquireExecutorService(String, int, boolean) - Method in interface net.openhft.chronicle.threads.ExecutorFactory
 
acquireExecutorService(String, int, boolean) - Static method in enum net.openhft.chronicle.threads.Threads
 
acquireExecutorService(String, int, boolean) - Method in enum net.openhft.chronicle.threads.VanillaExecutorFactory
 
acquireScheduledExecutorService(String, boolean) - Method in interface net.openhft.chronicle.threads.ExecutorFactory
 
acquireScheduledExecutorService(String, boolean) - Static method in enum net.openhft.chronicle.threads.Threads
 
acquireScheduledExecutorService(String, boolean) - Method in enum net.openhft.chronicle.threads.VanillaExecutorFactory
 
action() - Method in class net.openhft.chronicle.threads.PauserMonitor
 
action() - Method in class net.openhft.chronicle.threads.TimedEventHandler
 
addHandler(EventHandler) - Method in class net.openhft.chronicle.threads.BlockingEventLoop
This can be called multiple times and each handler will be executed in its own thread
addHandler(EventHandler) - Method in class net.openhft.chronicle.threads.EventGroup
 
addHandler(EventHandler) - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
addHandler(EventHandler) - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 
addHandler(EventHandler) - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
addNewHandler(EventHandler) - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
addNewHandler(EventHandler) - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
addTimingMonitor(String, long, LongSupplier, Supplier<Thread>) - Method in class net.openhft.chronicle.threads.EventGroup
 
ALLOWED_PRIORITIES - Static variable in class net.openhft.chronicle.threads.MediumEventLoop
 
ALLOWED_PRIORITIES - Static variable 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.MediumEventLoop
 
awaitTermination() - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 

B

BALANCED - Static variable in interface net.openhft.chronicle.threads.Pauser
 
balanced() - Static method in interface net.openhft.chronicle.threads.Pauser
A balanced pauser which tries to be busy for short bursts 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 bursts 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
 
BlockingEventLoop(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

clear() - Method in enum net.openhft.chronicle.threads.DiskSpaceMonitor
 
close() - Method in enum net.openhft.chronicle.threads.DiskSpaceMonitor
 
closeAll(List<EventHandler>) - Static method in class net.openhft.chronicle.threads.MediumEventLoop
 
closeAll(List<EventHandler>) - Static method in class net.openhft.chronicle.threads.VanillaEventLoop
 
closeAllHandlers() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
closeAllHandlers() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
CONC_THREADS - Static variable in class net.openhft.chronicle.threads.EventGroup
 
CoreEventLoop - Interface in net.openhft.chronicle.threads
 
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 class net.openhft.chronicle.threads.MilliPauser
 
countPaused() - Method in interface net.openhft.chronicle.threads.Pauser
Returns the number of times the pauser has checked for completion.
countPaused() - Method in class net.openhft.chronicle.threads.TimeoutPauser
 
countPaused() - Method in class net.openhft.chronicle.threads.YieldingPauser
 

D

daemon - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
DISK_SPACE_CHECKER_NAME - Static variable in enum net.openhft.chronicle.threads.DiskSpaceMonitor
 
DiskSpaceMonitor - Enum in net.openhft.chronicle.threads
Background thread to monitor disk space free.
doPause(long) - Method in class net.openhft.chronicle.threads.LightPauser
Deprecated.
 
dumpRunningHandlers() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
dumpRunningHandlers() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
dumpRunningState(String, BooleanSupplier) - Method in interface net.openhft.chronicle.threads.CoreEventLoop
 
dumpRunningState(String, BooleanSupplier) - Method in class net.openhft.chronicle.threads.MediumEventLoop
 

E

EventGroup - Class in net.openhft.chronicle.threads
 
EventGroup(boolean, Pauser, boolean, int, int, String, int) - Constructor for class net.openhft.chronicle.threads.EventGroup
Deprecated.
EventGroup(boolean, Pauser, String, String, String, int, Set<HandlerPriority>) - Constructor for class net.openhft.chronicle.threads.EventGroup
Create an EventGroup
EventGroup(boolean, Pauser, String, String, String, int, String, Pauser, Set<HandlerPriority>) - 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
 
EventGroup(boolean, Pauser, boolean, String) - Constructor for class net.openhft.chronicle.threads.EventGroup
 
EventGroup(boolean, Pauser, boolean, int, int, String) - Constructor for class net.openhft.chronicle.threads.EventGroup
 
EventLoopUtil - Enum in net.openhft.chronicle.threads.internal
 
ExecutorFactory - Interface in net.openhft.chronicle.threads
 
executorFactory(ExecutorFactory) - Static method in enum net.openhft.chronicle.threads.Threads
 

F

FINISHED - Static variable in class net.openhft.chronicle.threads.MediumEventLoop
 

G

getBalanced() - Static method in interface net.openhft.chronicle.threads.Pauser
 
getSleepy() - Static method in interface net.openhft.chronicle.threads.Pauser
 
getThresholdPercentage() - Method in enum net.openhft.chronicle.threads.DiskSpaceMonitor
 

H

handlerCount() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
handlerCount() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
highHandler - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 

I

interrupt(ExecutorService) - Static method in enum net.openhft.chronicle.threads.Threads
 
interruptAll() - Method in class net.openhft.chronicle.threads.NamedThreadFactory
 
IS_ACCEPT_HANDLER_MOD_COUNT - Static variable in enum net.openhft.chronicle.threads.internal.EventLoopUtil
 
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.MediumEventLoop
 
isAlive() - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 
isAlive() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
isolcpus() - Method in enum net.openhft.chronicle.threads.PauserMode
 

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.
loopFinishedAllHandlers() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
loopFinishedAllHandlers() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
loopStartedAllHandlers() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
loopStartedAllHandlers() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
loopStartMS() - Method in interface net.openhft.chronicle.threads.CoreEventLoop
 
loopStartMS - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
loopStartMS() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 

M

MediumEventLoop - Class in net.openhft.chronicle.threads
 
MediumEventLoop(EventLoop, String, Pauser, boolean, String) - Constructor for class net.openhft.chronicle.threads.MediumEventLoop
 
mediumHandlers - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
mediumHandlersArray - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
MilliPauser - Class in net.openhft.chronicle.threads
 
MilliPauser(long) - Constructor for class net.openhft.chronicle.threads.MilliPauser
Pauses for a fixed time
millis(int) - Static method in interface net.openhft.chronicle.threads.Pauser
Wait a fixed time before 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 bursts but backs off when idle.
MIN_PROCESSORS - Static variable in interface net.openhft.chronicle.threads.Pauser
 
minPauseTimeMS(long) - Method in class net.openhft.chronicle.threads.MilliPauser
 
monitor() - Method in enum net.openhft.chronicle.threads.PauserMode
 
MONITOR_INITIAL_DELAY - Static variable in class net.openhft.chronicle.threads.MonitorEventLoop
 
MonitorEventLoop - Class in net.openhft.chronicle.threads
 
MonitorEventLoop(EventLoop, Pauser) - Constructor for class net.openhft.chronicle.threads.MonitorEventLoop
 
MonitorEventLoop(EventLoop, String, Pauser) - Constructor for class net.openhft.chronicle.threads.MonitorEventLoop
 

N

name() - Method in class net.openhft.chronicle.threads.BlockingEventLoop
 
name() - Method in class net.openhft.chronicle.threads.EventGroup
 
name - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
name() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
name() - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 
NamedThreadFactory - Class in net.openhft.chronicle.threads
 
NamedThreadFactory(String) - Constructor for class net.openhft.chronicle.threads.NamedThreadFactory
 
NamedThreadFactory(String, Boolean) - Constructor for class net.openhft.chronicle.threads.NamedThreadFactory
 
NamedThreadFactory(String, Boolean, Integer) - Constructor for class net.openhft.chronicle.threads.NamedThreadFactory
 
net.openhft.chronicle.threads - package net.openhft.chronicle.threads
 
net.openhft.chronicle.threads.internal - package net.openhft.chronicle.threads.internal
 
newHandler - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
newThread(Runnable) - Method in class net.openhft.chronicle.threads.NamedThreadFactory
 
NO_BUSY_PERIOD - Static variable in class net.openhft.chronicle.threads.LightPauser
Deprecated.
 
NO_CPU - Static variable in class net.openhft.chronicle.threads.MediumEventLoop
 
NO_EVENT_HANDLERS - Static variable in class net.openhft.chronicle.threads.MediumEventLoop
 
nonDaemonHandlerCount() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 

P

parent - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
pause() - 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() - Method in class net.openhft.chronicle.threads.LongPauser
 
pause(long, TimeUnit) - Method in class net.openhft.chronicle.threads.LongPauser
 
pause() - Method in class net.openhft.chronicle.threads.MilliPauser
 
pause() - Method in interface net.openhft.chronicle.threads.Pauser
Pauses the current thread.
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(long, TimeUnit) - Method in interface net.openhft.chronicle.threads.TimingPauser
Pauses but keep tracks of accumulated pause time and throws if timeout exceeded
pause() - Method in class net.openhft.chronicle.threads.YieldingPauser
 
pauser - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
Pauser - Interface in net.openhft.chronicle.threads
 
Pauser.SleepyWarning - Enum in net.openhft.chronicle.threads
 
PauserMode - Enum in net.openhft.chronicle.threads
Because Pauser is not an enum, and implementations are not Marshallable, this makes Pausers more yaml friendly Pauser Mode features
PauserMonitor - Class in net.openhft.chronicle.threads
 
PauserMonitor(Pauser, String, int) - Constructor for class net.openhft.chronicle.threads.PauserMonitor
 
pauseTimeMS(long) - Method in class net.openhft.chronicle.threads.MilliPauser
 
pauseTimeMS() - Method in class net.openhft.chronicle.threads.MilliPauser
 
performClose() - Method in class net.openhft.chronicle.threads.BlockingEventLoop
 
performClose() - Method in class net.openhft.chronicle.threads.EventGroup
 
performClose() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
performClose() - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 
performClose() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
pollDiskSpace(File) - Method in enum net.openhft.chronicle.threads.DiskSpaceMonitor
 
priority() - Method in class net.openhft.chronicle.threads.PauserMonitor
 
priority() - Method in class net.openhft.chronicle.threads.TimedEventHandler
 

R

removeHandler(EventHandler, List<EventHandler>) - Static method in class net.openhft.chronicle.threads.MediumEventLoop
 
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 class net.openhft.chronicle.threads.MilliPauser
 
reset() - Method in interface net.openhft.chronicle.threads.Pauser
Resets the pauser's internal state back (if any) to the most aggressive setting.
reset() - Method in class net.openhft.chronicle.threads.TimeoutPauser
 
reset() - Method in class net.openhft.chronicle.threads.YieldingPauser
 
run() - Method in enum net.openhft.chronicle.threads.DiskSpaceMonitor
 
run() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
run() - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 
runAllHandlers() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
runDaemonHandlers() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
runDaemonHandlers() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
runTimerHandlers() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
runTimerHandlers() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 

S

service - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
setThreadGroup(Thread, ThreadGroup) - Static method in enum net.openhft.chronicle.threads.Threads
 
setThresholdPercentage(int) - Method in enum net.openhft.chronicle.threads.DiskSpaceMonitor
 
setupTimeLimitMonitor(long, LongSupplier) - Method in class net.openhft.chronicle.threads.EventGroup
 
shutdown(ExecutorService, boolean) - Static method in enum net.openhft.chronicle.threads.Threads
 
shutdown(ExecutorService) - Static method in enum net.openhft.chronicle.threads.Threads
 
shutdownDaemon(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.MediumEventLoop
 
start() - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 
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.MediumEventLoop
 
stop() - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 

T

thread() - Method in interface net.openhft.chronicle.threads.CoreEventLoop
 
thread - Variable in class net.openhft.chronicle.threads.MediumEventLoop
 
thread() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
threadGroupPrefix() - Static method in enum net.openhft.chronicle.threads.Threads
 
Threads - Enum in net.openhft.chronicle.threads
 
threadSafetyCheck(boolean) - Method in class net.openhft.chronicle.threads.EventGroup
 
threadSafetyCheck(boolean) - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
threadSafetyCheck(boolean) - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
timedAction() - Method in class net.openhft.chronicle.threads.TimedEventHandler
Perform an action
timedBusy() - Static method in interface net.openhft.chronicle.threads.Pauser
 
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 class net.openhft.chronicle.threads.MilliPauser
 
timePaused() - Method in interface net.openhft.chronicle.threads.Pauser
Returns the paused time so far in milliseconds.
timePaused() - Method in class net.openhft.chronicle.threads.TimeoutPauser
 
timePaused() - Method in class net.openhft.chronicle.threads.YieldingPauser
 
timerIntervalMS() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
timerIntervalMS() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 
TimingPauser - Interface in net.openhft.chronicle.threads
Marker interface to show we support pause(long timeout, TimeUnit timeUnit)
toString() - Method in class net.openhft.chronicle.threads.BlockingEventLoop
 
toString() - Method in class net.openhft.chronicle.threads.MediumEventLoop
 
toString() - Method in class net.openhft.chronicle.threads.PauserMonitor
 
toString() - Method in class net.openhft.chronicle.threads.VanillaEventLoop
 

U

unpark(ExecutorService) - Static method in enum net.openhft.chronicle.threads.Threads
 
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.MediumEventLoop
 
unpause() - Method in class net.openhft.chronicle.threads.MilliPauser
 
unpause() - Method in class net.openhft.chronicle.threads.MonitorEventLoop
 
unpause() - Method in interface net.openhft.chronicle.threads.Pauser
Try to cancel the pausing if it is pausing.
unpause() - Method in class net.openhft.chronicle.threads.TimeoutPauser
 
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.DiskSpaceMonitor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.threads.internal.EventLoopUtil
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.threads.Pauser.SleepyWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.openhft.chronicle.threads.PauserMode
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.
valueOf(String) - Static method in enum net.openhft.chronicle.threads.VanillaExecutorFactory
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.DiskSpaceMonitor
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.internal.EventLoopUtil
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.Pauser.SleepyWarning
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.PauserMode
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.
values() - Static method in enum net.openhft.chronicle.threads.VanillaExecutorFactory
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, String, Set<HandlerPriority>) - Constructor for class net.openhft.chronicle.threads.VanillaEventLoop
 
VanillaEventLoop(EventLoop, String, Pauser, long, boolean, boolean, int) - Constructor for class net.openhft.chronicle.threads.VanillaEventLoop
Deprecated.
VanillaEventLoop(EventLoop, String, Pauser, long, boolean, boolean) - Constructor for class net.openhft.chronicle.threads.VanillaEventLoop
Deprecated.
VanillaExecutorFactory - Enum in net.openhft.chronicle.threads
 

W

withThreadGroup(ThreadGroup, ThrowingCallable<R, T>) - Static method in enum net.openhft.chronicle.threads.Threads
 

Y

yielding(int) - Static method in interface net.openhft.chronicle.threads.Pauser
 
yielding() - Static method in interface net.openhft.chronicle.threads.Pauser
Yielding 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 F G H I L M N P R S T U V W Y 
Skip navigation links

Copyright © 2020. All rights reserved.