| 构造器和说明 |
|---|
SinkContextUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> SinkFunction.Context<T> |
forTimestamp(long timestamp)
Creates a
SinkFunction.Context that throws an exception when trying to access the
current watermark or processing time. |
public static <T> SinkFunction.Context<T> forTimestamp(long timestamp)
SinkFunction.Context that throws an exception when trying to access the
current watermark or processing time.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.