Interface Alignable
-
- All Known Implementing Classes:
AlignableBoolWatermarkDeclaration
,AlignableLongWatermarkDeclaration
public interface Alignable
An interface used to represent the specialWatermarkDeclaration
s can create alignedWatermark
s, which need to be aligned when the operator receives them from input channels. Note that this interface is currently only used for internal implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAligned()
Represents whether the createdWatermark
needs to be aligned.
-