|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BatchDescriptor | |
|---|---|
| com.lmax.disruptor | The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events. |
| Uses of BatchDescriptor in com.lmax.disruptor |
|---|
| Methods in com.lmax.disruptor that return BatchDescriptor | |
|---|---|
BatchDescriptor |
Sequencer.newBatchDescriptor(int size)
Create a new BatchDescriptor that is the minimum of the requested size
and the buffer size. |
BatchDescriptor |
Sequencer.next(BatchDescriptor batchDescriptor)
Claim the next batch of sequence numbers for publishing. |
| Methods in com.lmax.disruptor with parameters of type BatchDescriptor | |
|---|---|
BatchDescriptor |
Sequencer.next(BatchDescriptor batchDescriptor)
Claim the next batch of sequence numbers for publishing. |
void |
Sequencer.publish(BatchDescriptor batchDescriptor)
Publish the batch of events in sequence. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||