Uses of Class
com.lmax.disruptor.PhasedBackoffWaitStrategy
-
Packages that use PhasedBackoffWaitStrategy Package Description com.lmax.disruptor 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 PhasedBackoffWaitStrategy Modifier and Type Method Description static PhasedBackoffWaitStrategyPhasedBackoffWaitStrategy. withLiteLock(long spinTimeout, long yieldTimeout, java.util.concurrent.TimeUnit units)ConstructPhasedBackoffWaitStrategywith fallback toLiteBlockingWaitStrategystatic PhasedBackoffWaitStrategyPhasedBackoffWaitStrategy. withLock(long spinTimeout, long yieldTimeout, java.util.concurrent.TimeUnit units)ConstructPhasedBackoffWaitStrategywith fallback toBlockingWaitStrategystatic PhasedBackoffWaitStrategyPhasedBackoffWaitStrategy. withSleep(long spinTimeout, long yieldTimeout, java.util.concurrent.TimeUnit units)ConstructPhasedBackoffWaitStrategywith fallback toSleepingWaitStrategy
-