Class PunctuationSchedule
- java.lang.Object
-
- org.apache.kafka.streams.processor.internals.Stamped<ProcessorNode>
-
- org.apache.kafka.streams.processor.internals.PunctuationSchedule
-
- All Implemented Interfaces:
java.lang.Comparable
public class PunctuationSchedule extends Stamped<ProcessorNode>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cancellablecancellable()booleanequals(java.lang.Object other)inthashCode()PunctuationSchedulenext(long currTimestamp)ProcessorNodenode()Punctuatorpunctuator()
-
-
-
Method Detail
-
node
public ProcessorNode node()
-
punctuator
public Punctuator punctuator()
-
cancellable
public Cancellable cancellable()
-
next
public PunctuationSchedule next(long currTimestamp)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classStamped<ProcessorNode>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classStamped<ProcessorNode>
-
-