Package com.lmax.disruptor
Interface DataProvider<T>
-
- All Known Subinterfaces:
EventSequencer<T>
- All Known Implementing Classes:
RingBuffer
public interface DataProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get(long sequence)
-
-
-
Method Detail
-
get
T get(long sequence)
-
-