DynamicTableSource
. Use the concept of computed columns instead. See FLIP-95 for more
information.@Deprecated public final class RowtimeAttributeDescriptor extends Object
TableSource
.Constructor and Description |
---|
RowtimeAttributeDescriptor(String attributeName,
TimestampExtractor timestampExtractor,
WatermarkStrategy watermarkStrategy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
String |
getAttributeName()
Deprecated.
Returns the name of the rowtime attribute.
|
TimestampExtractor |
getTimestampExtractor()
Deprecated.
Returns the [[TimestampExtractor]] for the attribute.
|
WatermarkStrategy |
getWatermarkStrategy()
Deprecated.
Returns the [[WatermarkStrategy]] for the attribute.
|
int |
hashCode()
Deprecated.
|
public RowtimeAttributeDescriptor(String attributeName, TimestampExtractor timestampExtractor, WatermarkStrategy watermarkStrategy)
public String getAttributeName()
public TimestampExtractor getTimestampExtractor()
public WatermarkStrategy getWatermarkStrategy()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.