Uses of Class
com.lmax.disruptor.SequenceBatch

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

Uses of SequenceBatch in com.lmax.disruptor
 

Methods in com.lmax.disruptor that return SequenceBatch
 SequenceBatch ProducerBarrier.nextEntries(SequenceBatch sequenceBatch)
          Claim the next batch of AbstractEntrys in sequence.
 

Methods in com.lmax.disruptor with parameters of type SequenceBatch
 void ProducerBarrier.commit(SequenceBatch sequenceBatch)
          Commit the batch of entries back to the RingBuffer.
 SequenceBatch ProducerBarrier.nextEntries(SequenceBatch sequenceBatch)
          Claim the next batch of AbstractEntrys in sequence.
 



Copyright © 2011 LMAX Ltd. All Rights Reserved.