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) classEventProcessorInfo<T>Wrapper class to tie together a particular event processing stage(package private) classWorkerPoolInfo<T>Fields in com.lmax.disruptor.dsl with type parameters of type ConsumerInfo Modifier and Type Field Description private java.util.Collection<ConsumerInfo>ConsumerRepository. consumerInfosprivate java.util.Map<Sequence,ConsumerInfo>ConsumerRepository. eventProcessorInfoBySequenceMethods in com.lmax.disruptor.dsl that return ConsumerInfo Modifier and Type Method Description private ConsumerInfoConsumerRepository. 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()
-