Class TimestampAssignerWrapper<T>
- java.lang.Object
-
- org.apache.flink.state.api.output.TimestampAssignerWrapper<T>
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,Timestamper<T>
@Internal @Deprecated public class TimestampAssignerWrapper<T> extends Object implements Timestamper<T>
Deprecated.Wraps an existingTimestampAssignerinto aTimestamper.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimestampAssignerWrapper(org.apache.flink.streaming.api.functions.TimestampAssigner<T> assigner)Deprecated.
-
-
-
Constructor Detail
-
TimestampAssignerWrapper
public TimestampAssignerWrapper(org.apache.flink.streaming.api.functions.TimestampAssigner<T> assigner)
Deprecated.
-
-
Method Detail
-
timestamp
public long timestamp(T element)
Deprecated.- Specified by:
timestampin interfaceTimestamper<T>
-
-