Uses of Class
com.lmax.disruptor.RingBufferFields
-
Packages that use RingBufferFields 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 RingBufferFields in com.lmax.disruptor
Subclasses of RingBufferFields in com.lmax.disruptor Modifier and Type Class Description classRingBuffer<E>Ring based store of reusable entries containing the data representing an event being exchanged between event producer andEventProcessors.
-