Uses of Interface
com.lmax.disruptor.dsl.ConsumerInfo
-
Packages that use ConsumerInfo Package Description com.lmax.disruptor.dsl -
-
Uses of ConsumerInfo in com.lmax.disruptor.dsl
Classes in com.lmax.disruptor.dsl that implement ConsumerInfo Modifier and Type Class Description (package private) class
EventProcessorInfo<T>
Wrapper class to tie together a particular event processing stage(package private) class
WorkerPoolInfo<T>
Fields in com.lmax.disruptor.dsl with type parameters of type ConsumerInfo Modifier and Type Field Description private java.util.Collection<ConsumerInfo>
ConsumerRepository. consumerInfos
private java.util.Map<Sequence,ConsumerInfo>
ConsumerRepository. eventProcessorInfoBySequence
Methods in com.lmax.disruptor.dsl that return ConsumerInfo Modifier and Type Method Description private ConsumerInfo
ConsumerRepository. getEventProcessorInfo(Sequence barrierEventProcessor)
Methods in com.lmax.disruptor.dsl that return types with arguments of type ConsumerInfo Modifier and Type Method Description java.util.Iterator<ConsumerInfo>
ConsumerRepository. iterator()
-