Package | Description |
---|---|
com.lmax.disruptor.dsl |
Modifier and Type | Class and Description |
---|---|
(package private) class |
EventProcessorInfo<T>
Wrapper class to tie together a particular event processing stage
|
(package private) class |
WorkerPoolInfo<T> |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<ConsumerInfo> |
ConsumerRepository.consumerInfos |
private java.util.Map<Sequence,ConsumerInfo> |
ConsumerRepository.eventProcessorInfoBySequence |
Modifier and Type | Method and Description |
---|---|
private ConsumerInfo |
ConsumerRepository.getEventProcessorInfo(Sequence barrierEventProcessor) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ConsumerInfo> |
ConsumerRepository.iterator() |