public class PunctuationSchedule extends Stamped<ProcessorNode>
Modifier and Type | Method and Description |
---|---|
Cancellable |
cancellable() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
PunctuationSchedule |
next(long currTimestamp) |
ProcessorNode |
node() |
Punctuator |
punctuator() |
public ProcessorNode node()
public Punctuator punctuator()
public Cancellable cancellable()
public PunctuationSchedule next(long currTimestamp)
public boolean equals(java.lang.Object other)
equals
in class Stamped<ProcessorNode>
public int hashCode()
hashCode
in class Stamped<ProcessorNode>