|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InsufficientCapacityException | |
|---|---|
| com.lmax.disruptor | The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events. |
| Uses of InsufficientCapacityException in com.lmax.disruptor |
|---|
| Fields in com.lmax.disruptor declared as InsufficientCapacityException | |
|---|---|
static InsufficientCapacityException |
InsufficientCapacityException.INSTANCE
|
| Methods in com.lmax.disruptor that throw InsufficientCapacityException | |
|---|---|
long |
AbstractMultithreadedClaimStrategy.checkAndIncrement(int availableCapacity,
int delta,
Sequence[] gatingSequences)
|
long |
SingleThreadedClaimStrategy.checkAndIncrement(int availableCapacity,
int delta,
Sequence[] dependentSequences)
|
long |
ClaimStrategy.checkAndIncrement(int availableCapacity,
int delta,
Sequence[] gatingSequences)
Atomically checks the available capacity of the ring buffer and claims the next sequence. |
long |
Sequencer.tryNext(int requiredCapacity)
Attempt to claim the next event in sequence for publishing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||