Package com.lmax.disruptor
Interface EventSequencer<T>
- Type Parameters:
T- The event type
- All Superinterfaces:
DataProvider<T>,Sequenced
- All Known Implementing Classes:
RingBuffer
Pulls together the low-level data access and sequencing operations of
RingBuffer-
Method Summary
Methods inherited from interface com.lmax.disruptor.DataProvider
getMethods inherited from interface com.lmax.disruptor.Sequenced
getBufferSize, hasAvailableCapacity, next, next, publish, publish, remainingCapacity, tryNext, tryNext