Uses of Interface
com.lmax.disruptor.EntryFactory

Packages that use EntryFactory
com.lmax.disruptor The Disruptor is a concurrent programming framework for exchanging and coordinating work on a continuous series of items. 
 

Uses of EntryFactory in com.lmax.disruptor
 

Constructors in com.lmax.disruptor with parameters of type EntryFactory
RingBuffer(EntryFactory<T> entryFactory, int size)
          Construct a RingBuffer with default strategies of: ClaimStrategy.Option.MULTI_THREADED and WaitStrategy.Option.BLOCKING
RingBuffer(EntryFactory<T> entryFactory, int size, ClaimStrategy.Option claimStrategyOption, WaitStrategy.Option waitStrategyOption)
          Construct a RingBuffer with the full option set.
 



Copyright © 2011 LMAX Ltd. All Rights Reserved.