Interface Alignable
-
- All Known Implementing Classes:
AlignableBoolWatermarkDeclaration,AlignableLongWatermarkDeclaration
public interface AlignableAn interface used to represent the specialWatermarkDeclarations can create alignedWatermarks, 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 booleanisAligned()Represents whether the createdWatermarkneeds to be aligned.
-