public final class RowtimeAttributeDescriptor extends Object
TableSource
.Constructor and Description |
---|
RowtimeAttributeDescriptor(String attributeName,
TimestampExtractor timestampExtractor,
WatermarkStrategy watermarkStrategy) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAttributeName()
Returns the name of the rowtime attribute.
|
TimestampExtractor |
getTimestampExtractor()
Returns the [[TimestampExtractor]] for the attribute.
|
WatermarkStrategy |
getWatermarkStrategy()
Returns the [[WatermarkStrategy]] for the attribute.
|
int |
hashCode() |
public RowtimeAttributeDescriptor(String attributeName, TimestampExtractor timestampExtractor, WatermarkStrategy watermarkStrategy)
public String getAttributeName()
public TimestampExtractor getTimestampExtractor()
public WatermarkStrategy getWatermarkStrategy()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.