Constant Field Values
Contents
com.lmax.*
-
com.lmax.disruptor.BatchEventProcessor<T> Modifier and Type Constant Field Value private static final int
HALTED
1
private static final int
IDLE
0
private static final int
RUNNING
2
-
com.lmax.disruptor.PhasedBackoffWaitStrategy Modifier and Type Constant Field Value private static final int
SPIN_TRIES
10000
-
com.lmax.disruptor.RingBuffer<E> Modifier and Type Constant Field Value public static final long
INITIAL_CURSOR_VALUE
-1L
-
com.lmax.disruptor.Sequence Modifier and Type Constant Field Value static final long
INITIAL_VALUE
-1L
-
com.lmax.disruptor.Sequencer Modifier and Type Constant Field Value public static final long
INITIAL_CURSOR_VALUE
-1L
-
com.lmax.disruptor.SleepingWaitStrategy Modifier and Type Constant Field Value private static final int
DEFAULT_RETRIES
200
private static final long
DEFAULT_SLEEP
100L
-
com.lmax.disruptor.YieldingWaitStrategy Modifier and Type Constant Field Value private static final int
SPIN_TRIES
100