MCPcopy
hub / github.com/LMAX-Exchange/disruptor / next

Method next

src/main/java/com/lmax/disruptor/Sequenced.java:37–37  ·  view source on GitHub ↗

Claim the next event in sequence for publishing. @return the claimed sequence value

()

Source from the content-addressed store, hash-verified

35 * @return the claimed sequence value
36 */
37 long next();
38
39 /**
40 * Claim the next n events in sequence for publishing. This is for batch event producing. Using batch producing

Callers 15

runDisruptorPassMethod · 0.95
runDisruptorPassMethod · 0.95
runDisruptorPassMethod · 0.65
runDisruptorPassMethod · 0.65
runDisruptorPassMethod · 0.65
runDisruptorPassMethod · 0.65
runDisruptorPassMethod · 0.65
runDisruptorPassMethod · 0.65
runDisruptorPassMethod · 0.65
sendMethod · 0.65

Implementers 4

AssertingSequencersrc/test/java/com/lmax/disruptor/RingB
RingBufferArraysrc/test/java/com/lmax/disruptor/alter
RingBufferUnsafesrc/test/java/com/lmax/disruptor/alter
RingBuffersrc/main/java/com/lmax/disruptor/RingB

Calls

no outgoing calls

Tested by 15

runDisruptorPassMethod · 0.76
runDisruptorPassMethod · 0.76
runDisruptorPassMethod · 0.52
runDisruptorPassMethod · 0.52
runDisruptorPassMethod · 0.52
runDisruptorPassMethod · 0.52
runDisruptorPassMethod · 0.52
runDisruptorPassMethod · 0.52
runDisruptorPassMethod · 0.52
sendMethod · 0.52