Uses of Class
com.lmax.disruptor.AlertException

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

Uses of AlertException in com.lmax.disruptor
 

Fields in com.lmax.disruptor declared as AlertException
static AlertException AlertException.ALERT_EXCEPTION
          Pre-allocated exception to avoid garbage generation
 

Methods in com.lmax.disruptor that throw AlertException
 long WaitStrategy.waitFor(Consumer[] consumers, RingBuffer ringBuffer, ConsumerBarrier barrier, long sequence)
          Wait for the given sequence to be available for consumption in a RingBuffer
 long WaitStrategy.BlockingStrategy.waitFor(Consumer[] consumers, RingBuffer ringBuffer, ConsumerBarrier barrier, long sequence)
           
 long WaitStrategy.YieldingStrategy.waitFor(Consumer[] consumers, RingBuffer ringBuffer, ConsumerBarrier barrier, long sequence)
           
 long WaitStrategy.BusySpinStrategy.waitFor(Consumer[] consumers, RingBuffer ringBuffer, ConsumerBarrier barrier, long sequence)
           
 long WaitStrategy.waitFor(Consumer[] consumers, RingBuffer ringBuffer, ConsumerBarrier barrier, long sequence, long timeout, java.util.concurrent.TimeUnit units)
          Wait for the given sequence to be available for consumption in a RingBuffer with a timeout specified.
 long WaitStrategy.BlockingStrategy.waitFor(Consumer[] consumers, RingBuffer ringBuffer, ConsumerBarrier barrier, long sequence, long timeout, java.util.concurrent.TimeUnit units)
           
 long WaitStrategy.YieldingStrategy.waitFor(Consumer[] consumers, RingBuffer ringBuffer, ConsumerBarrier barrier, long sequence, long timeout, java.util.concurrent.TimeUnit units)
           
 long WaitStrategy.BusySpinStrategy.waitFor(Consumer[] consumers, RingBuffer ringBuffer, ConsumerBarrier barrier, long sequence, long timeout, java.util.concurrent.TimeUnit units)
           
 long ConsumerBarrier.waitFor(long sequence)
          Wait for the given sequence to be available for consumption.
 long ConsumerBarrier.waitFor(long sequence, long timeout, java.util.concurrent.TimeUnit units)
          Wait for the given sequence to be available for consumption with a time out.
 



Copyright © 2011 LMAX Ltd. All Rights Reserved.