Uses of Class
com.lmax.disruptor.InsufficientCapacityException
-
Packages that use InsufficientCapacityException 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 InsufficientCapacityException in com.lmax.disruptor
Fields in com.lmax.disruptor declared as InsufficientCapacityException Modifier and Type Field Description static InsufficientCapacityExceptionInsufficientCapacityException. INSTANCEThe efficiency saving singleton instanceMethods in com.lmax.disruptor that throw InsufficientCapacityException Modifier and Type Method Description longMultiProducerSequencer. tryNext()longMultiProducerSequencer. tryNext(int n)longRingBuffer. tryNext()Increment and return the next sequence for the ring buffer.longRingBuffer. tryNext(int n)The same functionality asRingBuffer.tryNext(), but allows the caller to attempt to claim the next n sequences.longSequenced. tryNext()Attempt to claim the next event in sequence for publishing.longSequenced. tryNext(int n)Attempt to claim the next n events in sequence for publishing.longSingleProducerSequencer. tryNext()longSingleProducerSequencer. tryNext(int n)
-