Package | Description |
---|---|
net.dempsy.ringbuffer |
Modifier and Type | Class and Description |
---|---|
class |
RingBufferControl
This code is substantially based on the ingenious work done by Martin Thompson on what he calls "Mechanical Sympathy." It leans heavily on the
source code from version 3.0.0.beta2 of the LMAX-exchange Disruptor but has been completely refactored in order to invert separate the control
mechanism from what is being controlled and to simplify the API.
|
Modifier and Type | Method and Description |
---|---|
RingBufferConsumerControl |
RingBufferControlMulticaster.get(int index)
This will retrieve the
RingBufferControl that corresponds to the
index given. |
RingBufferConsumerControl |
RingBufferControlWorkerPool.newWorker() |
Modifier and Type | Method and Description |
---|---|
void |
RingBufferControlWorkerPool.removeWorker(RingBufferConsumerControl worker) |
Copyright © 2018. All rights reserved.