Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.15 KB

kafka-streams-PunctuationSchedule.adoc

File metadata and controls

31 lines (20 loc) · 1.15 KB

PunctuationSchedule — Orderable ProcessorNodes At Timestamp

PunctuationSchedule is a Stamped with ProcessorNodes (as values).

In other words, PunctuationSchedule represents a ProcessorNode at a given timestamp and can be ordered in ascending order.

PunctuationSchedule is created when:

PunctuationSchedule takes the following when created:

next Method

PunctuationSchedule next(final long currTimestamp)

next…​FIXME

Note
next is used exclusively when PunctuationQueue is requested to mayPunctuate.