| 程序包 | 说明 |
|---|---|
| com.alipay.disruptor |
| 限定符和类型 | 字段和说明 |
|---|---|
static InsufficientCapacityException |
InsufficientCapacityException.INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
SingleProducerSequencer.tryNext() |
long |
Sequenced.tryNext()
Attempt to claim the next event in sequence for publishing.
|
long |
RingBuffer.tryNext()
Increment and return the next sequence for the ring buffer.
|
long |
MultiProducerSequencer.tryNext() |
long |
SingleProducerSequencer.tryNext(int n) |
long |
Sequenced.tryNext(int n)
Attempt to claim the next n events in sequence for publishing.
|
long |
RingBuffer.tryNext(int n)
The same functionality as
RingBuffer.tryNext(), but allows the caller to attempt
to claim the next n sequences. |
long |
MultiProducerSequencer.tryNext(int n) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.