|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 AbstractEntry s 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 AbstractEntry s in sequence. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |