接口 | 说明 |
---|---|
BufferedUidProvider |
Buffered UID provider(Lambda supported), which provides UID in the same one second
|
RejectedPutBufferHandler |
If tail catches the cursor it means that the ring buffer is full, any more buffer put request will be rejected.
|
RejectedTakeBufferHandler |
If cursor catches the tail it means that the ring buffer is empty, any more buffer take request will be rejected.
|
类 | 说明 |
---|---|
BufferPaddingExecutor |
Represents an executor for padding
RingBuffer There are two kinds of executors: one for scheduled padding, the other for padding immediately. |
RingBuffer |
Represents a ring buffer based on array.
|