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

Method publish

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

Publishes a sequence. Call when the event has been filled. @param sequence the sequence to be published.

(long sequence)

Source from the content-addressed store, hash-verified

82 * @param sequence the sequence to be published.
83 */
84 void publish(long sequence);
85
86 /**
87 * Batch publish sequences. Called when all of the events have been filled.

Callers 15

runDisruptorPassMethod · 0.95
runDisruptorPassMethod · 0.95
actor1Method · 0.65
actor1Method · 0.65
actor1Method · 0.65
actor1Method · 0.65
actor1Method · 0.65
actor1Method · 0.65
runDisruptorPassMethod · 0.65
runDisruptorPassMethod · 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