| Package | Description |
|---|---|
| com.lmax.disruptor |
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
|
| Modifier and Type | Method and Description |
|---|---|
static PhasedBackoffWaitStrategy |
PhasedBackoffWaitStrategy.withLiteLock(long spinTimeout,
long yieldTimeout,
java.util.concurrent.TimeUnit units)
Construct
PhasedBackoffWaitStrategy with fallback to LiteBlockingWaitStrategy |
static PhasedBackoffWaitStrategy |
PhasedBackoffWaitStrategy.withLock(long spinTimeout,
long yieldTimeout,
java.util.concurrent.TimeUnit units)
Construct
PhasedBackoffWaitStrategy with fallback to BlockingWaitStrategy |
static PhasedBackoffWaitStrategy |
PhasedBackoffWaitStrategy.withSleep(long spinTimeout,
long yieldTimeout,
java.util.concurrent.TimeUnit units)
Construct
PhasedBackoffWaitStrategy with fallback to SleepingWaitStrategy |
Copyright © 2011 - 2018 LMAX Ltd. All Rights Reserved.