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 PhasedBackoffWaitStrategyPhasedBackoffWaitStrategy.withLiteLock(long spinTimeout, long yieldTimeout, TimeUnit units) ConstructPhasedBackoffWaitStrategywith fallback toLiteBlockingWaitStrategystatic PhasedBackoffWaitStrategyConstructPhasedBackoffWaitStrategywith fallback toBlockingWaitStrategystatic PhasedBackoffWaitStrategyConstructPhasedBackoffWaitStrategywith fallback toSleepingWaitStrategy