Uses of Class
com.lmax.disruptor.RingBufferPad
-
Packages that use RingBufferPad 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 RingBufferPad in com.lmax.disruptor
Subclasses of RingBufferPad in com.lmax.disruptor Modifier and Type Class Description class
RingBuffer<E>
Ring based store of reusable entries containing the data representing an event being exchanged between event producer andEventProcessor
s.(package private) class
RingBufferFields<E>
-