DataTypes instead. Please make sure to use either the old or
the new type system consistently to avoid unintended behavior. See the website documentation
for more information.@Internal @Deprecated public class TimeIndicatorTypeInfo extends org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo<Timestamp>
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
PROCTIME_BATCH_MARKER
已过时。
|
static TimeIndicatorTypeInfo |
PROCTIME_INDICATOR
已过时。
|
static int |
PROCTIME_STREAM_MARKER
已过时。
|
static int |
ROWTIME_BATCH_MARKER
已过时。
|
static TimeIndicatorTypeInfo |
ROWTIME_INDICATOR
已过时。
|
static int |
ROWTIME_STREAM_MARKER
已过时。
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
TimeIndicatorTypeInfo(boolean isEventTime)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializer<Timestamp> |
createSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig)
已过时。
|
boolean |
isEventTime()
已过时。
|
String |
toString()
已过时。
|
canEqual, createComparator, equals, getArity, getInfoFor, getTotalFields, getTypeClass, hashCode, isBasicType, isKeyType, isTupleTypepublic static final int ROWTIME_STREAM_MARKER
public static final int PROCTIME_STREAM_MARKER
public static final int ROWTIME_BATCH_MARKER
public static final int PROCTIME_BATCH_MARKER
public static final TimeIndicatorTypeInfo ROWTIME_INDICATOR
public static final TimeIndicatorTypeInfo PROCTIME_INDICATOR
public org.apache.flink.api.common.typeutils.TypeSerializer<Timestamp> createSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig)
createSerializer 在类中 org.apache.flink.api.common.typeinfo.SqlTimeTypeInfo<Timestamp>public boolean isEventTime()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.