Class PreserveWatermarks
java.lang.Object
org.apache.flink.table.sources.wmstrategies.WatermarkStrategy
org.apache.flink.table.sources.wmstrategies.PreserveWatermarks
- All Implemented Interfaces:
Serializable,Descriptor
A strategy which indicates the watermarks should be preserved from the underlying datastream.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PreserveWatermarks
public PreserveWatermarks()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toProperties
Description copied from class:WatermarkStrategyThis method is a default implementation that uses java serialization and it is discouraged. All implementation should provide a more specific set of properties.- Specified by:
toPropertiesin interfaceDescriptor- Overrides:
toPropertiesin classWatermarkStrategy
-