Uses of Class
com.lmax.disruptor.PhasedBackoffWaitStrategy
Packages that use PhasedBackoffWaitStrategy
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of PhasedBackoffWaitStrategy in com.lmax.disruptor
Methods in com.lmax.disruptor that return PhasedBackoffWaitStrategyModifier and TypeMethodDescriptionstatic PhasedBackoffWaitStrategy
PhasedBackoffWaitStrategy.withLiteLock
(long spinTimeout, long yieldTimeout, TimeUnit units) ConstructPhasedBackoffWaitStrategy
with fallback toLiteBlockingWaitStrategy
static PhasedBackoffWaitStrategy
ConstructPhasedBackoffWaitStrategy
with fallback toBlockingWaitStrategy
static PhasedBackoffWaitStrategy
ConstructPhasedBackoffWaitStrategy
with fallback toSleepingWaitStrategy