Constant Field Values
Contents
com.lmax.*
-
com.lmax.disruptor.BatchEventProcessor<T> Modifier and Type Constant Field Value private static final intHALTED1private static final intIDLE0private static final intRUNNING2 -
com.lmax.disruptor.PhasedBackoffWaitStrategy Modifier and Type Constant Field Value private static final intSPIN_TRIES10000 -
com.lmax.disruptor.RingBuffer<E> Modifier and Type Constant Field Value public static final longINITIAL_CURSOR_VALUE-1L -
com.lmax.disruptor.Sequence Modifier and Type Constant Field Value static final longINITIAL_VALUE-1L -
com.lmax.disruptor.Sequencer Modifier and Type Constant Field Value public static final longINITIAL_CURSOR_VALUE-1L -
com.lmax.disruptor.SleepingWaitStrategy Modifier and Type Constant Field Value private static final intDEFAULT_RETRIES200private static final longDEFAULT_SLEEP100L -
com.lmax.disruptor.YieldingWaitStrategy Modifier and Type Constant Field Value private static final intSPIN_TRIES100