Uses of Class
com.lmax.disruptor.WaitStrategy.Option

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

Uses of WaitStrategy.Option in com.lmax.disruptor
 

Methods in com.lmax.disruptor that return WaitStrategy.Option
static WaitStrategy.Option WaitStrategy.Option.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WaitStrategy.Option[] WaitStrategy.Option.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.lmax.disruptor with parameters of type WaitStrategy.Option
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.